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

SE11 Table Field Validation

Former Member
0 Likes
1,436

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

4 REPLIES 4
Read only

Former Member
0 Likes
874

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

Read only

0 Likes
874

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

Read only

Former Member
0 Likes
874

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.

Read only

0 Likes
874

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