Application Development 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: 

Sap Script - putting dynamic height value in box command

Former Member
0 Kudos

Hello All,

In SAP scirpt I have to display a table which might have variable number of line items. So in box command I cannot mention the height statically.

Is it possible to specify that dynamically like by using a variable and incrementing it every time the element is called from the loop?

Thanks

Indrajit

1 REPLY 1

Former Member
0 Kudos

no in SAP-SCRIPT this aint possible. But you could do this in an external perform, and have your incremented value back, tho since a external perform is beeing called from the form, the box statement might already have been interpreted.

this again would mean that this way wouldnt work as well then.