Application Development 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: 

script

Former Member
0 Kudos

Hi ,

I have an alv grid on my first screen of module pool program..from where i need to print all the details of the grid and subsequent details from the table controls of the other 3 subscreens..

I have prepared a script for that.,.Now how to attch that script to my

program and how to print?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anil,

You can use 'OPEN_FORM' to call the script you designed. You can write this in PAI event.I think this can solve your issue.

Regards,

Rajitha.

2 REPLIES 2

Former Member
0 Kudos

Hi Anil,

You can use 'OPEN_FORM' to call the script you designed. You can write this in PAI event.I think this can solve your issue.

Regards,

Rajitha.

0 Kudos

Hi Anil,

You can print script from your screen itself, like purchase order from ME21N.

You already developed a script to display. Just pass your module pool data to script using OPEN_FORM, WRITE_FORM, CLOSE_FORM. and also a define a button in the screen in PAI. When it is clicked it has to print the script output.

Regards,

Dhanunjaya Reddy