Skip to Content
0
Jan 23, 2013 at 02:12 PM

[ALV] Check for required input fields

340 Views

Hi,

You can specify an inputField cell editor for an ALV column. Doing so would add the little red star in the column header.

But, how to check whether the input field has been filled by the user or not??

In custom dynpro, when you put some required inputFields, you can check with this code:

{code:ABAP}CALL METHOD cl_wd_dynamic_tool=>check_mandatory_attr_on_view EXPORTING view_controller = lo_api_controller. "Export current view API{code}

What about in ALV?

Do I have to do it "manually"??

Thanks in advance.

Best regards,

Guillaume