2010 Nov 30 12:00 PM
Hi,
I am creating new assets using the BAPI - 'BAPI_FIXEDASSET_CREATE1'.
However i also need to pass some country specific data (for Russia) while creating the asset.
Using the FM - 'GLOFAATMDPNDNT_JP_TABLE_UPDATE' i am able to pass some of the country specific data; but not all.
Please let me know if there are any FMs/BAPIs available that can be used for this purpose.
Also let me know if this is possible through any other methods other than BDC.
Thanks,
Meera.
2013 Apr 22 11:39 AM
I have to add the country specific data related to India. This is also not available in this BAPI can anything be done.
2013 Apr 23 3:52 PM
Use the Fm : GLO_UPDATE_ASSET_DATA_S to update the country specific data .
Steps are :
1. First create the asset using bapi_fixedasset_create1.
2. Update the asset country specific data using the above FM.
Regards
Nikhil Jain