In Smart Forms, we can just click on "Table" and get a table display, but how do we create this in SAPscript?
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorThink of directing an 'Etch-A-Sketch' session over someone's shoulder and you've got the basic concept down.
BOX is the primary driver command. The other two assist in breaking down the task of defining a box – or line (often defined as a box with either zero height or width) – into multiple steps. Normally, each SAPscript command must fit on a single line; by handling some of its definition, POSITION and SIZE get around this restriction for a box with complex properties.
Click here to link to a section in the SAP Help Portal which discusses these commands and provides examples. The best advice I can offer on getting comfortable with them is to review an existing form which uses them, even if it serves a different purpose. For instance, there are several standard FI template forms, such as the credit memo (F140_DOCU_EXC_01) which use all three of these commands together.
This was first published in July 2005