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: 

Country specific data in Asset Create BAPI

0 Kudos
232

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.

2 REPLIES 2

0 Kudos
92

I have to add the country specific data related to India. This is also not available in this BAPI can anything be done.

0 Kudos
92

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