2008 Nov 17 10:50 PM
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.
2008 Dec 03 10:10 AM
use LSMW batch input method
Object 0130 Classification
Method 0001 Batch Input
Program Name RCCLBI02
Program Type B Batch Input
2008 Dec 03 10:17 AM
Hi
Classification will be triggered through CLFMAS message. YOu activate the change pointer for this message type.
Cheers,
Hakim
2008 Dec 04 5:43 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |