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: 

user exit / change vbrk during reversing an invoice

Former Member
0 Kudos

Hi together,

I'm looking for an user exit to change vbrk-rfbsk during reversing an invoice (trx. vf11).

Thanks for any help

1 ACCEPTED SOLUTION

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Try with BADI_SD_BILLING_ITEM, method VBRK_VBRP_FILL. I'm not sure if it will be triggered by VF11.

See these notes:

SAP Note 1259505 - FAQ: New cancellation procedure in SD

SAP Note 400000 - FAQ: Transaction VF11: Cancellation of SD billing documents

It seems that some userexits aren't triggered as in VF01 or VF04.

I hope this helps you

Regards

Eduardo

7 REPLIES 7

Former Member
0 Kudos

hi,

You can use following program to get the user exits.

<Irrelevant link removed by moderator>

Edited by: Vinod Kumar on Jun 9, 2011 11:31 AM

Former Member
0 Kudos

Hello,

you should use BADI instead of explicit or implicit user exit. BADI_SD_BILLING will fulfill your requirements.

Best regards,

dez

0 Kudos

Hi ,

That sounds great...

And how does that work?

0 Kudos

@dez - BADI_SD_BILLING can not be used. It is only for SAP Internal purpose (notice the checkbox 'Within SAP' in transaction SE18 under Attributes tab)

@Gerd - Have you already tried USEREXIT_FILL_VBRK_VBRP in include RV60AFZC.

Cheers!

0 Kudos

Hi,

Yep, I did.

But this user exit is not beeing processed with reverse postings?

all the best

0 Kudos

I have the same problem.

the USEREXIT_FILL_VBRK_VBRP is perfekt, but it will not triggered while vf11???

thanks

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Try with BADI_SD_BILLING_ITEM, method VBRK_VBRP_FILL. I'm not sure if it will be triggered by VF11.

See these notes:

SAP Note 1259505 - FAQ: New cancellation procedure in SD

SAP Note 400000 - FAQ: Transaction VF11: Cancellation of SD billing documents

It seems that some userexits aren't triggered as in VF01 or VF04.

I hope this helps you

Regards

Eduardo