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

Drilldown Report

Former Member
0 Likes
1,119

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

6 REPLIES 6
Read only

Former Member
0 Likes
749

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>

Read only

Former Member
0 Likes
749

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.

Read only

0 Likes
749

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

Read only

Former Member
0 Likes
749

Anyone!?

<b>H.E.L.P !!!!</b>

Read only

0 Likes
749

Thanx anyway. I solved it on my own using FM RKD_REPORT_START.

Jesus

Read only

0 Likes
749

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