cancel
Showing results for 
Search instead for 
Did you mean: 

Validating Table control

Former Member
0 Kudos

Hi Experts,

I'm having a table control and I will enter value in first column.

Once the value is entered other columns should be filled with data based on the user input in column 1.

Also I need to do validation for the first column.

How can i do it???

thanks...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi suba ram........

in the wddomodifyview method....

read the table....

loop it and fillhe other columns...

it will be automatically displayed i teh other tables.

---regards,

alex b justin

Former Member
0 Kudos

Hi Justin,

Its working fine.

How can I validate the fields in Table control.

Thanks...

Former Member
0 Kudos

hi suba ram.....

the same as you do in abap.....

read the table and validate it...

---regards,

alex b justin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Your column has cell type input field and input field has onEnter event. you can do all the validation and data processing in the event handler method.

Regards

Saurabh Garg