cancel
Showing results for 
Search instead for 
Did you mean: 

Query on classification material characteristic values update/insert

Former Member
0 Kudos

Hi,

I have a requirement to change classification characteristic values of a material via Txn MM02.

The function modules tried are as follows which did not serve the purpose:

1.UPDATE_MATERIAL_CLASSIFICATION

2.CLVF_VB_INSERT_CLASSIFICATION

3.CLVF_INSERT_AUSP

4.CLVF_UPDATE_AUSP

The characteristic values are not getting updated in the table AUSP(Where the values must have been updated) . So the updating of material classification characteristic values via txn MM02 is failing.

Please can anybody help on any function modules or alternate solutions that will help to update the classification char. values of the materials.

Also,for info please let know of the tables that maybe related for this updation other than AUSP.

Any input at the earliest would be of great help.

Thanks in advance.

Regards,

Leeza Roy V.

EAS-SAP Practice,

Wipro Technologies,

Bangalore.

Mob : 9886676986.

Extn : 1152

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Leeza,

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.

Former Member
0 Kudos

You can use standard SAP program RCCLBI03 to do this. It has good documentation.

Rob