‎2007 Dec 21 6:16 PM
I am trying to delete the assigned class for a material. I am using Bapi 'BAPI_OBJCL_DELETE' and when i exectue the BAPI it returns the message that class is deleted successfully but when i view the material still the deleted class is assigned to the material. I dont know why the BAPI is returning that message. Any suggestions on how to delete the class for a material.
‎2007 Dec 21 9:06 PM
Is there any Other FM or Method to delete a class which is assigned to a Material other than the above BAPI.
‎2007 Dec 21 11:13 PM
Were you testing the BAPI in SE37 or in your program? Are you doing a BAPI_COMMIT after your bapi call? That might help.
Best Regards,
Chris H.
‎2007 Dec 21 11:44 PM
‎2007 Dec 21 11:44 PM
‎2013 Apr 09 7:14 AM
Could you please provide the details of the parameters which you have passed in the BAPI
BAPI_OBJCL_DELETE in order to delete the class?
Details of parameters like:::
OBJECTKEY
OBJECTTABLE
CLASSNUM
CLASSTYPE
Please help me in this