Sunday, 13 May 2012

Explain the various components of SAPScript. | SAP-ABAP

 Following are the various components of SAPScript:
=> Ed/tor-- An editor is used for entering and editing the lines of a text. It is automatically called by the application transactions if the user decides to maintain texts that concern an application object.
=> Styles and Forms-- These are used for print layout. These are created using the corresponding maintenance transaction and are allocated to the texts later.
=> The composer-- It is a central output module. It is not visible on the outside. It prepares a text for a certain output device by including the corresponding formatting information. This information comes from the style and text allocated to the text.
=> The programming Interface-- It is used to include SAP script components into own application programs. It is also used to control the output of forms within the program.
=>    Database Tables-- It is used for storing texts, styles and forms.

No comments: