‎2016 Dec 22 6:45 AM
I am trying to post parked invoice in SAP MM using FM: BAPI_INCOMINGINVOICE_POST.
Issue is documents are not posted and no message displayed in return table. Attached is my code:
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S33 { color: #4DA619; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }
CALL FUNCTION 'BAPI_INCOMINGINVOICE_POST'
EXPORTING
invoicedocnumber = itab-inv_doc_no
fiscalyear = itab-fisc_year
TABLES
return = rtab.
‎2016 Dec 22 7:22 AM
‎2016 Dec 22 7:22 AM
‎2017 Jan 24 9:53 AM
Sorry for late response, I missed the commit part. Thanks 🙂