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

Triggering Workflow on Goods Receipt

former_member393151
Participant
0 Likes
1,667

I am trying to trigger a workflow on goods receipt, and I'm not having much success. I've tried triggering on the following two events:

BUS2017 Assigned and

MKPF Assigned

When manually triggering the event through simulation the workflow starts as expected. However using transaction MB01 doesn't seem to work. Any ideas?

Thanks,

Heather

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
944

The Assigned Event deals with the ArchiveLink, not with a Posting (the Assigned Event is inherited from the IFARCH interface). There is no Event that you can use for Goods Receipt created since there is no Change Document associated with a GR.

To trigger a WF from a GR created you would have to extend the object type, delegate it, then create a change document and program it into a user exit in MB01.

Hope that helps.

The Assigned Event deals with the ArchiveLink, not with a Posting (the Assigned Event is inherited from the IFARCH interface). There is no Event that you can use for Goods Receipt created since there is no Change Document associated with a GR.

To trigger a WF from a GR created you would have to extend the object type, delegate it, then create a change document and program it into a user exit in MB01.

Hope that helps.

3 REPLIES 3
Read only

Former Member
0 Likes
945

The Assigned Event deals with the ArchiveLink, not with a Posting (the Assigned Event is inherited from the IFARCH interface). There is no Event that you can use for Goods Receipt created since there is no Change Document associated with a GR.

To trigger a WF from a GR created you would have to extend the object type, delegate it, then create a change document and program it into a user exit in MB01.

Hope that helps.

Read only

0 Likes
944

Thanks for the help. Any chance you know which user exit?

Read only

Former Member
0 Likes
944

Hi,

Please check these enhancement (SMOD) which contain all user exits available for MB01

MB_CF001

MBCF0011

MBCF0010

MBCF0009

MBCF0007

MBCF0006

MBCF0005

MBCF0002

Regards,

Ferry Lianto