‎2006 Nov 21 10:49 AM
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>.
‎2006 Nov 21 4:07 PM
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.
‎2006 Nov 21 3:26 PM
Hi
Try
<b>BAPI_DRMCREDITMEMOREQ_CREATE</b>Regs
Manas Ranjan Panda
‎2006 Nov 21 3:28 PM
This one should work :
BAPI_ACC_DOCUMENT_POST
( It can do any FI posting )
Regards,
Erwan
‎2006 Nov 21 3:52 PM
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.
‎2006 Nov 21 3:54 PM
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
‎2006 Nov 21 4:07 PM
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.