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

Report

Former Member
0 Likes
609

Hi

I have created a report. And I want to show this report to users. I want to directly populate the report to the user. How I can I do this? Means I don’t want to show the program and then display to them. I am new to this field. Can you pls help me.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

Normally program vl not be shown tot he user,

what they require is the selection screen and the output,

in selection screen they enter the input and they execute it, and then they vl check wheather they met with the required output.

<b>You create a transaction code and attach it to ur report, and give that trasactio code to the user.</b>

Pls reward if its useful.

regards,

Sujatha.

7 REPLIES 7
Read only

Former Member
0 Likes
593

Hi,

Create a Transaction Code(report) in SE93 tcode and assign this report name there

You ask the users to execute that Tcode which you create.

Regards,

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
593

Hi,

Go to transaction SE93 and create a transactin code for ur report program.

Then execute ur T.code , then ur program will get executed and output will be displayed..

Cheers,

Simha.

Reward all the helpful answers...

Read only

Former Member
0 Likes
594

Normally program vl not be shown tot he user,

what they require is the selection screen and the output,

in selection screen they enter the input and they execute it, and then they vl check wheather they met with the required output.

<b>You create a transaction code and attach it to ur report, and give that trasactio code to the user.</b>

Pls reward if its useful.

regards,

Sujatha.

Read only

0 Likes
593

Thank you so much for ur reply.

Still it is not working properly.

Do I need to mention the new Tcode anywhere in my program code. I have created the tcode. When I am running the tcode,,selection screen is appearing. Now I am providing input in selection screen and trying to execute the output. But output is not comming. The moment I press the execute button,,it leaves the whole screen.

Read only

0 Likes
593

I think u have assigned the transationtype as 'Program and Screen (Dialog Transaction).

Actually, if u create a report (not Module pool), while u attach it to t-code, u need to select the 2nd radio button in transaction types pop up , its 'Program and Selection screen'.

Now in the SE93 window,

enter ur t-code, now press Change, then follow the menu path : <b>Edit - > change Trasaction type, and now select the type of transaction as 'program and selection screen'</b>.

Hope this may solve ur issue.

Regards,

Sujatha.

Message was edited by:

Sujatha Reddy

Read only

0 Likes
593

Hi Sujatha,

its working now. Thank you so much for ur help.

Read only

Former Member
0 Likes
593

Go to transaction SE93 and create a transactin code for ur report program.

Give the Set start transaction for the user - (tcode you have created)