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

SAP Script : line items in BOXES

Former Member
0 Likes
631

Dear Friends,

This is the problem in SAP Script,

I am printing the line item data in my MAIN window, and i want to print this data in BOXES.

the boxes should display dynamicaly.

what i mean: if i am having one line item then one box shoul come and if having 5 line items then 5 boxes should come. line items are displaying row by row.

how to solve this problem???

Thanks in advance

Sridhar

3 REPLIES 3
Read only

Former Member
0 Likes
510

I think dynamic tables are possible in Smart forms only.

Please correct if wrong.

Read only

Former Member
0 Likes
510

hi,

Draw a box with width 0 to get vertical line before the record gets displayed and at the end of the record also draw a box with width 0 ( to get a vertical line | ) and after every record, draw a box with height 0. ( to get horizontal line )

Regards,

Sailaja.

Read only

Former Member
0 Likes
510

Hello,

U can increase the height of Box dynmically in the following way.

1.First declare varible in character format.

2.And pass the height value dynmically based on the no of records to this varible.

3.Call this varible in the script in the Box statment,

that is in the height place.

Let me know if I am not clear.

Regards