The Function Module BARC_GET_TEXTINDEX (Determine the text index belonging to a field) is a standard Function Module in SAP ERP and is part of the function group BARC within the package SGRC.
Function Module | BARC_GET_TEXTINDEX |
Short Text | Determine the text index belonging to a field |
Function Group | BARC |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BOX_TYPE | LIKE | BCBOXES-TYPE | SPACE | Box type |
FIELD | LIKE | BCVALS-FL | Field name | |
FORM_TYPE | LIKE | BCBOXES-FORM_TYPE | Form type | |
OBJECT_TYPE | LIKE | BCDELETE-OBJ_TYPE | Object type | |
WINID | LIKE | NET_GRAPH-WINID | SPACE | Window ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TEXTINDEX | LIKE | BCVALS-FL | Text index |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INV_BOX_TYPE | Incorrect box type |
INV_OBJECT_TYPE | Incorrect object type |
INV_WINID | Incorrect window ID |