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 f4if_shlp_exit_example function module ? : sap abap data dictionary
3. why u select the session method in bdc ? how many records wil be updated on that time?
whai is the transaction code or table to see all print programs
What is the difference between interfaces and abstract class
What is the different between template and a table?
what is the prerequisite for control-break statements
What are the three components of a work process?
What are the different window types in sapscript?
can u save internal table in sap memory from abap memory?
7 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Explain how do you move on to the next screen in interactive reporting?
Explain what are the different functions used in sap script? What are the parameters used in each function?
how to read the standard field value in your custom program.