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

SmartForms

Former Member
0 Likes
392

Hi,

I have a requirement, such that the output should be printed in a table format.

Eg:

Name Planned Actual

A 2 3

B 2 4

C 3 2

I am passing an internal table containing these values.

My output should be in this format. What should I do to bring my output in table format? Please help me out.

Thank You.

DhanaLakshmi M S

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
379

Insert a table node and add your internal table to it.

Refer the tutorial for more -

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

Regards,

Amit

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
380

Insert a table node and add your internal table to it.

Refer the tutorial for more -

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

Regards,

Amit

Read only

0 Likes
379

Thank You so much Amit.

Regards,

DhanaLakshmi M S

Read only

Former Member
0 Likes
379

use SKIP command at the end of each ITAB row