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

Issue with Asset Posting in BAPI_ACC_DOCUMENT_POST

sanath1
Explorer
0 Likes
1,896

Hello experts,

We are facing an issue while posting an asset using BAPI_ACC_DOCUMENT_POST.

We are trying to post the document. In this one line item is a vendor line item. the other line item is an asset. I able to successfuly post the documents in other cases where the is no asset. i.e. when line items are either of the vendor line item or gl item.

But when asset is one of the line item it gives the error messages below.

Transaction type 100 cannot be used for activity 'External Asset Acquisition'

You cannot post to asset in company code 0002 fiscal year 2013.

I have attached the code in the notepad file. Kindly do the needful. It is urgent.

All the necessary configurations are existing in the system.

Thanks and Regards,

M.K. Sanath Kumar.

91-9177440117

Hello experts,

We are facing an issue while posting an asset using BAPI_ACC_DOCUMENT_POST.

We are trying to post the document. In this one line item is a vendor line item. the other line item is an asset. I able to successfuly post the documents in other cases where the is no asset. i.e. when line items are either of the vendor line item or gl item.

But when asset is one of the line item it gives the error messages below.

Transaction type 100 cannot be used for activity 'External Asset Acquisition'

You cannot post to asset in company code 0002 fiscal year 2013.

I have attached the code in the notepad file. Kindly do the needful. It is urgent.

All the necessary configurations are existing in the system.

Thanks and Regards,

M.K. Sanath Kumar.

91-9177440117

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
881

1st error message :

Better give also the exact id of error message, and did you perform some OSS search before posting to find if notes like Note 1533673 - BAPI_ACC_DOCUMENT_POST with asset lines: Error AA486 or Note 1275150 - AAPO 176 in asset posting with general BAPI can be applied in your system ?

2nd error message

Check if year closing of year-2 has been performed, read long text of error message...

Regards,

Raymond

Read only

0 Likes
881

Hello Raymond,

I checked these notes. These are already implemented.

The error messages are appearing as shown below. Kindly let me know issues if any.

RW               609

Error in document: BKPFF $ SAPX01100

AAPO             176

Transaction type 100 cannot be used for activity 'External Asset Acquisition'

AA               347

You cannot post to asset in company code 0002 fiscal year 2013

Thanks and Regards,

M.K. Sanath Kumar.