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

reference field is not updated while creating credit memo by using BAPI_BILLINGDOC_CREATEMULTIPLE

Former Member
0 Likes
570

Hi all,

I m creating credit memo by using BAPI_BILLINGDOC_CREATEMULTIPLE with reference to credit memo request ,

Credit memo is created but the reference field is not updated  when I see in table vbrk ,its not giving reference field updated  for the created credit memo.

what should I do for that.

Hi all,

I m creating credit memo by using BAPI_BILLINGDOC_CREATEMULTIPLE with reference to credit memo request ,

Credit memo is created but the reference field is not updated  when I see in table vbrk ,its not giving reference field updated  for the created credit memo.

what should I do for that.

2 REPLIES 2
Read only

Abhijit74
Active Contributor
0 Likes
490

Hello,

Have you called "BAPI_TRANSACTION_COMMIT " after BAPI_BILLINGDOC_CREATEMULTIPLE ?

Thanks,

Abhijit

Read only

Former Member
0 Likes
490

thanx Abhijit for reply , i already used that. The same BAPI  m  using for creating invoice with reference to outbound delivery on that time , reference field in table vbrk is being updated but in case of credit memo its not happen..