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

Userexit while saving billing document using Vf01

Former Member
0 Likes
1,991


Hello,

I have a requirement where I have to send an email attachement with XML file while saving a billing docuemnt using VF01 transaction code.

Could you please let me know the proper user-exit or BTE Or BADI where I can write my logic while saving billing document.

Thanks,

Komal Bhutada.

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
679

Komal,

RLB_INVOICE and the corresponding Config settings in NACE for "External Send"  with a Smart Forms will not suffice ?

May be you can try the following INCLUDES for Billing Document Creation.

LV60AFZ*

RV60AFZ*

K.Kiran.

Read only

Former Member
0 Likes
679

User-exit EXIT_SAPLV60B_001 or BTE 1120 can be useful and triggers from VF* transactions.

Not sure about billing document/invoice but it works for accounting document posting which gets generated from VF01 after invoicing.

Can be checked for your requirement.

Apart from above you can check below thread for other alternatives.

Regards

Ansumesh