Hello Everyone,
Generally we build the jump queries in RSBBS and do the config to create jump query link from summary report to a detail report.
I know how to find the relationship for set of queries whether they have jump queries or not.
But I don't know if I have the detail query and now I need to find the parent query. I have a requirement in which the list of queries ( child queries - detail queries ) and need to find the Parent Query ( summary report) .
Steps to find the Jump query links (like summary to details query relationship).. Follow the below steps.
- Go to SE11 -> RSZELTDIR table name ->
Provide your summary query name 'Query 1' in MAPNAME and OBJVERS A. Now you get
the ELTUID of that summary query - Now go to SE11 -> RSBBSQUERY and provide
ELTUID [of Query 1] and now you see list of RONAM connected with this query. - Again get RONAM from RSBBSQUERY and provide it in
SE 11 -> RSZELTDIR -- ELTUID..now you get your detailed query name 'Query 2'
in MAPNAME of RSZELTDIR
Similary I need to know how to find if I have Child query ( detail report ) and now I need to find the Parent report ( summary report). I tried finding out but did not succeed. Need your assistance.
Looking forward for your inputs.
Appreiciate your help in advance.
John.