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

Replacement for BAPI: BAPI_CLASS_GET_CLASSIFICATIONS in ECC6.O

Former Member
0 Likes
664

Hi Experts,

Can any one help me for the replacement for bapi :BAPI_CLASS_GET_CLASSIFICATIONS in ECC6.0.

Best regards,

Venkat.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
520

This BAPI is obsolete since 4.6c, now call BAPI_OBJCL_GETOBJECTS and then BAPI_OBJCL_GETDETAIL. ([Note 373813 - Class.GetClassifications obsolete|https://service.sap.com/sap/support/notes/373813])

Regards,

Raymond

Read only

0 Likes
520

Hi,

You can also use the FM : CLAF_CLASSIFICATION_OF_OBJECTS to get the classification data.

Regards,

Sravanthi.V