Fonction SAP BALW_SHLP_BAPI_FILL - Fills BAPI Structures with F4 Values from Values of DDIC F4 Modules

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
LV_HELPFIELDNAME DD03V-FIELDNAME C 30 X Field Name
LV_TABNAME DD02V-TABNAME C 30 X Table/Structure Name
SHLP_METHOD SHLP_DESCR_T 0 Search Help

Paramètre Reférence Long. Facultatif Description
DESCRIPTION_FOR_HELPVALUES BAPIF4E 292 X BAPI - Description of the Structure of Help Values
HELPVALUES BAPIF4C 255 X BAPI - Possible Entries
LT_DESCRIP DFIES 675 X Description of Search Help
NEW_HV 0 X Search Help Values
VALUES_FOR_FIELD BAPIF4D 255 X BAPI - Help values for the field

Functionality
For detailed information see the documentation on the BAPIHelpvalues.GetList

Description
This table defines the structure of the values displayed in the tableHELPVALUES.
TABNAME
Name of the help view
FIELDNAME
Name of the field in the help view.
LANGU
Language key of the help texts.
POSITION
Position of data within record of the table HELPVALUES.
OFFSET
Offset of data within record of table HELPVALUES.
The offset is calculated - beginning with 0 - from the current offsetplus the length of the previous field.
LENG
Field length
Fieldtext
Short description of the field
Beispiel
Given the following tables:
H_535N ART D 0001 0 1
H_535N TITEL D 0002 2 15
H_535N TTOUT D 0003 18 15
There are three fields for the helpview H_535N in German
The data in field ART begins from offset 0 in table HELPVALUES and isone byte long.
The data in field TITEL begins from offset 2 in table HELPVALUES and is15 bytes long.
The data in field TTOUT begins from offset 18 in table HELPVALUES andis 15 bytes long.

Description
Contains the contents of the search method. If a help view has beendefined for the field in DDIC, then the contents are exactly the sameas in the help view. The individual columns are described in theassociated parameterDESCRIPTION_FOR_HELPVALUES.

Note
This parameter must not contain any hard code because help views can inprinciple change. All processing has to be done with the parameterDESCRIPTION_FOR_HELPVALUES. It contains descriptions for the characterstring, such as, field name, length, offset, and so on.

Default

Description
Contains exactly the same values as the field to be parametrized. Thevalues come from the parameter HELPVALUES. The lines in HELPVALUESmatch those in VALUES_FOR_FIELD.

Note
It only contains a value, if the parameters LV_TABNAME andLV_HELPFIELDNAME contain values.