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

Hidden Query?

Former Member
0 Likes
1,143

Hello,

I've been asked to make a new report based on a transaction code I was given (y_r3d_91000056). This t-code points to START_REPORT, with the following screenfield values:

D_SREPOVARI-REPORTTYPE = AQ

D_SREPOVARI-REPORT = SD

D_SREPOVARI-EXTDREPORT = ZSD002

From what I've read, this would lead me to believe it's a query called ZSD002 in the user group SD. But from looking at SQ01 I can find no user group SD, nor apparently any query named ZSD002. Looking at the actual ABAP through SE38 it is pretty clearly not written in ABAP, as it contains just 69 lines in total, primarily a call to function '/1BCDWB/IQ000000000005SHOW'.

What am I missing? Does anyone know where else I might find the original code behind this report so I can copy it and make changes?

Thank you,

Nathan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,021

Hi

Have u checked in both work area: Global and Standard Area?

Max

Hello,

I've been asked to make a new report based on a transaction code I was given (y_r3d_91000056). This t-code points to START_REPORT, with the following screenfield values:

D_SREPOVARI-REPORTTYPE = AQ

D_SREPOVARI-REPORT = SD

D_SREPOVARI-EXTDREPORT = ZSD002

From what I've read, this would lead me to believe it's a query called ZSD002 in the user group SD. But from looking at SQ01 I can find no user group SD, nor apparently any query named ZSD002. Looking at the actual ABAP through SE38 it is pretty clearly not written in ABAP, as it contains just 69 lines in total, primarily a call to function '/1BCDWB/IQ000000000005SHOW'.

What am I missing? Does anyone know where else I might find the original code behind this report so I can copy it and make changes?

Thank you,

Nathan

4 REPLIES 4
Read only

Former Member
0 Likes
1,022

Hi

Have u checked in both work area: Global and Standard Area?

Max

Read only

0 Likes
1,021

Hi Max,

I don't know. I'll look and see if I can find that. I'm not very familiar with queries.

Thanks,

-N

Read only

0 Likes
1,021

Hi Max,

Yes, that was it. Thank you very much!

Thanks,

-N

Read only

0 Likes
1,021

Hi

Run SQ01, and as soon as you're there check the queried defined in global and standard area

U can change the area by menu:

Enviroment->Query areas: here u can choose the area

Max