cancel
Showing results for 
Search instead for 
Did you mean: 

Call Transaction 'MM02' using Business Object BUS1001006

Former Member
0 Kudos
698

Hi,

Triggering event for my workflow is 'BUS1001006' - 'CREATED'.

I've to send user decision steps to different users providing link to MM02 so that they can change the given material.

I've delegated BUS1001006 also. But the default method of the Business object BUS1001006 is DISPLAY.

So I'm not able to provide the link to MM02 using BUS1001006. Is there anyway in which I can use the same Business event for the requirement?

Thanks in Advance,

Karthika M R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Why not use the DISPLAY method? In any case, if that method does not meet your requirements, you can always "redefine" it to perform what you need it to. In your case, you can call MM02 instead of MM03 (if that's what the original DISPLAY does). To redefine a method, right-click the method name and select the "redefine" option.

Former Member
0 Kudos

Hi Abdullah,

I've redifined the Display method in Delegated Business Object and its working .

Thanks,

Karthika M R

Answers (0)