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: 

How to make BOX position variable in SAPscript

Former Member
0 Kudos

Can we make box position variable in sapscript?

Can we pass variable in Box command in sapscript like

BOX XPOS <v1> YPOS <v2> WIDTH <v3> HEIGHT <v4>.

2 REPLIES 2

Former Member
0 Kudos

Hi

No You can't

It is fixed,

You can't make varaible box.

reward points

regards,

Anji

santhosh_patil
Contributor
0 Kudos

Hi,

Yes we can pass variables to BOX command...

But the variables should be of type char

-


Patil