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

Module Pool Problem

Former Member
0 Likes
526

Hi all,

I am nagaraju, i am designing a selection screen(S1) as subscreen in the report and im calling a screen using module pool and im calling the suscreen(S1) in the module pool using call subscreen, it will show that screen in the output.

when i validate the selection-screen elements if i come across the error message every element is getting disabled , so i want them to be enabled even if i come across error mesage.

Please repsond asap.

Thanks,

Nagaraju.

4 REPLIES 4
Read only

Former Member
0 Likes
497

Hello!!

Welcome to sdn forums!!

Have you try to call screen instead call suscreen?, then in the screen properties check if you can do it modal dialog.

Hope this helps!!

Gabriel

Read only

Former Member
0 Likes
497

hi,

validate the screen fields between chain ......endchain.

hope this will help.

santhosh

Read only

0 Likes
497

Hi,

Thanks for ur response,

How to validate the selection screen fields as they are designed in report , not in the module pool, if i insert that field name between chain and endchain it says that no field exists with that name.

Please throw me an example if possible, my mail id is nagaraju.sap@gmail.com.

Thanks,

Nagaraju.

Read only

Former Member
0 Likes
497

Hi

Use the AT SELECTION-SCREEN event to insert your validation and raise the error message you'll have automatically what you need.

So create a new include for your module pool where you insert all events for the selection screen

Max