cancel
Showing results for 
Search instead for 
Did you mean: 

BOXes in SAP script

Former Member
0 Kudos

hi,

i am facing some problems in designing boxes in script,

i have designed 4 boxes in main window as per client requirment, these 4 boxes (together) are to be repeated depending on the no. of operations,

1>> condition is if there is no data to be printed in 1 box, that box frame should not be shown, and the next box should go up,

2>> the box height should change depending on the no. of records to be printed in one particular box,

3>> the box to be printed in the next page should be printed in the current page only if there is enough space in the current page.

thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi santosh,

your first requirement can be satisfied by putting conditions.

But it is better to use system sybols <b>&syst-uline&</b> and <b>&syst-vline&.</b>

Reward if helpful.

Regards,

Sandhya

Former Member
0 Kudos

Hi Santosh,

I think it would be better if you use the ULINE to create the horizontal lines instead of using the BOX command. From the print program you can easily control the height of the box, print it only if data is there under it etc.

I hope this helps. Do reward if the answer is helpful.

Regards

Anurag