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

Help needed in SAP SCRIPT...!!!

Former Member
0 Likes
342

Hi All,

I'm working on a Script....I have a requirement wherein In my MAIN Window whenever a group of variable's has data, besides them i have to create 3 boxes side by side. Now the problem is these variable's position is not the same in every page they will differ in position from page to page....So, in other words these boxes has to be generated dynamically.

My approach :

Is there a way to calculate the position where the Variable is being printed in the page at run time (I mean are there any SAP SCRIPT commands to know the position parameters where a particular variable is gettind displayed).

SO that i can use the position information to disply my boxes beside them.

If not, please suggest any other approach. Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

Hello Christopher,

What I understand is you need to put a box around a variable where ever it is getting printed.

In smartform you Job would have been easy but in Sapscript its tough to find out the position and draw a box around it. Instead you can do this in your text editor.

-


&variable&

-


What I mean is draw a hard coded box.

Hope this discussion would be useful to you.

Cheers,

Suvendu

2 REPLIES 2
Read only

Former Member
0 Likes
322

Hello Christopher,

What I understand is you need to put a box around a variable where ever it is getting printed.

In smartform you Job would have been easy but in Sapscript its tough to find out the position and draw a box around it. Instead you can do this in your text editor.

-


&variable&

-


What I mean is draw a hard coded box.

Hope this discussion would be useful to you.

Cheers,

Suvendu

Read only

0 Likes
321

Hi Suvendu,

Thanks for ur reply....but in my case ...i want 3 small boxes to be displayed right to the variable