‎2006 Nov 24 7:12 AM
Hi,
How to Work on the SAP-Script layout sets in SD modules. The documents modified were RVINVOICE01 as per the clients requirements.
‎2006 Nov 24 7:33 AM
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
‎2006 Nov 24 7:33 AM
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
‎2006 Nov 30 5:54 AM
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