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_CHANGE error

0 Likes
523

Hello ABAPers,

I have trouble with bapi_fixedasset_change, give me an error code "EAA

001Asset 1 0 not in company code GMM" but when use t/code as03(Display

Asset) there is an Asset 1 subnumber 0 and company code GMM.

Here's the chronology, i want to change serial number fields in display master

data

(as03) using bapi_fixedasset_change but its just give an error code

without any useful clue, any suggest would be appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

Hi ,

you need to pass complete values like

asset = '0000000001' - char 10 or use FM CONVERSION_EXIT_ALPHA_INPUT

Regards

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
374

Hi ,

you need to pass complete values like

asset = '0000000001' - char 10 or use FM CONVERSION_EXIT_ALPHA_INPUT

Regards

Prabhu