‎2009 May 14 7:44 AM
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!
‎2009 May 14 7:51 AM
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
‎2009 May 14 7:51 AM
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
‎2009 May 14 7:57 AM
Hi Suvendu,
Thanks for ur reply....but in my case ...i want 3 small boxes to be displayed right to the variable