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: 

Selection screen values not populating

Former Member
0 Kudos

In the code

selection-screen begin of block salary with frame title text-000.

parameters : sal as checkbox.

'

'

selection-screen end of block salary.

In the production server the frame title is not displaying where in quality and development everything displays fine. The code is also same in all three. What might be the reason for it ?

Pls help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Try to check the symbol text text-000 of the report, probably it's not transported

Max

11 REPLIES 11

Former Member
0 Kudos

Hi

Try to check the symbol text text-000 of the report, probably it's not transported

Max

0 Kudos

When I double clicked the text-000, it is taking to the text message.

0 Kudos

After double clicking, go to Utilities -> Versions -> version management... and check the latest transport (TR)..check the log to see, if it is in production..

0 Kudos

Yes I have checked in production. The latest transport requests are all same in three systems

0 Kudos

- what about version comparison ?

check version in dev and prod system.

- what about language ?

are you using another logon language ? Maybe that´s the reason.

Regards,

Gordon

0 Kudos

The version is same in production and development also the logon language. In the program only frame texts in few selection screen blocks are not displaying.

0 Kudos

what about SAP Gui Version and SAP ABAP Support Patch levels ?

0 Kudos

Both are same in all systems.

0 Kudos

Hi,

You goto se38

Give ur program name

click on display

In Menu

Click program---->Generate

I think this will solve ur problem..

Regards,

Venkat...

0 Kudos

Hi Venkat,

Excellent !!! It resolved my problem.....Thank you.

Thanks everyone.....

0 Kudos

Hi Venkat,

Do you have any idea about the usage of this 'generate' button or what might have created the problem ?