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

Work on the SAP-Script layout sets in SD modules

Former Member
0 Likes
493

Hi,

How to Work on the SAP-Script layout sets in SD modules. The documents modified were RVINVOICE01 as per the client’s requirements.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Hi,

Check out the script from TNAPR table,

pass the program name you will get theSAPScript assigned to it,

copy this Program & sapscript to your Zprogram & proceed with the requirement

If you want to see the scripts for particular module, in the APPLICATION field you have F4 help, check this out.

Regards,

Raghavendra

2 REPLIES 2
Read only

Former Member
0 Likes
448

Hi,

Check out the script from TNAPR table,

pass the program name you will get theSAPScript assigned to it,

copy this Program & sapscript to your Zprogram & proceed with the requirement

If you want to see the scripts for particular module, in the APPLICATION field you have F4 help, check this out.

Regards,

Raghavendra

Read only

Former Member
0 Likes
447

Hi,

First of all what are we trying to achieve?

I understand that changes where made to standard SAP SAPscript RVINVOICE01 and you where asked to make further changes.

In SAP configuration you need to see what is the driver program for your SAPscript and what is the SAPscript name (transaction VOK2->Output->Processing Programs->Billing Documents) or via table TNAPR.

This will allow you to see what is the driver program for your SAPscripr (this is the program that prepares data to be formatted by your SAPscript layour set).

Once data is derived by an ABAP program, a sapscript is called from driver ABAP to print this data.

You may need to make changes to driver ABAP (in case changes to data are required) or to SAPscript if changes to layout and window positioning are requested.

Try not to modify standard SAP programs (copy to Z versions)...

Hope it is of some help...

Michael