‎2007 Jul 05 9:53 AM
i have created a report. i created a Tcode for it using se93. now as i execute it from SAP easy access, then selection- screen of my report is displayed but as i execute it it comes back to SAP easy access and does not show the output..
‎2007 Jul 05 10:01 AM
Please make sure that you had selected the report transaction radio button (Program and selection screen)at the time of creating your transaction code.
Regards,
Reema
‎2007 Jul 05 9:56 AM
Hi,
DO you have any WRITE statements in your report in the event block
START-OF-SELECTION.
Or do you have any REUSE_ALV calls to generate an ALV
OR do you have any CALL SCREEN to call another screen to display the output.
Can you show us yourcode?
Regards,
Sesh
‎2007 Jul 05 9:57 AM
‎2007 Jul 05 9:56 AM
HI,
While creating the transaction, Check the Second Radio Button
Program And Selection Screen.
Hope this will solve ur problem.
Reward If help ful..
Thanks..
‎2007 Jul 05 9:59 AM
Hi,
try to debug it by setting a break-point in your program.
Perhaps you have some condition in your code.
Can you show your code.
Another problem can be the definition of your tcode.
Regards, Dieter
‎2007 Jul 05 9:59 AM
Hi Nidhi,
You might have seleacted the transaction code for the dialog program option. Select the second radio button while creating transaction code.
Or just go to se80 and for the program create transaction code from there.
reward points if useful.
Regards,
Atish
‎2007 Jul 05 10:01 AM
Please make sure that you had selected the report transaction radio button (Program and selection screen)at the time of creating your transaction code.
Regards,
Reema
‎2007 Jul 05 10:02 AM
Hi,
Are you checked your report program finding any entries for the values are given as input in your selection screen,
vlaues are coming before your attached your report to a TCODE.
Is It worked before it was attached to a tcode.
Regards,
Hitu
‎2007 Jul 05 10:03 AM
IN SE93
-Select start object -
program & selection screen (report transaction)
hope it will solve your problem.
‎2007 Jul 05 10:04 AM
hi Nidhi ,
Pleasde check about the following issues in your code :
1) The repoprt typoe should be type M when u assign it to a transaction code .
2) The report should not cotain any write statement .
Regards,
Ranjita