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: 

Classification Values

former_member445996
Participant
0 Kudos

Hi All,

Is there a FM/BAPI that will give:

1).. The classification values associated with a material

2).. Classification values associated with a material on a sales document level, i.e, configurable characteristics.

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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 .

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CREATE

BAPI_OBJCL_DELETE

BAPI_OBJCL_GETCLASSES

BAPI_OBJCL_GETDETAIL

These can be used to modify / create any classification data for the materials.

Regards,

Ravi

Note : Please mark the helpful answers.

4 REPLIES 4

Former Member
0 Kudos

Check below Function module :

BAPI_CHARACT_GETLIST

BAPI_CHARACT_GETDETAIL

Former Member
0 Kudos

Try this : BAPI_CLASS_GET_CHARACTERISTICS

Former Member
0 Kudos

use FM "VC_I_GET_CONFIGURATION_IBASE".

For the sales order You have to go to the item table VBAP-CUOBJ field. thats the instance number. pass it to the FM.

Former Member
0 Kudos

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 .

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CREATE

BAPI_OBJCL_DELETE

BAPI_OBJCL_GETCLASSES

BAPI_OBJCL_GETDETAIL

These can be used to modify / create any classification data for the materials.

Regards,

Ravi

Note : Please mark the helpful answers.