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: 

BAPI_FIXEDASSET_CREATE1 can not save.

Former Member
0 Kudos

I use BAPI_FIXEDASSET_CREATE1 to create fix asset,it tell me the asset is created and return the asset number.but when i go to see the asset using t-code:as03.It reported that the asset does not exist.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor

Hi Leric,

is your Problem solved. Please Close Your Thread if it is solved completely, if not get Back.

Regards

Vijay

3 REPLIES 3

Former Member
0 Kudos

Hi,

Are you calling BAPI_TRANSACTION_COMMIT after the asset create BAPI?

If NOT, please do so.

Regards,

Ravi

Note : Please mark all the helpful answers

nishanthbhandar
Contributor
0 Kudos

A Bapi does not COMMIT and the changes carried out by the BAPI needs to be committed explicitly through the FM BAPI_TRANSACTION_COMMIT.What you need to do is call this BAPI after the call to BAPI_FIXEDASSET_CREATE1.Now if you go to AS03 you should be able to see the document that you have created.

Please reward helpful answers

Cheers

Nishanth

former_member188685
Active Contributor

Hi Leric,

is your Problem solved. Please Close Your Thread if it is solved completely, if not get Back.

Regards

Vijay