Invisible variables
Hi everyone!
I want to update an invisible variable ORDERSEL in program RKOO7400 but don't know where. In the SAP program the parameter is coded as NO-DISPLAY but there are values being populated in this field. Does anybody know where these values would be coming from and where I could change them? Thanks a lot!
You cannot, the parameter is intended for execution via another program. The no-display prevents the on-line user from executing it in a manner inconsistant from the on-line executtion. The no display allows SAP to determine the execution path from another program and call the tatget report with the SUBMIT command there the no-isplay variable ONLY makes sense in this context.
Thanks for your reply John. The weird thing is is that there are variants for this program and when I display the variant it shows values for this select-option. I just want to know where these values are stored.
That means, you can only supply the value to the field through variant..
ok, then where do I update the variant? It doesn't let me update it in the variant option of the program since it is invisible. So where are the values coming from?