Dear Experts,
I have developed a workflow; in the method of this workflow i want to submit a report e.g; tcode AFAB (Asset depreciation) to fill the parameters of the report using a bdc recording (As there is no param_id in AFAB fields). There is no problem in bdc recording. It is working quite fine for me. My workflow work fine, it fill the parameters of report as expected but after that it don't show me the result of report when i click on execute button; on the basis of parameters; and control comes out in SAP initial screen and nothing else.
code:
method abc container xyz.
submit report and return
with param1 = param1
with param2 = param2.
call transaction AFAB mode 'E'.
will you please let me know; what may be the reason.
Regards,
--
Sohail