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. |