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
[Link] :
Every sap script uses a layout.
Components of layout :
[Link] : it consists of administrative
information.
[Link] : it is a combination of windows,one
page can have 'n' no of windows.
[Link] : this is to display the text.
[Link] WINDOW : the dimensions of the window on the
page.
[Link] FORMATS : These are to define the font
attributes (bold/italic/underlined)
[Link] FORMATS : this is to overwrite the
paragraph settings.
font is the only imp setting under character formats.
[Link] ELEMENTS : these are to display the text on the
window.
[Link] SCRIPT TEXTS : these are predefined
texts those can be used in a document.
Tcode : SO10
[Link] PRINT PROGRAM/DRIVER
PROGRAM : this is to call a particular form.
[Link] & 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
[Link] MODULES : these are to write the driver program.
i.OPEN_FORM
ii.WRITE_FORM
iii.CLOSE_FORM