‎2013 Apr 13 11:18 AM
Dear Experts,
I like to create driver for script PO ...
help me to do ???
‎2013 Apr 13 1:09 PM
Hi Kiruphagar,
Go to the output type configuration in the transaction NACE. Select the application (for Purchase order it will be EF, Sales order V1, Delivery V2, Shipping V7) and click on the display button. Select the output type in the next screen and click on the processing routines to get the driver program.
Cheers
~Niranjan
‎2013 Apr 13 4:33 PM
Hi,
Check TNAPR table.
In NACE Transaction you will configure output type , script name & driver program.
If u want to add code to current logic you can add it in by writing Subroutines.
check below links for it
http://scn.sap.com/thread/429881
http://wiki.sdn.sap.com/wiki/display/ABAP/Subroutines+And+Their+Use+In+SAPScript
‎2013 Apr 13 6:03 PM
Hi,
Following is the procedure:
1. Goto to the Table TNAPR using SE11
2. Get the Contents of the Table(CNTRLSHIFTF10)
3. On the Table Content Selection Screen, Type the SAPScript Name for which we have find the Driver Program in the field FONAM and execute(F8)
4. PGNAM field of the result display contains the Driver Program Name for our SAPScript
Regards,
Gourav
‎2013 Apr 13 6:12 PM
hi,
you want create the driver program for scripts u have created or u want know driver program for the existing scripts.
thanks,
nike