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

Material Classification not getting updated

Former Member
0 Likes
672

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Hi

check the BAPI

BAPI_OBJCL_CREATE

BAPI_OBJCL_CREATE_KEY

for creating the classification of Material

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
544

Hi

check the BAPI

BAPI_OBJCL_CREATE

BAPI_OBJCL_CREATE_KEY

for creating the classification of Material

Regards

Anji

Read only

0 Likes
543

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>