cancel
Showing results for 
Search instead for 
Did you mean: 

Validations in table columns?

Former Member
0 Kudos

Hi Experts,

I have table with some columns with input help and dropdown, i want to validate data entered by the user... same as in the database or not? if not i need to give error message..how can we do this? any help please?

Thanks,

kriss.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

Once the table is filled and some action is performed (say on press of a button) , you can read the context bound to the table and hence obtain all the values entered.

Using these values , you can perform validations.

Cheers,

aditya.

Former Member
0 Kudos

Hi Aditya,

Thanks for your reply.

How can we check these values to database values? tel me the process please...

Thanks,

kris.

Former Member
0 Kudos

HI ,

Well , You will have retrieve values from DB using function modules or select queries and compare them with the table values.

You can call function modules or "the code to retrieve data from DB" in the event handler of the button and compare

and raise error messages if needed.

Thanks,

aditya.