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: 

SQ00: Hide selection fields in the reporting tool

asker2020
Discoverer
0 Kudos
503

Hello,

I have created a query and an infoset in SQ00 in the R3 system. The data source is join of two tables. Is it possible to hide certain selection fields and assign default values to them? I tried to do this in the SELEKTION-SRENN OUTPUT section, but only the text field was successfully hidden. The low and high input fields of the selection field remain visible

LOOP AT SCREEN.
IF SCREEN-NAME cs '%_SP$00002'.
SCREEN-ACTIVE = '0'.
SCREEN-INVISIBLE='1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.

%_SP$00002_%_APP_%-TEXT

%_SP$00002_%_APP_%-OPTI_PUSH

SP$00002-LOW

%_SP$00002_%_APP_%-TO_TEXT

SP$00002-HIGH

%_SP$00002_%_APP_%-VALU_PUSH

Thanks in advance.

Regards

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos
459

Please edit your question, select your code and press the button [CODE], which makes the code appear colored/indented, it will be easier for people to look at it. Thank you!

Sandra_Rossi
Active Contributor
0 Kudos
459

I see many answers already in the forum, did you check them?

sapquery "Hide" selection fields site:sap.com