Question:
HI Workflow Gurus,
Using MM02, I made a change in material (field MARA-MSTAE) and I find in SWEL
object type : A00MARA
Event : Changed
Message : Object type 'A00MARA' is not defined
Event Instance ID :xxxxxxx
also i can see Event creator, date & time etc.,
using SWO1, When I try to see the business object A00MARA, it says Object type 'A00MARA' is not defined.
If the business object A00MARA is not defined, then Why do I see an entry in Event trace?
Thanks in advance
Odl
Answer:
Hi
Events are often raised directly in the abap code. When an event is raised, it is shown in swel. I guess that The event changed on object A00MARA, is a bug in the source code. If you want to work with material management, please look at object Bus1001 and bus1001006
Regards
Morten
Answer:
Thanks Morten,
the problem is that for BUS1001 and BUS1001006 there is not the event "change" for material master.
Moreover, if the trace doesn't take BUS1001 and BUS1001006 how can I start workflow after a change in material master?
Thanks in advance
Odl
Answer:
Hi Odl
Now you are talking
If want to start a workflow based on changes to your material master - you need configure this, based on change document. Have a look at transaction SWEC - change document material.
In here you configure which event to raise (I suggest that you create your own) on which business object (e.g bus1001). You can also specify which changes to the material master that should raise the event.
Regards
Morten
Answer:
Hi Odl
Now you are talking
If want to start a workflow based on changes to your material master - you need configure this, based on change document. Have a look at transaction SWEC - change document material.
In here you configure which event to raise (I suggest that you create your own) on which business object (e.g bus1001). You can also specify which changes to the material master that should raise the event.
Regards
Morten