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 field becomes invisible in ECC6

sap-harshada
Participant
0 Kudos

Hi,

Here is the issue:

I had developed new program in old version 4.7 long back. It was working fine on production system.

Then we upgraded from 4.7 to ECC6.

Now I did one modification in selection screen. Added one more field in selection screen.

It works fine in development and test system. But I am not able to see this field in production.

In program I can see the code for added field. If I execute selection screen separately, thats works fine too.

But when I call it with program I cant see this field.

Please reply me asap if somebody has faced same issues..

Thanks in advance.

Harshada.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1. Probably, its not transported properly.

2. If you can see the code, try to activate your program in your production system.

3. Also try Utilities->Generate Version. Because, some times, if ur transport is not transported properly, it wouldn't generate a new version properly and hence end up with such issues.

The above should solve ur issues.

Thanks

Kiran

7 REPLIES 7

Former Member
0 Kudos

1. Probably, its not transported properly.

2. If you can see the code, try to activate your program in your production system.

3. Also try Utilities->Generate Version. Because, some times, if ur transport is not transported properly, it wouldn't generate a new version properly and hence end up with such issues.

The above should solve ur issues.

Thanks

Kiran

0 Kudos

Thanks Kiran for ur reply.

But program has been re-imported 2-3 times successfully. So I do not think it is transport issue.

Also I have activated the program in production. Even that didnt work.

And I do not have authorization to generate version in production system.

I am still clue less because I can execute the selection screen separately and I can see that field.

Former Member
0 Kudos

Hi ,

Please check you have transported text elements with your program in production. If not then create request for text element and transport it to production.

0 Kudos

Thanks Narayan for ur reply...

I can see text elements in program. in production system. So I think all objects got transported properly.

I see the screen, text elements, the newly added field in program. But not when I execute it thru program.

Something weird.

Please let me know if you have any other solution.

0 Kudos

Hi,

No problem.

Just open the program in production using tcode SE38.

From the menu, select Program --> Generate.

Now execute the program you should be able to see the newly added selection field.

Good luck.

Regards,

Subramanian

0 Kudos

Thank you Subramanian....

I will try to do that. Basis ppl also doesnt have authorization to do it in prod.

If it will work I will surely update the post )))

0 Kudos

Generation of program in Production worked !!

thanks all for your responces....