‎2007 Mar 14 5:57 AM
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 dont want to show the program and then display to them. I am new to this field. Can you pls help me.
Thanks in advance
‎2007 Mar 14 6:02 AM
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.
‎2007 Mar 14 6:00 AM
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
‎2007 Mar 14 6:00 AM
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...
‎2007 Mar 14 6:02 AM
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.
‎2007 Mar 14 6:25 AM
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.
‎2007 Mar 14 6:36 AM
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
‎2007 Mar 14 7:01 AM
‎2007 Mar 14 6:04 AM
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)