Skip to Content
0
Former Member
Jun 17, 2009 at 03:55 AM

SAPscript - Dynamic box position and height.

596 Views

Greetings...

How to print dynamic box according to the Element. I have an element with looping condition when i used box the line only printed on the first loop, but and no line printed on the next looping even though its is different element.. Below is the sneak peak of my code.

/E 101
/:   BOX WIDTH 0 MM HEIGHT '2' MM FRAME 20 TW
/:   POSITION YORIGIN '+2' MM
W2   <B>&text&</><B>,,&zvalue&</>

Thank you