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

create invoice with bapi : BAPI_INCOMINGINVOICE_CREATE

Former Member
0 Likes
822

hi all,

I am getting the below error when tried to run the bapi : BAPI_INCOMINGINVOICE_CREATE with the fields mentioned for the Headerdata and Itemdata structures as per the documentation provided for the bapi.

System error: Error in routine MRM_DRSEG_FILL(SAPLMRMH)

        any suggestions will be greatly appreciated.

regards,

   chetan

3 REPLIES 3
Read only

former_member187748
Active Contributor
0 Likes
663

Hi Chetan,

please post your code you have written for : BAPI_INCOMINGINVOICE_CREATE, without it its tough to tell you what to do next.

Read only

former_member182371
Active Contributor
0 Likes
663
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
663

Chetan

Rather than straight away putting you error here..a simple debug in the mentioned subroutine will tell you where the issue is. This subroutine is called in MRM_INVOICE_CREATE

Nabheet