sapdev logo background
sapdev logo sapdev logo
Comments

SAP LIST HIDE ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Lists, HIDE Technique
The example shows how to implement a program-controlled data transfer of lists to the ABAP program using HIDE .

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
At the event START-OF-SELECTION , the status FLIGHT is set for the basic list. In the status FLIGHT , the function key F2
and a pushbutton have been assigned the function code SELE (text SELECT ). As a result, the user actions of double-clicking and choosing F2 or the pushbutton SELECT
trigger the event AT USER-COMMAND .
The three fields spfli-carrid , spfli-connid , and num
are written to the Hide area while the basic list is created. After a line is selected, the details list defined for the function code SELE in AT USER-COMMAND
is displayed. At the event AT USER-COMMAND , all stored Hide
fields of the selected line are reloaded. num is used to check if a line of the actual list has been selected. The details list gets the status BOOKING where F2 is assigned the function code INFO (text: Booking Information ). The details list displays data which can be selected using the Hide fields of the basic list. For each list line output, the system stores additional information in the Hide area .
Selecting a line on the details list displays the information stored in a dialog box with the status WIND . For the status WIND , the default settings have been adopted with comparison for the list status. sbook-bookid checks whether the line selection is valid.
All page headers and the title bar of the dialog box are set in the program.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




LIST_HEADER_GLOSRY
LIST_INDEX_GLOSRY




comments powered by Disqus