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

create clasification value

Former Member
0 Likes
417

hello!

i have a FM for openning classification,

claf_classification_of_objects, but i cant find where to

add the value (field atwrt).

is there any other BAPI or FM that i have to use after

openning the classification?

regards

yifat

2 REPLIES 2
Read only

Former Member
0 Likes
399

Hi,

There are quite a few standard BAPI function modules that can be used exactly for this. Look into the BAPI transaction under the CROSS APPLICATION SYSTEM --> CLASSIFICATION . Do NOT use the ones that have KEY at the end. Just take out the KEY part and there will be a function with that name.

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CREATE

BAPI_OBJCL_DELETE

BAPI_OBJCL_GETCLASSES

BAPI_OBJCL_GETDETAIL

Regards,

Ravi

Note : Please mark the helpful answers and close the thread if the issue is resolved

Read only

Former Member
0 Likes
399

CALL FUNCTION 'BAPI_OBJCL_CREATE'

HTH

Matthias