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

Error in Selection Screen

Former Member
0 Likes
1,682

Hi guys,

today i am facing a really weird problem. We've written a simple report with a selection-screen. At first everything looks fine. We've transported the request to all other systems (Quality Assurance & Production), where it looked fine too.

After that we've included some more code (text-symbols, frames) and transported it to the other systems. But now our problems occurs: In Development system everything is okay. In Quality Assurance and Production systems the selection-screen doesn't show all frames and text-symbols. The weird thing is that the source code is identical in all systems and that even the debugger shows the right values of the text-symbols.

Is there any buffer or system parameter which can course such wrong behavior?

Regards

Mark-André

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,658

go to SE38, type your program name and click activate on this screen(se38) itself.

See if system asks for any Transport request, if it asks your problem will be solved by transporting that request to other systems.

12 REPLIES 12
Read only

Former Member
0 Likes
1,658

Check Logs for your transports SE01 --> Enter Transport Request --> Logs ..

Check if there is any error while transports.

Regards,

Mohaiyuddin

Read only

0 Likes
1,658

Hi,

there are no errors in transport logs. Return Code 0.

Regards

Mark-André

Read only

Former Member
0 Likes
1,658

Hi Mark,

I am pretty sure you might have missed any Transport Request. As a result this problem is coming.

Thanks,

Chidanand

Read only

Former Member
0 Likes
1,659

go to SE38, type your program name and click activate on this screen(se38) itself.

See if system asks for any Transport request, if it asks your problem will be solved by transporting that request to other systems.

Read only

0 Likes
1,658

Hi Mark ,

Have u tried the version management ..

I am sure that there is something missing in PRD system .

Then check whether all the text-symbols have reached the PRD or not..

Thnks

Sahil

Read only

0 Likes
1,658

Hi,

we've already transported another request with very little changes, but the elements are missing anyhow in Quality Assurance and Production. The Source Code itself seems fine in all systems and even the debugger shows the right values for all text-symbols. It's just the displaying of the selection screen that doesn't work.

In all systems the version of our small report is the same.

Regards

Mark-André

Edited by: Mark-André Kluck on Dec 17, 2008 9:19 AM

Read only

0 Likes
1,658

Hi Mark,

your problem is interesting ,can u assure me the selection-screen number u have not changed when making changes?

see it can be possible that you have changes the selection-screen number and forgot to change the tcode to Quality and PRd system...

Plz check that also...

Thnks

Sahil

Read only

0 Likes
1,658

Hi,

the selection screen is coded without a number. Here's the code:


SELECTION-SCREEN BEGIN OF BLOCK selection WITH FRAME TITLE text-t11.
SELECTION-SCREEN BEGIN OF BLOCK persdata WITH FRAME TITLE text-t01.
SELECT-OPTIONS so_pernr FOR ls_pa0017-pernr.
SELECTION-SCREEN END OF BLOCK persdata.
SELECTION-SCREEN END OF BLOCK selection.

SELECTION-SCREEN BEGIN OF BLOCK input WITH FRAME TITLE text-t12.
SELECTION-SCREEN BEGIN OF BLOCK zeitraum WITH FRAME TITLE text-t02.
PARAMETERS pa_begda TYPE p0017-begda DEFAULT sy-datum OBLIGATORY.
PARAMETERS pa_endda TYPE p0017-endda DEFAULT '99991231' OBLIGATORY.
SELECTION-SCREEN END OF BLOCK zeitraum.

SELECTION-SCREEN BEGIN OF BLOCK gruppierungen WITH FRAME TITLE text-t03.
PARAMETERS pa_spebe TYPE p0017-spebe OBLIGATORY DEFAULT '1'.
SELECTION-SCREEN END OF BLOCK gruppierungen.

SELECTION-SCREEN BEGIN OF BLOCK zuordnungen WITH FRAME TITLE text-t05.
PARAMETERS pa_bukrs TYPE p0017-bukrs MATCHCODE OBJECT c_t001 DEFAULT '2000'.
PARAMETERS pa_gsber TYPE p0017-gsber MATCHCODE OBJECT h_tgsb DEFAULT '0001'.
SELECTION-SCREEN END OF BLOCK zuordnungen.
SELECTION-SCREEN END OF BLOCK input.

SELECTION-SCREEN BEGIN OF BLOCK attributes WITH FRAME TITLE text-t13.
PARAMETERS pa_test AS CHECKBOX DEFAULT 'x'.
SELECTION-SCREEN END OF BLOCK attributes.

Regards

Mark-André

Read only

0 Likes
1,658

Frnd wats ur actual Problem...Make it more clear

Read only

0 Likes
1,658

goto t.code se51

give ur program name ( ) and screen no as 1000...

see weather screen is active there r not ....

try to reactivate it ....(see weather all frames and text are available there r not)

Read only

0 Likes
1,658

I've tested the screen with se51 which seemed to cause a recompilation of the code. Now it works!

Thanks a lot!

Regards

Mark-André

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,658

Check whether the request of text symbols have been transported