Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap script

Former Member
0 Likes
504

What are the ABAP commands that link to a layout set

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

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

5 REPLIES 5
Read only

Former Member
0 Likes
485

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

Read only

Former Member
0 Likes
484

Refer to this related thread

Regards,

Santosh

Read only

Former Member
0 Likes
484

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.

Read only

former_member223446
Active Participant
0 Likes
484

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.

Read only

Former Member
0 Likes
484

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