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

Screen 1000

Former Member
0 Likes
2,141

Hi all.

Is there a way use the functionality "Not possible" for report screens?

When we create a screen, (i.e. 0100, 0200, 0300, etc.) the fields have 4 input options:

- Not possible

- Possible

- Recommended

- Required

I want to know if for report screens (screen number 1000) we have the same options.

I just know SCREEN table options, but there does not exist the option "Not possible" I need.

Thanks in advance.

Edited by: João Henrique Luz Alves de Araujo on Apr 3, 2011 6:22 PM

Edited by: João Henrique Luz Alves de Araujo on Apr 3, 2011 6:23 PM

7 REPLIES 7
Read only

SandySingh
Active Contributor
0 Likes
1,799

Hello João,

Try to open the screen in screen painter SE51 . Open up the screen and go the "Element List" TAB . In this tab , further look for TAB "Special Attr." Here you could see the INPUT option.

Hope it helps

Sandy

Read only

0 Likes
1,799

Hi Sandy,

I've already knew this option, but when I regenerate the screen, the changes are cancelled.

I thought it had another alternative.

Thanks.

Read only

0 Likes
1,799

Hello ,

What about using AT SELECTION SCREEN OUTPUT event before AT SELECTION SCREEN ? Refer below SAP documentation.

Effect

This event is triggered at the screen event PBO of a selection screen. In the event block, the selection screen can be prepared through assignments to the data objects of parameters and selection criteria and through dynamic screen modifications.

Note

The assignments to input fields in the event block AT SELECTION-SCREEN OUTPUT always affect the selection screen and overwrite the user inputs from previous displays of the same selection screen. Assignments in the event blocks LOAD-OF-PROGRAM oder INITIALIZATION, on the other hand, only have an effect at first program start.

Hope it helps.

Sandy

Read only

Former Member
0 Likes
1,799

Hi ,

screen 1000 is the default SAP screen, so whatever you try to change will not take into effect. Use the event AT SELECTION-SCREEN OUTPUT or AT SELECTION-SCREEN ON <FIELDNAME> to give the message as per field validation.

Regards,

Rohit Pandey

Read only

Former Member
0 Likes
1,799

Hi

You can make changes in SCREEN 1000, using the AT SELECTION SCREEN EVENTS. This will work.

Check with the other events.

Read only

0 Likes
1,799

Guys,

I am already using AT SELECTION SCREEN OUTPUT, but this is not the question.

I just want to know about the input option "Not possible". This options does not exist in SCREEN table. So I would like to know another way to set this option.

Sandy suggested me to go to SE51, but when I regenerate screen with a new field for example, those changes are cancelled.

Whatever... I notice it does not have solution.

Thanks.

Read only

Former Member
0 Likes
1,799

My need does not have solution due to a SAP limitation.