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

Customer Credit Memo posting using BAPI

Former Member
0 Likes
2,220

Hi,

<b> I need to post Customer credit memo using the Transaction F-27 using bdc, but i am not interesetd in the doing is there any<b>BAPI</b> function module exit</b>.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,563

true posting key is <b>not passed</b> in the bapi but the internally created. i think this bapi might not pass the correct required posting keys for Credit and Debit memos unless the BTE and Note is implemented to add the posting key in the extension of the structures. Not trying to confuse here but faced this problem.

5 REPLIES 5
Read only

Former Member
0 Likes
1,563

Hi

Try

<b>BAPI_DRMCREDITMEMOREQ_CREATE</b>Regs

Manas Ranjan Panda

Read only

0 Likes
1,563

This one should work :

BAPI_ACC_DOCUMENT_POST

( It can do any FI posting )

Regards,

Erwan

Read only

Former Member
0 Likes
1,563

if you are planning to use BAPI_ACC_DOCUMENT_POST i would check what posting key is created after the document is posted as the posting key could be a key field for debit and credit memos.

Read only

0 Likes
1,563

Hi Kshamatha,

Posting keys are not needed with BAPI_ACC_DOCUMENT_POST as they are automatically determined depending of the amount sign ( + / - ) and the account N° !

Regards,

Erwan

Read only

Former Member
0 Likes
1,564

true posting key is <b>not passed</b> in the bapi but the internally created. i think this bapi might not pass the correct required posting keys for Credit and Debit memos unless the BTE and Note is implemented to add the posting key in the extension of the structures. Not trying to confuse here but faced this problem.