Hi All,
We are working on SAP Business Workflow and we have created a workflow for the Insurance Process. The new tasks come into the SAP Business Workplace(Inbox) at the appropriate time and to the appropriate agent. When he double clicks on the executable tasks the system actually makes a call to the method and the method calls the Function Module internally. The screen associated with the function Module is displayed. Is there a way to display this in a new session?
Take a look at CALL FUNCTION ... STARTING NEW TASK in your help documentation. Or you can use this link:
http://help.sap.com/saphelp_nw04/helpdata/en/22/04259f488911d189490000e829fbbd/frameset.htm
You will use DESTINATION NONE.
Let us know how it goes.
Add a comment