cancel
Showing results for 
Search instead for 
Did you mean: 

selection screen validation

Former Member
0 Kudos

Hi All,

I am creating smart form i want to validate fields on selection screen

for what should i do???

should i create text element for that or i should try some different logic

please help me in this coding

thanks in advance,

Supriya.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hiii!

All the validations are done at selection-screen.

Therefore, do all the validations on

AT SELECTION-SCREEN events.

Then proceed with your logic.

Regards

Abhijeet Kulshreshtha

Former Member
0 Kudos

Hi Supriya,

Validation is done at the selection-screen level. So do it in AT SELECTION-SCREEN event. And this should be done in your Driver program. First validate and then in the START-OF-SELECTION event call the form by Open_form then use Write_form & Close_form.

Regards,

Swapna.

Edited by: NagaSwapna Thota on Jul 8, 2008 11:54 AM

0 Kudos

Hi,

i tink u know that AT SELECTION-SCREEN event to validate the screen fields u can use that event in driver proram.

regards.

sriram.

bpawanchand
Active Contributor
0 Kudos

Hi

Well use AT SELECTION-SCREEN event at the selection screeen level only.

Regards

Pavan