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

driver program not called for VF02?

Former Member
0 Likes
1,334

Hi all,

when i change a accounting document in VF02 that time driver program is not called.

Please give a solution for this.

4 REPLIES 4
Read only

Former Member
0 Likes
925

Hi Kalyan,

What driver program are you talking about?

If it is print program,

Then get it configured in NACE and enable  update debugging and see whether the program is triggered or not.

If something else, clarify please.

BR

Read only

Former Member
0 Likes
925

Hi Kalyan,

You need to do the following in order to configure your driver program to be called from VF02:

1) Go to transaction NACE

2) Select application - V3 (Billing) and click on "Output types" button in the application toolbar.

3) Select your output type (to be given by your corresponding functional consultant) from the list.

4) Double click on "Processing routines" from the lift toolbar.

5) Enter your corresponding driver program name and corresponding form name and save it.

6) Now go to VF02 with a billing document and navigate to Goto --> Header --> Output from the menu bar.

7) Enter the output type you just configured above (from NACE) and save.

😎 Come out of VF02 (initial screen) and navigate to Billing Document --> Issue Output to from the menu bar.

9) Select the output type and print preview.

Hope this will solve your problem.

Thanks,

Arnab

Read only

Former Member
0 Likes
925

Hi Kalyan,

Check whether on changing the accounting Document, the new output type is triggered???

If there is already green Output Type, then a new output type should be triggered and if it is yellow, then it should go in driver program.

Check the config in NACE for the output types.

Regards,

Sumit

Read only

Former Member
0 Likes
925

why do you want to call driver program while changing invoice...any specific reason?