Warning: Undefined variable $saptab in /customers/9/5/e/s4hd.com/httpd.www/sap/abap-statements/index.php on line 47
Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89
Get Example source ABAP code based on a different SAP table
Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/abap-statements/index.php on line 63
• FOR TABLE PARAMETERS (obsolete) • FOR NODE PARAMETERS (obsolete) • HELP-REQUEST PARAMETERS (obsolete) • VALUE-REQUEST PARAMETERS (obsolete) • AS SEARCH PATTERN PARAMETERS (obsolete)
ABAP Addition 1 ... FOR ${TABLE$|NODE$} node> 2 ... HELP-REQUEST> 3 ... VALUE-REQUEST> 4 ... AS SEARCH PATTERN>
What does it do? These additions for the statement PARAMETERS> > are only possible in the selection include > of a logical database>. They must be used to assign a node in the logical database to the parameter. Subroutines for user-defined helps can be called and a special parameter can be defined for evaluating the search help linked with the logical database.
Latest notes: If logical databases are no longer created, it is no longer necessary to use these additions of the statement PARAMETERS>. ABAP_HINT_END
ABAP Addition
What does it do? With this addition, the parameter must be assigned to a node> of the structure of the logical database. If a node has type T >, the addition TABLE> can be used instead of NODE>. For a description of the node types, see the statement NODES>>. When the selection screen> of an executable program> that is linked with the logical database is created, input fields are created only for those parameters for which an interface work area> for the assigned node>, or a node below it in the hierarchy, is declared using NODES> or TABLES >> in the executable program. When using the function module LDB_PROCESS>, the assigned node node> must be requested so that the parameter appears on the selection screen.