0% found this document useful (0 votes)
20 views

SAP Scripts

Uploaded by

akhila6603
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

SAP Scripts

Uploaded by

akhila6603
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

SAP SCRIPTS

 These are used to design the layouts or


business documents or forms.

 These are always client dependent.

 Transaction code : SE71


Components of Sap scripts
 1.LAYOUT :

 Every sap script uses a layout.

 Components of layout :

 i.HEADER : it consists of administrative


information.

 ii.PAGE : it is a combination of windows,one


page can have 'n' no of windows.
 iii.WINDOW : this is to display the text.

 iv.PAGE WINDOW : the dimensions of the window on the


page.

 v.PARAGRAPH FORMATS : These are to define the font


attributes (bold/italic/underlined)

 vi.CHARACTER FORMATS : this is to overwrite the


paragraph settings.
 font is the only imp setting under character formats.

 vii.TEXT ELEMENTS : these are to display the text on the


window.
 2.SAP SCRIPT TEXTS : these are predefined
texts those can be used in a document.
 Tcode : SO10

 3.ABAP PRINT PROGRAM/DRIVER


PROGRAM : this is to call a particular form.

 4.SYMBOLS & CONTROL COMMANDS : these


are predefined & user-defined, which can be
used in a document.
 SYMBOLS :

 &MFG&---kind regards
 &SGDH&---Dear sir/madam

 types of symbols :

 standard symbols
 system symbols
 program symbols
 text symbols
 CONTROL COMMANDS :

 these are always start with format key /:

 /:include
 /:if-endif
 /:case-endcase
 /:address-endaddress---to format the address
 /:protect-endprotect---to avoid page breaking
 /:define

 5.FUNCTION MODULES : these are to write the driver program.

 i.OPEN_FORM
 ii.WRITE_FORM
 iii.CLOSE_FORM

You might also like