Application Development 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: 

How to read the account assignment details of a service PO?

Former Member

Hello Gurus,

I am trying to park an MM invoice via MIRO using BAPI_INCOMINGINVOICE_PARK and for a 'SERVICE PO', I need to fill in the Header data, Line item data with the service entry sheet number and also the accounting assignments for the line item. I am using the BAPI_PO_GETDETAIL to get the service entry. This BAPI also gives me the acct assignmnets but doesn't give me all the account assignments for a line item. Is there a way or a FM I can use to read the account assigment for a service PO line item with the amount?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

BAPI_PO_GETDETAIL should give you all the account assingments for a given a line item, I don't there is any other function which will give you the details.

alternatively you can get these details yourselves from EKKN table.

Regards,

Ravi

Note : Please mark all the helpful answers

1 REPLY 1

Former Member
0 Kudos

BAPI_PO_GETDETAIL should give you all the account assingments for a given a line item, I don't there is any other function which will give you the details.

alternatively you can get these details yourselves from EKKN table.

Regards,

Ravi

Note : Please mark all the helpful answers