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

Issues with BAPI_INCOMINGINVOICE_POST.

hallar_memon
Explorer
0 Likes
1,354

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.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
941

Did you commit?

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
942

Did you commit?

Read only

hallar_memon
Explorer
0 Likes
941

Sorry for late response, I missed the commit part. Thanks 🙂