Execute a standard report from workflow

solipuram srinivas reddy ssreddy at hotmail.com
Sun May 6 01:20:14 EDT 2007


Hi All,

I have a issue in executing the report (CN41N) from the Business workflow.

I am using a custom method with the following code :


DATA : begin of rspar occurs 0.
INCLUDE STRUCTURE RSPARAMS.
data : end of rspar.
rspar-SELNAME = 'CN_NETNR'.
rspar-KIND = 'S'.
rspar-SIGN = 'I'.
rspar-OPTION = 'EQ'.
rspar-LOW = '904004'.
APPEND rspar.
SUBMIT RCNST1000 WITH SELECTION-TABLE rspar AND RETURN


Now the issue is when a workitem is executed the above code gets executed 
and the report is displayed...but when i say back on the report, control is 
going to Selection screen of the report and not back to the workflow inbox.



Thank you
Srinivas

_________________________________________________________________
Spice up your IM conversations. New, colorful and animated emoticons. Get 
chatting! http://server1.msn.co.in/SP05/emoticons/




More information about the SAP-WUG mailing list