Select the one iten that is NOT a SAP Default Havigation Button on a standard list
Save
Back/Exit/Cancel
Cut/Paste
Find
which statement is valid for processing interna! table itab.Data: itab type table of zmyitab with header line.
Loop at itab where itab-id = ‘A’.Endloop.
Loop where itab-id = ‘A’.Endloop.
Loop at itab where id = ‘A’.Endloop
Loop at itab.Endtab.
where is the statenent message e123 Raising condition"used
Anywhere in the program
In a Function
In a Form Only
In a PAI Module
Which addition to the Parameters statenent is not valid
Default
Type
Like
Value