‎2010 Jul 20 12:38 PM
Hi,
I have a script which currently prints a number of item details.
Users want to change the layout so that the result is given in tabular format,i.e, the item details need to be displayed in rows and column format. As the number of items can vary, could you please help me with the logic of displaying this using script?
Thanks in advance,
Neethu
‎2010 Jul 21 7:38 AM
Hi,
Creating dynamic boxes in script is possible but formatting and getting proper allignment is very tedious job. I had similar requirement for creating dynamic boxes in SAP Script, but getting right allignment of those boxes was not possible and hence I switched to smartform. So I would advise you the same to use smartform for such type of requirement. In smartforms it becomes very easy.
Still try the following syntax:
/:POSITION XORIGIN '5' CM YORIGIN '5'CM
/:SIZE HEIGHT '0' CM WIDTH '0' CM
/:BOX FRAME 10 TW INTENSITY 10
Hope this helps.
Reragds,
Abhijeet