cancel
Showing results for 
Search instead for 
Did you mean: 

Input validation in ALV cell which has associated search help

Former Member
0 Kudos

Hello expert ,

I am having an editable ALV in my application . Some of the fields have input help assciated with then .

I want to validate user's entry against the search help and mark the field . Do we have some functionality

in webdynpro for this .

Regards

Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vivek

according to me you can use an on_data_check event which is used for input validation

just refer this link

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c8/6c80dbedfe42d1a93f8e6df1d7244a/frameset.htm

thanks

Former Member
0 Kudos

Hi Vivek,

One of the way to achieve this can be as follows :

1. Create an OnAction event for the "Input field" cell editor of the ALV column.

2. Here you can write the code to validate the data against your search help

So when the user enters some value and hits Enter your validation would take place.

To create the event for ALV input field, check this link :

[]

Hope this helps.

Regards,

Radhika.

Former Member
0 Kudos

Hello ,

I want an automatic check which can check the value against the serach help .

Is it also possible to mark the error cell ( Red border line) .

Regards

Vivek