SAP - FI
How to Define Posting Period Variant in SAP
Enter the Transaction code SPRO in the SAP Command Field and Press Enter In the next screen Select...
SAP script is the SAP System's own text-processing system.It looks and feels a lot like other leading text-processing systems.
It is used to print preformatted text in pre-formatted forms.
SAP Scripts comprises of five main components:
Layout set on its own doesn't contain any data. The selection of data for the document is done through the print program. The print program selects the data from database table and feeds it to the layout set. When the print program is executed the document is printed on the screen, printer.
Usually a SAPScript Layout consists of following components
The purpose of "control commands" is to allow control of the output formatting.These commands are not interpreted by the SAP script editor, but are passed through to the SAP script Composer for processing. This includes, for example, line and page formatting, the formatting of text according to the paragraph and character formats specified.
Syntax
Enter /: in the paragraph format
Examples
The execution of script is done through an ABAP program, which is referred as Print Program. Each print program should have an ENTRY form , which will be called from customization.
For a standard configuration we can see the form name (script name), print program name and output type in the table TNAPR.The print program uses the Form control functions to call the script.
The print program call either all or some of the form control functions to execute the script
The output type can specify, a printed form that you need for internal use or a form that you want to send to a customer or vendor . The output type can also be an internal electronic mail message that you want to send to staff in another department.
For example "Print out" can be classified as one output type of a billing document, i.e. when this output type is executed the billing document is printed. Similarly "Fax" can be an output type, i.e. when this output type is executed a fax of the billing document is sent
All the output types for any document (e.g. billing document) will be stored in the table NAST.Output types are executed through the program RSNAST00 .
Example : Output type in a billing document-
Standard Texts for your report can be created using transaction SO10
Graphics and printer macros are uploaded with report RSTXLDMC into individual standard text documents or through transaction SE78. Graphics are uploaded in "Baseline TIFF 6.0" format (.tif files on PC)
SAP Script & Standard text elements can exported or imported between two systems using RSTXSCRP program
Copying Scripts Across clients:
SAP Script is a client dependent object.Unlike programs, changes done to SAP script in one client will not be reflected in other clients. For copying script from one client to another, go to SE71 and use "Copy from Client" option available under Utilities menu or import the transport request, in which the script is saved, from the original client using the transaction SCC1 .
Important Points to Note
Enter the Transaction code SPRO in the SAP Command Field and Press Enter In the next screen Select...
What is Credit Memo? It's a sales document used in complaint processing to request credit to...
SAP QM Quality Notification contains functions for capturing and processing different types of...
Training Summary SAP FICO is the Finance and Cost controlling module in SAP ERP where FI stands...
What is Exclusion List? Material exclusion / listing is a provision to restrict a customer’s buying...
In this tutorial, we will learn How to Define Schema Group How to Define Schema Determination How...