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

Error using BAPI_OBJCL_CHANGE

Former Member
0 Likes
772

I'm trying to change a characteristic within mm02 through a program(batch job). I am using the FM BAPI_OBJCL_CHANGE and I'm getting the error message of CL535 that it cannot find FM object_check_ausp. The field in which I'm trying to change is within the ausp table and no the FM object_check_ausp does not exist within my environment. I had read a previous blog to create the FM, but a customer cannot create a FM named object_check_ausp. Anyone run into this or have any idea where to get this FM? I've looked at the notes, but did not find any help there.

Regards,

Kim

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
621

Hi Welcome to SCN

Search in forum for how to use the FM, I doubt if the error you are getting is correct.... It could be some other error leading you to this...[Click here for more info>>>|https://forums.sdn.sap.com/search.jspa?q=BAPI_OBJCL_CHANGE&dateRange=last90days&searchID=24050142&rankBy=10001&start=0]

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
622

Hi Welcome to SCN

Search in forum for how to use the FM, I doubt if the error you are getting is correct.... It could be some other error leading you to this...[Click here for more info>>>|https://forums.sdn.sap.com/search.jspa?q=BAPI_OBJCL_CHANGE&dateRange=last90days&searchID=24050142&rankBy=10001&start=0]

Read only

0 Likes
621

Hi, thank you for this link, but I did look here before but didn't notice before a reply by you on another question. I was entering the table "AUSP" because that was the table in which i was going to update the characteristic, but in your reply to another person, you said that it needed the "MARA" table entered. I did enter that within the table and my updating of the characteristic does work. I thank you very much for your help.

Kim