Answer Posted / 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 |
Post New Answer View All Answers
How can we access the correction and transport system?
Explain the concept of clusters in payroll
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Explain some essential objects in abap dictionary?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
How can one distinguish between different kinds of parameters? : abap modularization
What are the functions of lock objects?
Did you create any joins?
State the system field for the current date?
How to eliminate duplicate entries in internal tables?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What is the difference between get and get late?
What are the different functions used in sap script?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Example of table cluster and cluster tables.