Application Development 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: 

Isuue in IW21 : CLFM_OBJECT_CLASSIFICATION

Former Member
0 Kudos

Helli,

I would like to asaign charecterstics for PM notification in IW21.

I am using calss type 'FNT' .Under this type there are two classes(A and B).

In IW21, I put two push buttons two assaign charecerstc values for A and B.

For this I am using the Function Moudle : CLFM_OBJECT_CLASSIFICATION.

ISSUE : When I assagin charecterstics to 'A'... same charecterstics are copying to 'B' class.

But I would like to assagin for A and B differently.

Please give me solution

Regards

NSR

2 REPLIES 2

Former Member
0 Kudos

Hi,

Hope you are assigning the correct class to the Import Parameter "CLASS" of FM "CLFM_OBJECT_CLASSIFICATION".

Regards,

Harish

Former Member
0 Kudos

Are you assigning the same object to 2 different classes? If yes, do the 2 classes each have some of the same characteristics? Are these the characteristics that are "copying" over?

If this is the case, then I believe you have a misunderstanding of the way classification works.

You cannot assign different values to these characteristics, they are shared and only one value (or set of values for multivalue characteristics) is captured to the object. If you want different values you will need to have use different characteristics for each value.