SAPscript
Content
Introduction to
Main elements
Including Graphical Images
Layout Set Commands
SAPscript Commands
SAPscript example - invoice
Example Layout Set
Example Code
  SAPscript
-Introduction to-
 
Page 1 Of 8

Often there are instances where an output from a SAP program is required on a physical paper in a pre-designed format. Using normal ABAP code this is not possible. Instead SAP provides an object called SAPSCRIPT to generate such kind of documents which can contain logos, tables and other objects and which can look like pre-printed documents.

This article focuses on the design and use of Layout sets in ABAP programs to generate beautified output in SAP.

A layout set is a template designed in SAP to place the stream of data coming from a SAP program on different parts of a physical page. The designer needs to lay out the various elements that need to be printed on the page and store it as an object in the SAP system. An ABAP program will subsequently call this object to generate an instance of the template – thus generating an output document from the program.

 

In this 7 article tutorial we will cover subjects such as:

  • Main elements of SAPscript

  • Commands that can be used in a layout set

  • How to include a graphical image

  • Commands that can be used in SAPscript

  • Step-by-step walkthrough of example

  • Example layout set

  • Example SAPscript code

 

 
Stats Box
Vendor Listings (9)
Jobs (3)
Resumes (3)
Tutorials (18)
Articles (22)
Code Snippets (1)
CBTs (17)
Books (4)
Online Training (15)
Latest 5 Tutorial
SAPscript
SAP Mobile Engine
Integrating XML into SAP Business Connector
Lotus Notes Integration
SAP Data Archiving
 
Copyright © 2007 SapDox.com. All rights Reserved.