Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMartFrom Table for ITEM Data

chamuk
Explorer
0 Likes
883

2018-07-05-12-44-47.pngHello ALL,

Can we print smartform item data as below?

Delivery No Pallet Container

LIKP-VBELN

2 REPLIES 2
Read only

hedvig_rohonyi
Product and Topic Expert
Product and Topic Expert
0 Likes
811

Hi Mukesh,

yes, you can set a shading or boxes for one or more cells via Table Painter. Select the cell(s) you want to shade.
Select a color from the Shading box. If you change the color displayed in the Color list box, the cell is colored accordingly.
See please online help
https://help.sap.com/doc/saphelp_sm71_sp12/7.1.12/en-US/4b/83fb4edf8f11d3969700a0c930660b/content.ht...

Best regards,
Hedvig

Read only

DoanManhQuynh
Active Contributor
0 Likes
811

In general, you can draw row type in table then apply to table line or you can use template inside loop but that mean the layout must be fixed: 1 delivery - 2 pallet - 4 container. If it not fixed like that, one workaround im thinking about is you could organize your data in itab like this:

Then in smartforms, you control the table line display or not base on the data passed to smartforms. It little complex but I think you can do it.