‎2008 Aug 26 11:05 AM
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
‎2008 Aug 26 11:07 AM
try to do the validation at the events in the Table maintenance generator
‎2008 Aug 26 11:07 AM
try to do the validation at the events in the Table maintenance generator
‎2008 Aug 26 11:20 AM
Hi,
Try validating the fields with Chain and End Chain command....
This may solve your problem....
Regards,
Kunjal
‎2008 Aug 26 11:32 AM
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
‎2008 Aug 26 11:42 AM
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.