‎2009 Sep 15 6:27 PM
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
‎2009 Sep 15 6:58 PM
Hi
Have u checked in both work area: Global and Standard Area?
Max
‎2009 Sep 15 6:58 PM
Hi
Have u checked in both work area: Global and Standard Area?
Max
‎2009 Sep 15 7:02 PM
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
‎2009 Sep 15 7:04 PM
‎2009 Sep 15 7:05 PM
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