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

Placing two Main Windows in SAP Script

Former Member
0 Likes
541

Hi All,

I got a requirement in which two layouts has to be printed on the same page. In the second layout I'm unable to get the data into the Main window. I have even createed 2 main windows ( 1 for top layout and another for bottom layout). Even this is not worked for me. Please reply me ASAP as this is an urgent requirement.

Regards,

Pradeep

Hi All,

I got a requirement in which two layouts has to be printed on the same page. In the second layout I'm unable to get the data into the Main window. I have even createed 2 main windows ( 1 for top layout and another for bottom layout). Even this is not worked for me. Please reply me ASAP as this is an urgent requirement.

Regards,

Pradeep

3 REPLIES 3
Read only

Former Member
0 Likes
518

Dear Pradeep,

As per the your query it seems that you want 2 layouts on only one page.

but i want to ask you a question are you using your won Driver program i.e a Z driver program ora standard one.

if you are using a Z driver program then you need to call the second MAIN window too from the driver program and call the text elements defined in the second window.

this may solve your problem.

if you are using standard program look for the form which is being called and how it being called.

rgrds,

venugopal

Read only

0 Likes
518

Dear Venugopal,

Thanks a lot for ur prompt reply.

Yes ,I want 2 layouts in one page.I am using my own driver program i.e a Z driver program. I will try out your logic.

Rgds,

Pradeep

Read only

Former Member
0 Likes
518

Hi

With respect to a document number i get the details in one page, for the next number i should get the records in the same page and it shoud not go to the next page.

This means printing two records with header,footer on the same page. how do i go about this???