‎2007 Oct 02 10:13 AM
Hi All,
For a requirement I need to maintain the classification of a material by copying from another material. This i have acheived using the below Function Modules
1) <b>CACL_OBJECT_VALIDATION_MAINT</b> to maintain
2) <b>CACL_CLASSIFICATION_SAVE</b> to save.
The issue is 1) The classification is not getting updated OR
2) Takes Long time to update even though i get a 0 subrc from the
Above FMs
3) I tried in Debug mode the classification is getting updated
immediately
4) I tried using COMMIT WORK after the second FM.
Please help me out to solve this issue.
‎2007 Oct 02 10:20 AM
Hi
check the BAPI
BAPI_OBJCL_CREATE
BAPI_OBJCL_CREATE_KEY
for creating the classification of Material
Regards
Anji
‎2007 Oct 02 10:20 AM
Hi
check the BAPI
BAPI_OBJCL_CREATE
BAPI_OBJCL_CREATE_KEY
for creating the classification of Material
Regards
Anji
‎2007 Oct 02 10:31 AM
Hi Anji,
Thanks a lot for your reply
I understand that the requirement can be acheived using the above BAPIs But i want to know why these FMs are not fine in Back Ground Mode even if i face an issue like this what can be done to solve these issues.
<b>Can anyone help me out in this</b>