cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORMS TAB QUESTION

Former Member
0 Kudos

Hi,

Within a loop I am splitting a string in to individual data objects and trying to display them using a text element node, but my requirement is to have these data objcts to be displayed in a tabular format.

in simple words how can I display data in format something like this:

0001 XYXX-DSCRP1 IA013101 671000

0002 DSCRP2-xxxxxxxxxxxx IA013101 620000

0003 xxx--DSCRP3 SE013101 650000

0004 DSCR FE013101 641000

Edited by: Rahul Azi on Apr 17, 2008 11:52 PM

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor
0 Kudos

Create a Table in your window, and put the fields in cells. Look at [SAP Smart Forms (BC-SRV-SCR)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf]

Regards

Answers (1)

Answers (1)

venkat_o
Active Contributor
0 Kudos

Hi Rahul, Use TEMPLATE node .It is used exactly. Regards, Venkat.O

raymond_giuseppi
Active Contributor
0 Kudos

Use a TEMPLATE node when layout AND size (number of lines AND columns) is determined before the runtime of the print program, else use a TABLE node, with a LOOP node or a COMPLEX SECTION node.

Regards