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: 

Error in adding selection screen fields

Former Member
0 Kudos

Hi All,,

I am getting error when i add a selection screen parameters in module pool.

I copied stadard program to custom one, when I add an input field to screen it gives information message saying

"Selection screen: Report generation makes screen changes ineffective".

If though if i add the selection screen, when i relogin newly added screeen disappears.

Can any one y this is happening?

4 REPLIES 4

Former Member
0 Kudos

Hi,

It is generally not advisable to modify a selection screen generated via SE51. Every time, you regenerate the code, the manual modifications disappear. So you gotto use a docking container 'cl_gui_docking_container' to place your new fields on the selection screen

0 Kudos

Hi Nitwick,

I am new to this.

Can u explain how can i use this container to add new fields.

0 Kudos

Hi,

You can find a lot of posts on the SDN. Please search for them.

[]

[] are a few

0 Kudos

Thanks.

Is that we need to create a container in screen for creating a docking container.