2012 Jul 14 7:02 AM
Hi Abapers,
i have developed one standard report program, which screen nor is 1000 (default) and which contains select-options and radio buttons.
My requirement is i want to add table control on select screen (1000), which is also working fine but the problem is in the selection screen select-options -
EXTENSION(ARROW KEY) IS NOT VISIBLE.
i have searched in some forums they give answers to take sub screen, which is also fine but variant save is not working on this selection screen.
i hope you understand my requirement. CAN ANYONE KNOWS THIS REQUIREMENT PLEASE PROVIDE SOLUTION TO ME.
REGARDS,
VENKAT.
2012 Jul 14 8:52 AM
Hiii ,
That means you are changing standard screen 1000 which was auto generated and wanna put table control also so as you told all is working fine only is not coming so when you change screen this message come and some times this arrow key button disable
so for that you open your screen : just copy button or create new and set property as below
%_(select_option_name)_%_APP_%-VALU_PUSH
%004 - this indicate position of select option screen so you can give as per your
GRP3 - VPU - remain VPU
GRP4 - 004 also according to position
and set rest of property same such as length and activate your screen you will get arrow button again .
Regards,
Ashish
2012 Jul 14 8:22 AM
select-options will only show extension depending on the variable declaration type.
2012 Jul 14 8:52 AM
Hiii ,
That means you are changing standard screen 1000 which was auto generated and wanna put table control also so as you told all is working fine only is not coming so when you change screen this message come and some times this arrow key button disable
so for that you open your screen : just copy button or create new and set property as below
%_(select_option_name)_%_APP_%-VALU_PUSH
%004 - this indicate position of select option screen so you can give as per your
GRP3 - VPU - remain VPU
GRP4 - 004 also according to position
and set rest of property same such as length and activate your screen you will get arrow button again .
Regards,
Ashish
2012 Jul 14 10:55 AM
Huh - what will happen to screen 1000 and the nice table control added manually if, in the next development project next year, another developer will add a new select-option to a report?
...
* --- Insert by John Galt - new custom requirement as per 01-31-2013
select-options: s_fizzle for boom-boom.
...
I would guess screen 1000 will be re-generated completely, and all the changes will be lost.
Wouldn't it be better to call the selection-screen as part of a bigger screen by one of the methods described here?
http://help.sap.com/saphelp_470/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm
2013 Nov 07 11:52 AM
...
* --- Insert by John Galt - new custom requirement as per 01-31-2013
select-options: s_fizzle for boom-boom.
...
Not that it's relevant to the discussion, but I cannot help but say: I really enjoy reading your nouns..
2013 Nov 07 1:16 PM
2012 Jul 14 4:42 PM
Hi venkat rao veeramaneni,
you can save everything in a variant that comes from a selection-screen. Usually the default selection screen of a report, generated from PARAMETERS and SELECT-OPTIONS. It works also with screens defined selection-screen bgin/end of screen.
It will not work with selection-screens modified using screen painter.
For any screen you may create a screen variant, use transaction SHD0. Use menu Goto -> Screen variants. I never used that.
Regards
Clemens