‎2011 Dec 01 7:25 AM
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.
‎2011 Dec 06 2:59 AM
Hi ,
you need to pass complete values like
asset = '0000000001' - char 10 or use FM CONVERSION_EXIT_ALPHA_INPUT
Regards
Prabhu
‎2011 Dec 06 2:59 AM
Hi ,
you need to pass complete values like
asset = '0000000001' - char 10 or use FM CONVERSION_EXIT_ALPHA_INPUT
Regards
Prabhu