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 do get driver programs for scripts ???

Former Member
0 Likes
1,203

Dear Experts,

I like to create driver for script PO ...

help me to do ???

4 REPLIES 4
Read only

Former Member
0 Likes
1,176

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

Read only

Former Member
0 Likes
1,176

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

Read only

Former Member
0 Likes
1,176

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

Read only

Former Member
0 Likes
1,176

hi,

you want create the driver program for scripts u have created or u want know driver program for the existing scripts.

thanks,

nike