‎2009 Mar 24 1:48 PM
Hi Experts,
I have a requirment in which they have given me Excel sheet in that they will enter class type as 002 constant , Equipment , Class no., characteristic desc and characteristic value. For this requirement i am using Bapi BAPI_OBJCL_CREATE. I am passing Objectkey as equipment for this I am getting an error message that assignment is not a number. if i give no then its giving error message as assignment is exist and is valid.
Is I am wrong anywhere or Bapi which I am using is wrong.
<<text removed>>
Edited by: Matt on Mar 25, 2009 10:54 AM requesting a quick answer is not permitted
‎2009 Mar 24 1:53 PM
‎2009 Mar 25 1:20 PM
Try with BAPI - 'BAPI_OBJCL_CREATE_KEY', this BAPI creates a classification with assigned values, if it does not yet exist. The classification is defined by the required fields object key (ObjectKey) and class name (AllocDetail-Class_Num).
‎2009 Mar 25 1:52 PM
can you try with below
CLFM_OBJECT_CLASSIFICATION
CLFM_OBJECTS_CLASSIFICATION
BAPI_OBJCL_CREATE_KEY
CLFM_CLASS_CLASSIFICATION
hope it helps you.
Thanks!