‎2007 Apr 27 5:47 AM
hi
i am working on Asset master
When i firstly created asset using AS01 it is getting created but instead of that i want to use BAPI - "BAPI_FIXEDASSET_CREATE1"
when i run this BAPI it gives me result saying Asset master entry created and gives the new Asset number.
but this entry is not going in database as when i run transaction AS03 or BAPI - "BAPI_FIXEDASSET_GETDETAIL" to view just creatd Asset, it gives me error saying no Asset is created with this number
can any one help me to solve this as i need to use this BAPI to create Asset & not the transaction as01....
thanks sheetal
‎2007 Apr 27 5:53 AM
when u test run the bapi..asset is created with the assest number..it states that asseat can b created with the parametes u gave...means 'susess'...sice it's test run..it will not b saved.
regds
anjai
‎2007 Apr 27 6:21 AM
if u r calling this bapi in ur program then after that u have to commit the bapi.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'
EXCEPTIONS
OTHERS = 1.
after commiting only data gets updated in table.
regds
anjali
‎2007 Apr 27 10:02 AM