‎2007 May 28 11:11 AM
‎2007 May 28 11:13 AM
The various types of commands that can be used within a layout set are tabulated below
Command Purpose
* Default paragraph
Blank Continuous text
= Extended Line
( Raw Line
/ Line Feed
/= Line feed and extended line
/( Line Feed and Raw Line
/: Command Line
/* Comment Line
/E Text Element
<PN> This is either the name of the paragraph that should be applicable from that line of the layout set
‎2007 May 28 11:13 AM
The various types of commands that can be used within a layout set are tabulated below
Command Purpose
* Default paragraph
Blank Continuous text
= Extended Line
( Raw Line
/ Line Feed
/= Line feed and extended line
/( Line Feed and Raw Line
/: Command Line
/* Comment Line
/E Text Element
<PN> This is either the name of the paragraph that should be applicable from that line of the layout set
‎2007 May 28 11:15 AM
‎2007 May 28 11:16 AM
following are the commands related to scripts/layouts
NEW-PAGE
NEW-WINDOW
PROTECT---ENDPROTECT
DEFINE &SYMBOL&
ADDRESS--ENDADDRESS
INCLUDE
TOP--ENDTOP
IF..ELSE..ENDIF
CASE..WHEN..ENDCASE
BOTTOM---ENDBOTTOM.
SET DATE MASK
SET TIME MASK
SET COUNTRY
SET SIGN.
‎2007 May 28 11:33 AM
HI mrudala.
below are the abap commands in scripts.
SET DATE MASK
SET TIME MASK
SET COUNTRY
BOX
BITMAP
NEW-PAGE
NEW-WINDOW
PROTECT---ENDPROTECT
DEFINE &SYMBOL&
ADDRESS--ENDADDRESS
INCLUDE
TOP--ENDTOP
IF..ELSE..ENDIF
CASE..WHEN..ENDCASE
BOTTOM---ENDBOTTOM.
don't forget reward points.
kiran
SET SIGN.
‎2007 May 28 11:54 AM
Hi,
Script Commands:
ADDRESS : Formatting of Address
BOTTOM, ENDBOTTOM : Define Footer text in a window
BOX, POSITION, SIZE : Boxes, Lines and Shading
CASE, ENDCASE : Case Distinction
DEFINE : Value assignment to text symbols
HEX, ENDHEX : Hexadecimal values
IF, ENDIF : Conditional text output
INCLUDE : Include other texts
NEW-PAGE : Explicit forms feed
NEW-WINDOW : Next window main
PRINT-CONTROL : Insert print control character
PROTECT...ENDPROTECT : Protect from page break
RESET : Initialize outline paragraphs
SET COUNTRY : Country-specific formating
SET DATE MASK : Formating of date fields
SET SIGN : Position of +/- sign
SET TIME MASK : Formating of time fields
STYLE : Change style
SUMMING : Summing variables
TOP : Set header text in window MAIN
Regards,
Bhaskar