‎2006 Nov 22 1:48 PM
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.
‎2006 Nov 22 1:53 PM
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
‎2006 Nov 22 1:53 PM
hi,
validate the screen fields between chain ......endchain.
hope this will help.
santhosh
‎2006 Nov 23 5:14 AM
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.
‎2006 Nov 22 1:54 PM
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