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

BAPI_FIXEDASSET_CREATE1 can not save.

Former Member
0 Likes
979

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
Read only

Former Member
827

Hi Leric,

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

Regards

Vijay

3 REPLIES 3
Read only

Former Member
0 Likes
827

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

Read only

nishanthbhandar
Contributor
0 Likes
827

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

Read only

Former Member
828

Hi Leric,

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

Regards

Vijay