What are control commands in Scripts?
Answers were Sorted based on User's Feedback
These are the sapscript control commands
Explicit Page Break: NEW-PAGE
Preventing Page Breaks: PROTECT
Next Main Window: NEW-WINDOW
Assigning a Value to a Text Symbol: DEFINE
Formatting Date Fields: SET DATE MASK
Formatting Time Fields: SET TIME MASK
Country-Dependent Formatting: SET COUNTRY
Position of the Leading Sign: SET SIGN
Initializing Numbered Paragraphs: RESET
Including Other Texts: INCLUDE
Changing the Style: STYLE
Formatting Addresses: ADDRESS
Setting a Header Text in the Main Window: TOP
Setting a Footer Text in the Main Window: BOTTOM
Conditional Text: IF
Finding a Match: CASE
Calling ABAP Subroutines: PERFORM
Inserting Print Controls: PRINT-CONTROL
Boxes, Lines, Shading: BOX, POSITION, SIZE
Hexadecimal Data: HEX, ENDHEX
Summing a Program Symbol: SUMMING
Is This Answer Correct ? | 2 Yes | 0 No |
The purpose of these is to allow control of the output
formatting. These commands are not interpreted by the
SAPscript editor, but are passed through to the SAPscript
Composer for processing. The Composer is the program that
converts text from the form displayed in the editor to the
form used for printing. This includes, for example, line and
page formatting, the replacement of symbols with their
current values and the formatting of text according to the
paragraph and character formats specified.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / manoj kumar
four types of control command are there
they are
system comands
commanda from sfsy structure
like &page& date formpages
program commands
like internal tale varables
i-lfa1-lifnr.
formatingcommands
like &symbol(z). it will supress all leading zeros.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / bgmr
start_form
open _form
write_form
close_form
end_form
Is This Answer Correct ? | 0 Yes | 4 No |
What is the use of CHAIN and ENDCHAIN statement?
10 Answers CSC, CTS, Net Solution,
if have 10 pages in script,how u can u start from 10th page?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How to find function module or Bapi for particular transaction in sap?
In module pool, when table controls are used the command that is written in both PBO and PAI is
Explain the difference between free and refresh?
6)what are the table controls in BDC ?
What do you mean by batch data communications programming?
29) Difference between check table and value table?
What is SQL Trace, how would you carried out performance analysis of ABAP code using SQL Trace? Give the steps?
Is it possible to pass data to and from include programs explicitly? : abap modularization
Explain what are the steps in the SD process at least up to the invoicing stage?