‎2008 Aug 26 1:29 PM
HI All,
I want to upload the charateristic values for the characteristics created for the release strategies of PO.
(t-code CL24N, Class Type- 032)
Please provide the BAPI which can be used for such upload if any standard one exists, else advise that nothing like this exists ;).
Waiting earnestly for the reply. Thanks in advance.
Regards,
Avijit
‎2008 Aug 26 1:38 PM
Hello Avijit
Transaction CL24N belongs to package CLCL where you can see the business object type BUS3060.
Double-click on the business object type and click on the green LED for method ObjectClassification.Create.
This method is implemented by BAPI_OBJCL_CREATE_KEY.
Regards
Uwe
‎2008 Aug 26 1:47 PM
Look in for following BAPIs
BAPI_OBJCL_GETSTATUS_KEY Object Classification Classification Status for Object (Key)
BAPI_OBJCL_GETOBJECTS_KEY Object Classification Find by Assignments (Key)
BAPI_OBJCL_GETDETAIL_KEY Object Classification Classification BAPI: Read Classification Information (GUID)
BAPI_OBJCL_GETCLASSES_KEY Object Classification Classes for Object (Key)
BAPI_OBJCL_GET_OBJECT_OF_KEY Object Classification Object for Key
BAPI_OBJCL_GET_KEY_OF_OBJECT Object Classification Key for Object
BAPI_OBJCL_EXISTENCECHECK_KEY Object Classification Check Existence of Object
BAPI_OBJCL_DELETE_KEY Object Classification Classification BAPI: Delete Assignment (GUID)
BAPI_OBJCL_CREATE_KEY Object Classification Classification BAPI: Create Assignment (GUID)
BAPI_OBJCL_CONCATENATEKEY_KEY Object Classification Concatenate Key
BAPI_OBJCL_CHANGE_KEY Object Classification Classification BAPI: Change Properties of Assignment (GUID)
Regards
Bala Krishna
‎2008 Aug 27 2:09 PM
Thanks a Lot for the answers, as both are useful.
But having executed the BAPI, I am in a fix to understand, what are values to be entered in the fields when I execute the function module.
CLOBJECTKEY
CLASSNUM
STANDARDCLASS_NEW
CHANGENUMBER
Request you to please guide me further on the same.
Regards,
Avijit