LIST OF SAP SCRIPT CONTROL COMMANDS in SAP ABAP :

LIST OF SAP SCRIPT CONTROL COMMANDS :



 CONTROL COMMANDS


DESCRIPTION

 ADDRESS

Formats the text specified for the address window in a form.

 BOTTOM....  ENDBOTTOM

Define the footer text in a window.
 BOX,POSITION,SIZE

Specify a box or line in a form that needs to be formatted.

 CASE, ENDCASE

Specify multiple conditions based on which the text is printed in a form.

 DEFINE

Assign values to text symbols in a form.
  
 HEX, ENDHEX

Specify hexadecimal values in a form.

 IF, ENDIF

Specify conditional text in a form.

 INCLUDE

Include other text in a form.

 NEW-PAGE

Insert a page in a form explicitly. 

 NEW-WINDOW

Insert a new main window in a form.

 PRINT-CONTROL

Insert a print control character in a form.

 PROTECT,  ENDPROTECT

Prevent a page break in a form. 
 RESET

Initialize the outline paragraph in a form.
SET COUNTRY

Specify country specific formatting in a form.

 SET DATE MASK

Specify the format of the date fields in a form.

 SET SIGN

Insert the + or - sign in a form.

 SET TIME MASK

Specify the format of the time fields in a form.

 STYLE

Change the style of the text in a form.

 SUMMING

Insert the sum of the variables in a form.

 TOP

Set the header text in the main window. 


Comments

Popular posts from this blog

EVENTS IN INTERACTIVE REPORTS OF SAP ABAP

CONCEPTS OF INNER JOIN AND OUTER JOIN in SAP ABAP

MAIN DIFFERENCE BETWEEN EXECUTABLE PROGRAM AND MODULE POOL PROGRAM in SAP ABAP :