Application Development 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: 

VF03 -Billing Doc doubt

Former Member
0 Kudos

Hi Experts,

Iam working on billing document (VF03).

If any user take print this document, the user name

should reflect(update) into NAST-TDRECEIVER(Recipient) table filed.

Can any one tell me how can i do?

Is there any userexit existing for this requirement?

Thanks

Rajani

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check out the print program of the script / form for this document, you should be able to update it there.

Regards,

Ravi

Note - Please mark all the helpful answers

4 REPLIES 4

Former Member
0 Kudos

Hi Rajani

Maybe you can try with some routine associated to the output control. You can consult your functional consultant to get more details for the same.

Kind Regards

Eswar

Former Member
0 Kudos

check out the print program of the script / form for this document, you should be able to update it there.

Regards,

Ravi

Note - Please mark all the helpful answers

0 Kudos

Hi Ravi,

I'm using output by going VF03 tcode->

In that menu Billing Documnet->issue output to.

when i click that i can able to see the print option to take print.

When i take Print, I wanted to update Receipient field in the NAST table.

Do i need to write any custom program for this??

Thanks

0 Kudos

Hi Rajani

For output condition to be generated, there exits output condition techinique which processes the output for billing document types.

Each output condition type is associated with ACCESS SEQUENCES, overhere we can add custom routines. Create one such routine via transaction VOFM to update the required field in NAST, attach this routine to the access sequence. Hence whenever an output type is generated this can be updated.

For more on this information, discuss with your functional consultant for the feasibility.

Kind Regards

Eswar