Zusammenfassung der Ressource
Frage 1
Frage
Select the one iten that is NOT a SAP Default Havigation
Button on a standard list
Antworten
-
Save
-
Back/Exit/Cancel
-
Cut/Paste
-
Find
Frage 2
Frage
which statement is valid for processing interna! table
itab.Data: itab type table of zmyitab with header line.
Antworten
-
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.
Frage 3
Frage
where is the statenent message e123 Raising condition"used
Antworten
-
Anywhere in the program
-
In a Function
-
In a Form Only
-
In a PAI Module
Frage 4
Frage
Which addition to the Parameters statenent is not valid