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

Table field validation

Former Member
0 Likes
600

Hi Guru,

I am doing some validation of field in Z table in functiona group.

When I fill the entry in table maintainance , if it is invalid hen it shows the message of validation.

But when I change the value of that field after message then it is not getting save. It is still showing the earlier invalid value.

Pls help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

try to do the validation at the events in the Table maintenance generator

4 REPLIES 4
Read only

Former Member
0 Likes
583

try to do the validation at the events in the Table maintenance generator

Read only

Former Member
0 Likes
582

Hi,

Try validating the fields with Chain and End Chain command....

This may solve your problem....

Regards,

Kunjal

Read only

Former Member
0 Likes
582

hi,

after changes the data , modify the table.

Eg:- MODIFY tbl_9000

FROM h_tbl_9000

INDEX tc_tbl_9000-current_line.

Regards,

Narasimhulu p

Read only

0 Likes
582

Hi,

I tried the logic suggested by you.

But this table control is not internal table.

So It is throwing an error. We can write modify statement at table control.