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: 

Any user exit for invoice cancellation VF11

Former Member
0 Kudos

Hi,

I tried all below exits.

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference number)

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

No one is firing while cancelling invoice.I neeed cal invoice no and it's data for further calculations.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the below BADI definitions.


1. BADI_SD_BILLING_ITEM - Billing Enhancements at Item Level
2. BADI_SD_BILLING - Billing Enhancements
3. BADI_SD_ACCOUNTING - BAdI for Transfer to Financial Accounting

Hope this helps. Rwd points if helpful.

Thanks,

Balaji

6 REPLIES 6

Former Member
0 Kudos

Dear Venkatesh,

This FM EXIT_SAPLV60B_008 should definitely solve your purpose for getting the Invoice Number or Accounting Document Number

or if you are looking for from SD side about Billing Document Number(VBELN)

Put a Static Break point and try to do a cancellation of invoice.

or you can also look at these BADIs whether they server your purpose

1) SD_CIN_LV60AU02 ---> BADI for billing

2) BADI_SD_BILLING

3) BADI_SD_BILLING_ITEM

Hope this information would be useful

Thanks

Venugopal

Reward if found useful

Former Member
0 Kudos

Hi,

Check the below BADI definitions.


1. BADI_SD_BILLING_ITEM - Billing Enhancements at Item Level
2. BADI_SD_BILLING - Billing Enhancements
3. BADI_SD_ACCOUNTING - BAdI for Transfer to Financial Accounting

Hope this helps. Rwd points if helpful.

Thanks,

Balaji

0 Kudos

All these are SAP internal use BAdI's. How're we supposed to implement these BAdI's in customer projects?

Former Member
0 Kudos

hai Venkatesh,

I am Genaralising This For U.

It Is ver EASY Procees.

Just Go To SE84

Give The Program Name Or Package name In Which ME41 is present.

Then Click On Display.

Then Click On Enhancements.

Then U will Get USer Exits Aswell As BADI 's

IF Found helpful Reward.

Regards

Eshwar

Former Member
0 Kudos

you can try substitute or BTE.

Former Member
0 Kudos

This message was moderated.