‎2006 Jun 06 3:21 PM
Hi all. A CO consultant created some drilldown reports in KE30 transaction, and now he wants to assig Z tcodes to everyone of them. I've tried using START_REPORT but it's not working.
Has anybody worked with this before.
Thanx.
Jesus
‎2006 Jun 06 3:28 PM
Hi Jesus,
Use the FM SWY_CREATE_PARAM_TRANSACTION in your program to create TCODE for the reports.
<b>Reward points if it helps.</b>
‎2006 Jun 06 3:48 PM
Hi
You follow this way to assign transaction code to reports created in KE30.
1. Select your report in KE30.
Execute it.
2. You will get selection screen for that report now.
3. In the selection screen..Go to menu --> System > Status>Find the program name there.
Copy program name.
4. Open that program in SE80.
Go to SE80 --> Repository browser button > choose program from list.>enter your program name--> Enter key.
Your program components will be listed under.
5. Right click on your program --> Create --> transaction > Assign transaction code> Save & Activate.
This procedure will help you.
Bala
Note: Award points if helpful.
‎2006 Jun 06 3:54 PM
Hi Balakrishnan. The program name for the report is generated on every client. (200, 250, 400, etc); so by doing it this way, the report name will be different on every client and the tcode will only work on one of them.
Thanx anyway
Jesus
‎2006 Jun 06 8:59 PM
‎2006 Jun 06 11:05 PM
Thanx anyway. I solved it on my own using FM RKD_REPORT_START.
Jesus
‎2008 Oct 24 9:39 PM
Hi Jesus,
I have the same scenario now and I need to create the Z transaction for some of the drill down reports they have made.
While I am trying to create the Z tranbsaction and I am trying to supply
D_SREPOVARI-EXTDREPORT =
D_SREPOVARI-REPORTTYPE =
but this is not working.Could you please suggest me the right approach.
thanks
Murali