2023 Feb 12 9:42 AM
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
2023 Feb 12 9:53 AM
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!
2023 Feb 12 10:18 AM
I see many answers already in the forum, did you check them?
sapquery "Hide" selection fields site:sap.com