‎2008 Apr 28 8:54 AM
Hi Frnds,
I have validated the table field through an event ' 05 ' -value created from se54. If validation fails Error message will display.
The thing is only key fields are in input enabled and the rest gets input disabled while error occurs. How can i overcome this problem by making all the fields in input enabled mode with error mesage to be displayed to make the entries does not saves in to the database.
Thanks in Advance
‎2008 Apr 28 9:01 AM
Hi,
Use the event: "before save" instead of 05-New entry...
this problem will be removed...
Try and let me know..
Reward if useful
Regards
Shiva
‎2008 Apr 28 12:18 PM
hi,
I tried the before save event. On debugging i found that the value i have entered in the field is not displaying on saving the record. I found that the values fills after processing some lines. May i know where i have to include the subroutine to make the process work
‎2008 Apr 28 9:02 AM
Hi,
Try making th efields input enable
by clicking on the over view screen
go into screen painter
then click on field list
under the input/output fields make them input required.
Also check the proper event underwhich you are validating.
Regards,
Raj.
‎2008 Apr 28 10:26 AM
I am entering the datas for se11 table. So all fields are input enable. I am validating those fields, if validation fails it gives a error message which has been given by me through se54 event. on displaying error message iam not able to correct the fields which are not key fields and it gets in to input disabled mode.
Please help me
Edited by: anand muthu on Apr 28, 2008 12:38 PM