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

Asset Master Upload Program

Former Member
0 Likes
649

Hello Friends,

I am working on asset master upload program.

I found out the BAPI BAPI_FIXEDASSET_CREATE for uploading the data.

But in the Allocations tab there is a table control "Integration of assets and equipments "  which is not supported by BAPI

Can anyone please let me know how to upload data for this table control

Thanks and Regards,

Nishit

1 ACCEPTED SOLUTION
Read only

Sijin_Chandran
Active Contributor
0 Likes
540

HI Nishit ,

For Integrating Assets with Equipment you need to call another BAPI afterwards.

Go with BAPI BAPI_FIXEDASSET_CREATE1.

And check with the below link :

http://scn.sap.com/thread/1126539

It might be useful for you.

3 REPLIES 3
Read only

vinoth_aruldass
Contributor
0 Likes
540

hi,

in this case you can go for bdc . there you can handle this table control.

hope this helps,

Vinoth.

Read only

0 Likes
540

Hi Vinoth,

I know that the alternative solution is BDC but I am looking for some other solution because just for uploading these 4 fields I will have to use BDC and it will be a time consuming porcess

Thanks & Regards,

Nishit  

Read only

Sijin_Chandran
Active Contributor
0 Likes
541

HI Nishit ,

For Integrating Assets with Equipment you need to call another BAPI afterwards.

Go with BAPI BAPI_FIXEDASSET_CREATE1.

And check with the below link :

http://scn.sap.com/thread/1126539

It might be useful for you.