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

Classification and Material Master Idoc Linkage !

Chaitanyat
Participant
0 Likes
876

Hi All,

As part of the ongoing integration process we have a scenario where in the Material Master Idoc is to be triggered at real time as when there is a change done. As a normal practice the program RBDMIDOC is scheduled in background with the appropriate variant. But to meet the requirement I have created a workflow task which gets triggered on any operation performed on the object BUS1001006. I have added my own method which calls the program RBDMIDOC. Everythings working fine. The IDoc gets created when the material data is change.

ISSUE: When ever there is a change to any of the Material data the idoc is getting triggered, as in, the workflow is getting executed. But when there is a change in the data in Classification View alone the Idoc is not getting triggered.

Would like to know what exactly am I missing here ? I also want the IDoc to be triggered when, only the data in the classification view is changed and the rest of the Material data is untouched.

Regards,

Chaitanya.

Hi All,

As part of the ongoing integration process we have a scenario where in the Material Master Idoc is to be triggered at real time as when there is a change done. As a normal practice the program RBDMIDOC is scheduled in background with the appropriate variant. But to meet the requirement I have created a workflow task which gets triggered on any operation performed on the object BUS1001006. I have added my own method which calls the program RBDMIDOC. Everythings working fine. The IDoc gets created when the material data is change.

ISSUE: When ever there is a change to any of the Material data the idoc is getting triggered, as in, the workflow is getting executed. But when there is a change in the data in Classification View alone the Idoc is not getting triggered.

Would like to know what exactly am I missing here ? I also want the IDoc to be triggered when, only the data in the classification view is changed and the rest of the Material data is untouched.

Regards,

Chaitanya.

3 REPLIES 3
Read only

Former Member
0 Likes
640

use LSMW batch input method

Object 0130 Classification

Method 0001 Batch Input

Program Name RCCLBI02

Program Type B Batch Input

Read only

abdul_hakim
Active Contributor
0 Likes
640

Hi

Classification will be triggered through CLFMAS message. YOu activate the change pointer for this message type.

Cheers,

Hakim

Read only

0 Likes
640

Hi,

Thank you for your replies. I have solved the problem and here's what i did...

When ever there is change in the classification alone i forced a change pointer to be created for the material using the function module 'CHANGE_POINTERS_CREATE_DIRECT' throuh an exit for classification. Hence the change pointer for material master was created and the IDoc sent through change pointers.

Thankyou all for your replies.

Chaitanya.