cancel
Showing results for 
Search instead for 
Did you mean: 

problem with sap-script

Former Member
0 Kudos

HI ALL,

I WANT TO DISPLAY 3RD PAGE CONTAINING INSTRUCTION WINDOW. 3RD PAGE SHOULD GET PRINTED WHEN MAIN WINDOW ON THE FIRST PAGE FLOWS ON THE SECOND PAGE OR WHEN IT DOESN'T FLOWS.MY LOGIC WAS NEXT PAGE FOR FIRST PAGE IS PAGE 2 & NEXT PAGE FOR PAGE 2 IS PAGE 2 ONLY BECAUSE IT SHOULD FLOW WHEN MAIN WINDOW FLOWS.AFTER ALL THIS I WANT TO DISPLAY THIRD PAGE WHICH CONTAINS INSTRUCTION WINDOW.

I AM NEW TO ABAP. CAN YOU PLEASE GIVE ME SOLUTION IN DETAIL.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

One option would be to create a separate window for this 3rd page and store the contents assigned to a text element.

After your loop...endloop. is complete in your print program,

Call this text element using another separate WRITE_FORM. This should work.

Hope this helps.

Regards

Subramanian

Former Member
0 Kudos

Hi,

I am still not getting the instruction window on 3rd page.............

Answers (0)