Application Development 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: 

To create a variant for a selection screen having invisible fields

Former Member
0 Kudos

Hello All

I am facing a peculiar problem. I have a screen for the program RSEIDOCB in which the following fields are hidden:

TAOUTPR FOR EDIDC-STATUS NO-DISPLAY,

STAINPR FOR EDIDC-STATUS NO-DISPLAY,

STAOUTRS FOR EDIDC-STATUS NO-DISPLAY,

STAINTA FOR EDIDC-STATUS NO-DISPLAY,

STAOUTES FOR EDIDC-STATUS NO-DISPLAY,

STAINTD FOR EDIDC-STATUS NO-DISPLAY,

STAOUTST FOR EDIDC-STATUS NO-DISPLAY,

STAOUTDT FOR EDIDC-STATUS NO-DISPLAY,

STAINBK FOR EDIDC-STATUS NO-DISPLAY,

STAOUTEI FOR EDIDC-STATUS NO-DISPLAY,

STAINEI FOR EDIDC-STATUS NO-DISPLAY,

STAOUTEX FOR EDIDC-STATUS NO-DISPLAY,

STAINEA FOR EDIDC-STATUS NO-DISPLAY,

STAOUTDS FOR EDIDC-STATUS NO-DISPLAY,

STAINDS FOR EDIDC-STATUS NO-DISPLAY.

I want to create a variant for the above program having values for the fields. These fields are basically for specifying the various status of the idocs. I am unable to do to so at the moment. Please help me out. Suitable points will be provided.

Regards

Ankit

2 REPLIES 2

Former Member
0 Kudos

Hi

U can't do nothing because that fields are hiden programatically. So or you create a copy of RSEIDOCB or you create a new program with the same selection-screen of RSEIDOCB and calling RSEIDOCB: in both new program you can show the hidden parameters.

Max

Former Member
0 Kudos

Hi Ankit

Follow these steps..

1. in SE38 enter Program name 'RSEIDOCB'.

2. Click on variants button

3. enter variant name click on create

4. in selection screen enter default values

5. Click on attributes

4. Enter meaning

5. Press Shft + F4

6. Bottom of Screen will popup invisible fields

7. go down to screen

8. select field and click on selection variables button

(you to have to tick selection variable check box)

9. here click on down arrow button very next to field

10.you can choose values from list and assign to field.

then save variant.

Message was edited by:

Perez C