Fonction SAP BARC_GET_TEXTINDEX - Determine the text index belonging to a field

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BOX_TYPE BCBOXES-TYPE C 1 SPACE X Box type
FIELD BCVALS-FL C 2 Field name
FORM_TYPE BCBOXES-FORM_TYPE C 2 Form type
OBJECT_TYPE BCDELETE-OBJ_TYPE C 1 Object type
WINID NET_GRAPH-WINID C 8 SPACE X Window ID

Paramètre Reférence Type Long. Description
TEXTINDEX BCVALS-FL C 2 Text index

Exception Description
INV_BOX_TYPE Incorrect box type
INV_OBJECT_TYPE Incorrect object type
INV_WINID Incorrect window ID

This module is also available as the form routine'GET_TEXTINDEX'.
The text index belonging to the field defined under 'FIELD'.
If the type defined under OBJECT_TYPE is a box ('B'), the box type mustbe defined here (see 'BARC_GRAPHIC_PBO' parameter 'BOXES').
Name of the field whose text index should be determined.
Form type of the object defined under OBJECT_TYPE.
Object type.
Possible input values:
======================
Value|Meaning |Constants in Include file LBARCCON
-----+------------+---------------------------------------------------
B |Box |BC_CONST-BOX_OBJECT
L |Layer |BC_CONST-LAYER_OBJECT
N |Node |BC_CONST-NODE_OBJECT
see 'BARC_GRAPHIC_PBO' , 'WINID'.