Application Development 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: 

Navigation to standard transaction from user decision link

Former Member
0 Kudos
91

Hi,

I have a requirement to navigate to MM03 from a link in used decision step in SAP-Inbox.

If user finds data displayed in MM03 in afetr clking on link in User decision for particular material then only user will approve material.

Can anybody guide me how to fulfill this requirement.

I have created a method that CALL TRANSACTION 'MM03" in my Z BOR object. And added this new method to a standard task. Then, called this task before calling a user-decision task.Bust this created two independant task.

Please guide so that only single task be created with link for standard transaction in user decision step.

Thanks.

Edited by: Sanjay_lnt on Oct 6, 2010 6:50 PM

1 ACCEPTED SOLUTION

nabheetscn
Active Contributor
0 Kudos
56

Hi,

You can insert your method onclicking display material.Make the the cusztom task as dialog one. Make sure you have advance with dialog checkbox checked in decison step.

Nabheet

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos
57

Hi,

You can insert your method onclicking display material.Make the the cusztom task as dialog one. Make sure you have advance with dialog checkbox checked in decison step.

Nabheet

0 Kudos
56

Can you please elaborate in detail.

I am neybee.