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

Function module to create Debit memo

Former Member
0 Likes
851

Hi guru's

          I need function module or BAPI to create debit memo from change service order . Currently i am using COI3_ACCEPT_QUOTATION function module.

This function module gives success message and generating debit memo number but its not updating in table.

I checked debit memo number in table VBAK and VBFA.

Is any other function module there.. or any other option in this COI3_ACCEPT_QUOTATION

Regards

Meena

1 REPLY 1
Read only

venkateswaran_k
Active Contributor
0 Likes
492

Hi Meenakshi

You can use following BAPI to create Debit / Credit memos.

1. BAPI_SALESDOCU_CREATEFROMDATA

for creating the without HEADER TEXTand PRICING CONDITIONS

Regards,

Venkat