What are control commands in sap scripts?
Answers were Sorted based on User's Feedback
Answer / arjun manglekar
The control commands in SAP SCRIPTS are
NEW-PAGE -Explicit Page Break
PROTECT..ENDPROTECT -Preventing Page Breaks
NEW-WINDOW -Next Main Window
DEFINE -Assigning a Value to a Text Symbol
SET DATE MASK -Formatting Date Fields
SET TIME MASK -Formatting Time Fields
There are no. of control commands above mentoned are only
few of them
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / nirmalafredrick
In Scripts we have,
If...........Endif.
Case.........Endcase.
Address......Endaddress.
Protect......Endprotect.
Bottom.......Endbottom.
Is This Answer Correct ? | 1 Yes | 2 No |
What are datasets in abap?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What is meant by search help? : sap abap data dictionary
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
How to create user interfaces for lists?
What are the different OK Codes that can be used in batch input processing?
How to debug an Idoc at runtime?
What is For-period and In-period
What are the different types of mode (run code) in call transaction method?
Can a transparent table exist in data dictionary but not in the data base physically?
What is the sap abap?
While Transporting Smartform form Dev to Test to Production, it is possible that Name of the Function Module change, Why? In which case it changes and in which case it remains same?