cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script problem with data

rohit_goel
Participant
0 Kudos

Hi Experts,

I am working on a sap script.

I am looping at an internal table and using write_form function inside that loop and getting data in main window in the output.

But i need some part of that data also in some other window also but that window is not main window.

And if data overflows in the main window to second page , we also need data in that other window also in the second page.

How can we achieve this thing?

Regards,

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Best and easy way to acheive this is by using sub-routines.

Regards,

SaiRam

rohit_goel
Participant
0 Kudos

but how can we do this by subroutines?

even i can edit the driver /print program..