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: 
Read only

selection screen with select-options and variant save

Former Member
0 Likes
3,370

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.

1 ACCEPTED SOLUTION
Read only

Aashish28
Contributor
0 Likes
2,257

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

6 REPLIES 6
Read only

Former Member
0 Likes
2,257

select-options will only show extension depending on the variable declaration type.

Read only

Aashish28
Contributor
0 Likes
2,258

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

Read only

0 Likes
2,257

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

Read only

0 Likes
2,257

...

* --- 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..

Read only

0 Likes
2,257

Thanks for your feedback! Enjoying to make you smile 🙂

Read only

Clemenss
Active Contributor
0 Likes
2,257

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