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

SAP Script : Creating three boxes in same window

Former Member
0 Likes
651

Hi Champs,

I have a requirement in SAP Script in which i need to create 3 boxes whose Y-Axis are parallel to each other.

And in these three different boxes I need to populate text in one, graphic in other and total in the last one.

Is it possible???

Please let me know the code or an example to do the same.

Thanks

Regards,

Nishant

4 REPLIES 4
Read only

Former Member
0 Likes
592

Of course you can.

Take 3 paragraph formats.

For each of them assign LEFT and RIGHT justifications.

For Logo use INCLUDE .... PARAGRAPH.

HOPE you know how to draw boxes.

BOX ...

XAXIS.. HEIGHT.. WIDTH

YAXIS...HEIGHT..WIDTH

BEST way is to take 3 separate windows

Read only

0 Likes
592

Thanks for your reply

There is no problem with creating of boxes but issue comes when we need to write multi lines in three different boxes.

The command can be

/: POSITION X Axis and Y Axis of BOX1

/: Write test for Box1

/:Same for Box 2

.

.

.

.

/:same for box 3

.

.

.

But for multiline what will be the command

Thanks

Nishant

Read only

0 Likes
592

I think that is not possible or atleast I think this might be possible via paragraph and character formats only.

Read only

Former Member
0 Likes
592

Hi,

Use

box command with same ypos for all three

In one box

write text

In other

display graphic

other

display total