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

Missing parameters in selection screen

Former Member
0 Likes
1,701

Hello,

I just transported my report from the QA to the production system. After the transport, the selection screen generated in the report is incorrect. It is missing some radio buttons and text elements.

However, the selection screen is correct in the QA system.

I have transported the code twice already.

Please let me know if there is something I c

11 REPLIES 11
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,443

that's very strange! Check transport request log and return code (any error?), and run version management to compare sources between the 2 systems

Read only

MarcinPciak
Active Contributor
0 Likes
1,443

Hi,

Ensure you have you report only in one transport (go to Utilities->Versions->Version Management and check consistency between trasnports in QUA and PRD ). Also compare you code in both systems using Splitscreen Editor -> SE39.

You may be missing some code in production, hence the problem might be.

Anyway this sounds strange as it is imaginable not to move some code but usually selection screen is at the top of it so as long as it stays the same in both systems there should be something wrong with config of PRD system.

Hope it helps you a bit

Marcin

Read only

Former Member
0 Likes
1,443

Transports generally don't go from QA to PRD. They go from DEV to PRD after QA testing.

You probably missed one or more transports in the move to production.

Rob

Read only

0 Likes
1,443

Sorry, I meant the transport was moved from DEV to PRD.

Read only

0 Likes
1,443

When I check the selection screen 1000 using SE51, it gives the message 'Element %_P_SN_%_APP_%-TEXT touches or overlaps other element'.

I am not sure if this is what caused the problem.

Please advise.

Thanks,

Rugmani

Read only

0 Likes
1,443

Hello Rajan,

as u said an overlapping was done in selection-screen ,

goto the se51 and try to reduce the size of text column and activate it,

and take care no syntax errors occur.

and while transporting request , do all the 3 checks ,

Objects(syntax Check) , Check Request Consistency & Display Inactive objects ,

if everything is perfect then release ur request..

hope it might be some what helpfull ...

Regards,

Aby

Read only

0 Likes
1,443

In SE51, use version management to find the differences between the screens in DEV and PRD. It will also show the transport numbers, so you can see if you missed something.

Rob

Read only

Former Member
0 Likes
1,443

Did you included the text elements in the transport request ?. Path is goto->Text symbols in se38.

Regards,

Mamta Gupta.

Read only

0 Likes
1,443

Rugmani,

I think that either it's a problem of transports (did you make the comparisons of versions?), or the problem suggested by Mamta which often happens.

For this last point, it was one of the ideas I had first, but as you stated "It is missing some radio buttons", I thought it couldn't be a problem of text elements not transported as the radio button should appear anyway, only the label wouldn't be displayed. If you want to investigate Mamta option, you have to know that in the transport request, the text elements are transported either via R3TR PROG <program name>, or LIMU REPT <program name> (but not transported via LIMU REPS <program name>)

Read only

Former Member
0 Likes
1,443

The issue got resolved.

Please refer to SAP note: 1267140

Read only

0 Likes
1,443

We've been have this problem sporadically since upgrading to ECC 6.0. This note seems like it's the answer. Thank you!