ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

What is SAP Script? What are the componets in SAP Script?

Print This Post Email This Post Written by admin on Apr 8th, 2010 | Filed under: ABAP, SAP Scripts

SAPscript is the SAP Systems own text-processing system which is used to generate documents containing logos, tables and other objects and which look like a pre-printed documents. SAPscript is tightly integrated and used for many text-processing tasks. SAP Standard Styles and  Layout Sets are always held in Client 000.

Layout Sets are used for the Page Layout of SAPscript documents. A layout set has the following elements:

  • Header Data: Data related to development (created by, development class, etc.) and the layout set information (which elements are used) are both stored in the header data. A start page must be entered here.
  • Paragraph Formats: Paragraph formats are required in layout sets. However, they are also used for word processing in layout sets, for example, to format text elements.
  • Character Formats: You can also use character formats to format texts or paragraphs. Unlike paragraph formats, however, they are used to format text within a paragraph.
  • Windows: Windows are names and window types, which are not physically positioned until they are allocated to pages and units of measurement are specified.
  • Pages: Pages are defined to provide the system with a start and end point in text formatting.
  • Page Windows: Page windows are the combination of windows and pages, where the dimensions of a window and its position on a page are specified.
Share

If you like this post, you may as well like these too:

  1. Print to PDF SAP Script *----------------Database Declaration-----------------------------*TABLES: LFA1,ADR6.*-----------------Internal Table Declaration----------------------* *----------------Work VAriables ----------------------------------*DATA: S_DOC_CHNG LIKE SODOCCHGI1.DATA: L_TAB_LINES LIKE SY-TABIX.DATA: COUNT1 TYPE I.DATA: COUNT2(4) TYPE N.DATA: W_ITCPO LIKE ITCPO,W_DIALOG,W_ITCPP LIKE ITCPP.DATA: W_BIN_FILESIZE(10) TYPE C.DATA: L_FILENAME LIKE...



Leave a Reply