Application Development and Automation 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: 
Read only

transaction code

Former Member
0 Likes
962

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
936

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

9 REPLIES 9
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
936

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

Read only

0 Likes
936

m using ALV list and not 'write statements'.

Read only

Former Member
0 Likes
936

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..

Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
938

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

Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
936

IN SE93

-Select start object -


program & selection screen (report transaction)

hope it will solve your problem.

Read only

former_member196299
Active Contributor
0 Likes
936

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