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

updation

Former Member
0 Likes
396

Hi

Can anyone tell me how to update the characteristics in tcode MM03.

iam using bapi_objcl_change FM.

but its not updating.

Any inputs will be appreciated.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
376

Try these BAPI :

BAPI_OBJCL_CREATE
BAPI_OBJCL_CHANGE

For parameters use

OBJECTKEY - "Material number"
OBJECTTABLE - 'MARA'
CLASSNUM - 'Class name that is in classification tab'
CLASSTYPE - '001'

Regards

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
377

Try these BAPI :

BAPI_OBJCL_CREATE
BAPI_OBJCL_CHANGE

For parameters use

OBJECTKEY - "Material number"
OBJECTTABLE - 'MARA'
CLASSNUM - 'Class name that is in classification tab'
CLASSTYPE - '001'

Regards

Read only

Former Member
0 Likes
376

Hi r k,

Are you calling the BAPI_TRANSACTION_COMMIT after executing the BAPI for char. update. Without that none of the changes would be written to the database.

Also, please check the RETURN parameter from the char. update function module to ensure the function module is running without errors.

Regards,

Aditya