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

Bapi For CL20N

Former Member
0 Likes
1,262

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

3 REPLIES 3
Read only

Former Member
0 Likes
650

This message was moderated.

Read only

Former Member
0 Likes
650

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).

Read only

Former Member
0 Likes
650

can you try with below

CLFM_OBJECT_CLASSIFICATION

CLFM_OBJECTS_CLASSIFICATION

BAPI_OBJCL_CREATE_KEY

CLFM_CLASS_CLASSIFICATION

hope it helps you.

Thanks!