SAPSCRIPTS tutorial
SAPSCRIPTS are used to generate formatted documents which can contain logos, tables and other formatting objects. And this documents can look like a pre printed documents that normal ABAP codes cannot possible. SAPscript comprises these five components: 1)an editor for entering and editing the lines of a text. 2)styles and forms for print layout. 3)the composer as central output module. 4)a programming interface 5)several database tables for storing texts, styles and forms. Here you will get some SAPSCRIPTS tutorials and Pdf guides to download.
Related SAP Tutorials & References
- SMARTFORMS tutorial SMARTFORMS as the SAPScript successor tool is also used to generate formatted documents which...
- ALV Tutorial ALV stands for ABAP List Viewer.It unifies and simplifies the use of lists in...
- SAP HR Tutorial – Human Resource Functional Module SAP HR ( Human Resources ) is one of the largest functional module in...
- SAP IDOC Tutorial IDoc stands for Intermediate Document. It is a standard SAP document format.IDocs enable the...
- SAP EDI Tutorial EDI stands for Electronic Data Interchange.As ALE it is also used for exchanging business...
- SAP Dictionary Tutorial – ABAP DDIC SAP DDIC stands for data dictionary.The ABAP dictionary contains all the metadatas about the...
- SAP BAPI Tutorial BAPI stands for Business Application Programming Interface.It is a precisely defined interface providing access...
- SAP MENU PAINTER & SCREEN PAINTER TUTORIAL Menu Painter is a ABAP workbench tool and can be accessed using the transaction...
- SAP USER EXITS tutorial User exits allow you to add additional functions to the SAP standard so a...
- SAP CO Tutorial – Controlling Functional Module SAP CO ( Controlling ) is on the functional module and it provides you...
Google: Facebook:

Transaction code SE71 is used for create, display and change the sapscript forms.
A document contains different areas with different data ( like header, footer, address etc ). In SAPscript each of these output area is called as a window.Different types of windows are Constant Windows, Variable Windows and Main Windows.
Print program retrieves the desired data and determines the output order and SAPscript will format and position these data for print.SAPscript can automatically access the data defined in a controlling program.
WRITE_FORM_LINES is the function module used for passing the text lines to the output form.A text line can contain maximum 132 characters.