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

Classification Values

former_member445996
Participant
0 Likes
778

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
Read only

Former Member
0 Likes
723

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
Read only

Former Member
0 Likes
723

Check below Function module :

BAPI_CHARACT_GETLIST

BAPI_CHARACT_GETDETAIL

Read only

Former Member
0 Likes
723

Try this : BAPI_CLASS_GET_CHARACTERISTICS

Read only

Former Member
0 Likes
723

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.

Read only

Former Member
0 Likes
724

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.