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

Tcode for Herarchy Report using CJE2

Former Member
0 Likes
1,536

Hi All,

I have created a report using CJE2,

i need to create a tcode for the same,not able to create a tcode.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,188

Hello,

SE93 u can create tcode on the tcode,give the program name(SAPMKCEE) and screen(5000) u can in the status tab for program anme screen number and select SAP GUI for windows at bottom

Thank u,

santhosh

Edited by: santhosh kumar on Feb 17, 2009 5:50 AM

6 REPLIES 6
Read only

Former Member
0 Likes
1,189

Hello,

SE93 u can create tcode on the tcode,give the program name(SAPMKCEE) and screen(5000) u can in the status tab for program anme screen number and select SAP GUI for windows at bottom

Thank u,

santhosh

Edited by: santhosh kumar on Feb 17, 2009 5:50 AM

Read only

Former Member
0 Likes
1,188

hi

go to se80-> to the report which u need tcode.

right click and create tcode .

or use se93.

reg

Ramya

Read only

Former Member
0 Likes
1,188

Hi,

Below is reply from one of the thread regarding CJE2 tcode creation.

check it.

go to standard transaction (S_ALR_87013557) for Hierarchy Reports, and do it like this standar transaction.

Create the new transaction as paramaters transaction.

Transaction: START_REPORT

Skip initial screen.

D_SREPOVARI-REPORTTYPE = RE

D_SREPOVARI-EXTDREPORT = KP 01RPSCO_X 12KST1B

regards,

naveen

Read only

0 Likes
1,188

Hi ...

Cold u tell me from where do i get

D_SREPOVARI-REPORTTYPE

D_SREPOVARI-EXTDREPORT

for my customized report created using CJE2.

Thanks // /

Read only

0 Likes
1,188

Hi All,

I have created a hierarchy report using Tcode CJE2,

it is not created through a report painter.

How do i create its Transaction Code .

Read only

Former Member
0 Likes
1,188

Hi

to create a Transaction code with Transaction SE93 and link the ABAP report to the newly created

Tcode.

Thanks