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

script

Former Member
0 Likes
527

what is the table name for standard scripts?

3 REPLIES 3
Read only

Former Member
0 Likes
509

TNAPR is the table name that will contain all the script form names and print program names

Hope this helps

Vinodh Balakrishnan

Read only

Former Member
0 Likes
509

TNAPR Table stores all the Script form names and Print Program Names.

You can find all the Standard Script Names in table TNAPR

Rewards if useful.

Read only

Former Member
0 Likes
509

Hi,

There are some Standard Sap Scripts in SAP. We cant directly execute them in scripts we have to use some T-codes and by giving some input to the required fields we can see the output printform.

I will show one example. There are some Standard Sap Scripts such as MEDRUCK which is a standard Sap Script for Purchase Order and RVINVOICE01 for billing and so on...

To see oupt of MEDRUCK go to T-code ME9F give purchase order number and execute select one number and click on dislplay messages button on application tool bar you can find the print form of MEDRUCK.

You cannot change the Standard Sap Scripts but you can use Standard Sap Scripts and Copy them to userdefined Script and can make changes to them and replace standard Sap Script with usedefind script.

regards,

vasavi.

reward if it is helpful.