Application Development 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: 

how to create t.code for report painter report created using CJE5

Former Member
0 Kudos

Hi All,

I'm trying to create T.code for a report painter program created using CJE5.

I using the D_SREPOVARI-REPORTTYPE as "RE" and

D_SREPOVARI-EXTDREPORT as KP 01RPSCO_X <report name>

If I provide spaces between KP 01RPSCO_X <report name>, its not allowing spaces.

If I didn't provide the space then its saying that "report does not exists"

Please let me know how to overcome this issue?.

What this KP & 01RPSCO_X stands for? Is this always constant?

There is a similar kind of transaction in other system which Looks like this " KP 01RPSCO_X <report name>" spaces in between

I dont understand why its not allowing spaces in this system. As its in different system i cant make a copy of this transaction and change the parameters.

Edited by: Mr A on Feb 18, 2010 5:28 PM

Edited by: Mr A on Feb 18, 2010 5:54 PM

7 REPLIES 7

prabhu_s2
Active Contributor
0 Kudos

why do u wanna to use CJE5...instead u can use se93 itself....check for the option "Transaction with parameters".

Former Member
0 Kudos

Hi Prabhu,

I'm not using CJE5 for creating transactions code. I'm saying that report is created using t.code CJE5. Reports are creating using report painter t.code GRR2/3/5 etc... Similarly reports can be created using CJ1/2/E5 etc...

I'm using se93 only for creating t.code.

Sorry if I confused you.

Former Member
0 Kudos

This message was moderated.

0 Kudos

thanks for giving me the link.

I searched for all these link in SDN before posting itself.

my issue is how to give the value for the parameater EXTDREPORT.

If i give spaces for the value KP 01RPSCO_X <report name>, its throwing error, T,code its self is inconsistent.

if i didnt give spaces its i'm able to create the t.code, but when i execute it, its giving error message saying "report does not exists"

but if i go to CJE5, that report is there.

thanks

0 Kudos

are u able to call it via tcode START_REPORT??? jus a simple check

0 Kudos

Yes Transaction START_REPORT

checked SKIP INITIAL SCREEN

checked INHERIT GUI ATTRIBUTES

Former Member
0 Kudos

i dont know how to eliminate spaces