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

Regarding CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'

Former Member
0 Likes
568

Hi Friends,

I want to know, Can this module update the Class information?

I can retrive class information using this function module, but i am not able to update the class information.

If all of you know any other way to update class information. Please let me Know.

Thanks

Amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

Hi Amit,

I know about these .

CLAF_CLASSIFICATION_OF_OBJECTS - reads all classifications for an object

BAPI_OBJCL_GETDETAIL - returns detailed information on a classification

BAPI_OBJCL_CHANGE - changes an existing classification, or creates the classification if it does not yet exist.

This one can be checked but if there are some more inputs on this, it would be helpful.

regards

Nishant Malhotra

2 REPLIES 2
Read only

Former Member
0 Likes
440

Hi Amit,

I know about these .

CLAF_CLASSIFICATION_OF_OBJECTS - reads all classifications for an object

BAPI_OBJCL_GETDETAIL - returns detailed information on a classification

BAPI_OBJCL_CHANGE - changes an existing classification, or creates the classification if it does not yet exist.

This one can be checked but if there are some more inputs on this, it would be helpful.

regards

Nishant Malhotra

Read only

Former Member
0 Likes
439

Answered