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

How data is passed to SAP Script Driver program.

Former Member
0 Likes
440

Hi All,

In the Purchase order screen (ME23n) there is a Print Preview button, when i click on that button it is reaching the driver program that has been specified by transaction: NACE.

Could anyone please explain me how data is transferred from the PO Screen to the driver program.

Thanks in advance for your esteemed replies.

Best Regards,

Goutham.

3 REPLIES 3
Read only

Former Member
0 Likes
418

Hi Gautham,

The standard program submits a standard report program RSNAST00 when print relevant actions are done. The program RSNAST00 dynamically calls the Driver Program name and the Subroutine name from TNAPR table.

Read only

Former Member
Read only

Former Member
0 Likes
418

Hi,

When you enter the data in ME23n , the data goes into corresponding table.

When you click print button the corresponding data is fetched from corresponding tables by driver program.

Regards,

Sumit