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

Former Member
0 Likes
466

Hi expart

I creating report Tansport request . i m transport tr to qas to prd .

report selection screen is display in qas . but n't showing in prd .

i have three selection screen . 2selection screen is display in prd ..1 selection screen is n't display

wht is prb. tell me

code is

SELECTION-SCREEN: BEGIN OF BLOCK bk10 WITH FRAME TITLE text-023.

PARAMETERS : rad_ex1 RADIOBUTTON GROUP one default 'X',

rad_ex2 RADIOBUTTON GROUP one.

SELECTION-SCREEN: END OF BLOCK bk10.

skip 2 .

SELECTION-SCREEN : BEGIN OF BLOCK bk1 WITH FRAME TITLE text-001.

SELECT-OPTIONS : s_bukrs FOR bseg-bukrs OBLIGATORY NO-EXTENSION NO INTERVALS,

gl_party FOR bapi3007_1-customer.

SELECT-OPTIONS : budat1 FOR bapi3007-key_date NO-EXTENSION OBLIGATORY.

SELECTION-SCREEN : END OF BLOCK bk1.

SELECTION-SCREEN: BEGIN OF BLOCK blk2 WITH FRAME TITLE text-002.

SELECTION-SCREEN: BEGIN OF LINE,

COMMENT 1(18) text-003,

POSITION POS_LOW.

PARAMETERS: limit_1 AS CHECKBOX.

SELECTION-SCREEN : END OF LINE.

SELECTION-SCREEN: END OF BLOCK blk2.

plz. give me solution

3 REPLIES 3
Read only

Former Member
0 Likes
422

Hi,

According to my view for Selection screen -1 Text-023 ...text that you might have been created by double clicking on 023 is that transported check that. For 2nd selection it is 001 and 3rd 002 and coming to first selection its 023...problem might be in title text of your selection screen.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
422

check you have any code in at selection-screen output event. may be which is causing to hide the screen based on some condition.

Read only

former_member201364
Participant
0 Likes
422

Hi Razz,

I too faced the same issue for a report.We added a few parameters in one already existing selection block .Those new fields were displayed in our Q server. But in production they were not visible.For that we contacted basis ppl.They replied that they have activated some GUI elements for that screen in production server and after that it was working fine.

Regards,

Poornima