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
• DEFAULT PARAMETERS • LOWER CASE PARAMETERS • MATCHCODE OBJECT PARAMETERS • MEMORY ID PARAMETERS • VALUE CHECK PARAMETERS
What does it do? Using these additions, it is possible define a start value> that allows lowercase letters, a search help, or SPA/GPA parameter> to be bound, or a check to be executed against a value list.
ABAP Addition
What does it do? This addition defines a start value for the content of the selection parameter para>. The start value val> can either be specified as a literal or as a built-in data object. If the data type of the specified start value does not match the data type of the declaration, it is converted in accordance with the conversion rules. For the time stamp type utclong>, only a character literal that contains a valid representation > of a time stamp can be specified as a literal. Without the addition DEFAULT>, the initial value> linked with the data type is used as a start value. There are two times when a start value can be passed to the selection parameter:
When an executable program is started using SUBMIT >>, all values val> specified at program start using DEFAULT> are passed between the events LOAD-OF-PROGRAM>> and INITIALIZATION >> to the associated selection parameters para>.
If a program is not loaded into an ABAP_ISESS > using a SUBMIT > call, but using a dialog> or an object transaction>, or in an external procedure call instead, all the values val> specified using DEFAULT> are passed to the associated selection parameters para> when any selection screen is called for the first time using CALL SELECTION-SCREEN>> before the event AT SELECTION-SCREEN OUTPUT> >. In both cases, all the selection parameters are supplied with their start values, regardless of the selection screen on which they are defined. If a selection parameter is not initial at the time the data is passed, the start value is not passed.