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 CL24N

Former Member
0 Likes
1,857

HI All,

I want to upload the charateristic values for the characteristics created for the release strategies of PO.

(t-code CL24N, Class Type- 032)

Please provide the BAPI which can be used for such upload if any standard one exists, else advise that nothing like this exists ;).

Waiting earnestly for the reply. Thanks in advance.

Regards,

Avijit

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,138

Hello Avijit

Transaction CL24N belongs to package CLCL where you can see the business object type BUS3060.

Double-click on the business object type and click on the green LED for method ObjectClassification.Create.

This method is implemented by BAPI_OBJCL_CREATE_KEY.

Regards

Uwe

Read only

former_member585060
Active Contributor
0 Likes
1,138

Look in for following BAPIs

BAPI_OBJCL_GETSTATUS_KEY Object Classification Classification Status for Object (Key)

BAPI_OBJCL_GETOBJECTS_KEY Object Classification Find by Assignments (Key)

BAPI_OBJCL_GETDETAIL_KEY Object Classification Classification BAPI: Read Classification Information (GUID)

BAPI_OBJCL_GETCLASSES_KEY Object Classification Classes for Object (Key)

BAPI_OBJCL_GET_OBJECT_OF_KEY Object Classification Object for Key

BAPI_OBJCL_GET_KEY_OF_OBJECT Object Classification Key for Object

BAPI_OBJCL_EXISTENCECHECK_KEY Object Classification Check Existence of Object

BAPI_OBJCL_DELETE_KEY Object Classification Classification BAPI: Delete Assignment (GUID)

BAPI_OBJCL_CREATE_KEY Object Classification Classification BAPI: Create Assignment (GUID)

BAPI_OBJCL_CONCATENATEKEY_KEY Object Classification Concatenate Key

BAPI_OBJCL_CHANGE_KEY Object Classification Classification BAPI: Change Properties of Assignment (GUID)

Regards

Bala Krishna

Read only

Former Member
0 Likes
1,138

Thanks a Lot for the answers, as both are useful.

But having executed the BAPI, I am in a fix to understand, what are values to be entered in the fields when I execute the function module.

CLOBJECTKEY

CLASSNUM

STANDARDCLASS_NEW

CHANGENUMBER

Request you to please guide me further on the same.

Regards,

Avijit