Menu

SAP Function Module ABL_MOVE_REQUIRED_LENGTH

Required length for MOVE to a type C target field

The Function Module ABL_MOVE_REQUIRED_LENGTH (Required length for MOVE to a type C target field) is a standard Function Module in SAP ERP and is part of the function group SABL within the package SABP.

Technical Information

Function Module ABL_MOVE_REQUIRED_LENGTH
Short Text Required length for MOVE to a type C target field
Function Group SABL
Package SABP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SRCDECS LIKE RSEX2IN-DECIMALS 0 Number of decimal places (type P only)
SRCLEN LIKE RSEX2IN-LENGTH Internal length of source field
SRCTYPE LIKE RSEX2IN-TYPE ABAP/4 type of source field

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESTLEN LIKE RSEX2IN-LENGTH Safe length for a type C target field

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ILLEGAL_DECS Invalid number of decimal places
ILLEGAL_LEN Invalid length
ILLEGAL_TYPE Invalid or inconvertible type