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

Bapi - SD_CIN_LV60AU02 for SD invoice posting

Former Member
0 Likes
863

Hi all,

I have implemented badi SD_CIN_LV60AU02 to change some values at header and item level of the invoice. I'm able to change the parameters XVBRP and XVBRK, but those changes do not take effect in the SD invoice, created.

I think i'm missing a method to make those changes take effect. Can some one help me out on this. Regards.

PedroC

1 ACCEPTED SOLUTION
Read only

rmazzali
Active Contributor
0 Likes
661

Use RV60AFZC

FORM USEREXIT_FILL_VBRK_VBRP

change either VBRK/P and XVBRK/P

reward if helpful

regards

Roberto

3 REPLIES 3
Read only

Former Member
0 Likes
661

BADI SD_CIN_LV60AU02

Read only

rmazzali
Active Contributor
0 Likes
662

Use RV60AFZC

FORM USEREXIT_FILL_VBRK_VBRP

change either VBRK/P and XVBRK/P

reward if helpful

regards

Roberto

Read only

Former Member
0 Likes
661

Thanks for your help,

I have implemented some code, in this exit. Those changes only take efect in the invoice if they are aplyed to the XVBRP, not to the VBRP structure.

My problem now , is that, i do not have all invoice items available to change in the XVBRP ( the last item of the invoice, is not availabe. Never ).

Regards,

PCastro