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: 

BAPI for Tcode: CL20N

Former Member
0 Kudos

Hi,

Is there any BAPI which could be used for transaction CL20N. I need to assign classes and their corresponding classification using this transaction.

Regards,

K

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use the BAPI BAPI_OBJCL_CREATE_KEY.

Award points if helpfull.

7 REPLIES 7

Former Member
0 Kudos

Use the BAPI BAPI_OBJCL_CREATE_KEY.

Award points if helpfull.

ferry_lianto
Active Contributor
0 Kudos

Hi Kaustubh,

Please check this BAPI and FM.

BAPI_OBJCL_CREATE

BAPI_OBJCL_CREATE_KEY

CLFM_OBJECT_CLASSIFICATION

CLFM_CLASS_CLASSIFICATION

CLFM_OBJECTS_CLASSIFICATION

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

Which BAPI do I need to use BAPI_OBJCL_CREATE or

BAPI_OBJCL_CREATE_KEY ?

0 Kudos

Hi,

Use the BAPI BAPI_OBJCL_CREATE_KEY.

Regards,

Azaz Ali.

0 Kudos

got ne sample code for that?

ferry_lianto
Active Contributor
0 Kudos

Hi Kaustubh,

Please use BAPI BAPI_OBJCL_CREATE instead of BAPI_OBJCL_CREATE_KEY.

This BAPI will skip the conversion to the object key and

you don't have to deal with the KEY field. It does exactly the same functionality.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

Go through the link,

FYI.

The other BAPI's related to transaction CL20N are,

BAPI_OBJCL_GETOBJECTS_KEY

BAPI_OBJCL_EXISTENCECHECK_KEY

BAPI_OBJCL_CHANGE_KEY

BAPI_OBJCL_DELETE_KEY

BAPI_OBJCL_GETDETAIL_KEY

BAPI_OBJCL_GETOBJECTS_KEY

BAPI_OBJCL_GETSTATUS_KEY

BAPI_OBJCL_GETCLASSES_KEY

BAPI_OBJCL_CONCATENATEKEY_KEY

BAPI_OBJCL_SPLITKEY_KEY

BAPI_OBJCL_GET_KEY_OF_OBJECT

BAPI_OBJCL_GET_OBJECT_OF_KEY

Regards,

Azaz Ali.

Message was edited by: Azaz Ali