2007 Apr 14 9:46 AM
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
2007 Apr 14 12:15 PM
Try these BAPI :
BAPI_OBJCL_CREATE
BAPI_OBJCL_CHANGEFor parameters use
OBJECTKEY - "Material number"
OBJECTTABLE - 'MARA'
CLASSNUM - 'Class name that is in classification tab'
CLASSTYPE - '001'Regards
2007 Apr 14 12:15 PM
2007 Apr 14 1:52 PM
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
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |