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

Editable ALV

Former Member
0 Likes
677

Hi All,

I have an editable ALV created with OO concept, when i press the help button on a field it triggers the checks for the fields and throws the errors in a dialog box for all the fields thats empty or with error values and also along with that the help screen comes up.

I want to avoid the error messages when the user has just clicked help or F4 on a field and not save.I only want the help screen.

How to avoid the error checks.

Regards,

Abhishek

1 ACCEPTED SOLUTION
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
647

Hi,

Refer demo BCALV_EDIT_08

or

check this link:-

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b3d5e890-0201-0010-c0ac-bba85ec2...

Hope this solves your problem.

Thanks & Regards,

Tarun Gambhir

Edited by: Tarun Gambhir on Feb 3, 2009 3:53 PM

Hi All,

I have an editable ALV created with OO concept, when i press the help button on a field it triggers the checks for the fields and throws the errors in a dialog box for all the fields thats empty or with error values and also along with that the help screen comes up.

I want to avoid the error messages when the user has just clicked help or F4 on a field and not save.I only want the help screen.

How to avoid the error checks.

Regards,

Abhishek

4 REPLIES 4
Read only

Former Member
0 Likes
647

Hi,

Which class are you using?

You have to register the event of input hadling.

-Rick

Read only

0 Likes
647

HI,

I am using cl_gui_alv_grid and the registeration is also done for input handling.It works without flaw but the checks are also activated when i click on F4 i need to avoid that.

Regards,

Abhishek

Read only

0 Likes
647

Hi,

you can use mkethod F4 of class CL_GUI_ALV_GRID.

Here you have to pass only that field at which you require to F4 help.

-Rick

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
648

Hi,

Refer demo BCALV_EDIT_08

or

check this link:-

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b3d5e890-0201-0010-c0ac-bba85ec2...

Hope this solves your problem.

Thanks & Regards,

Tarun Gambhir

Edited by: Tarun Gambhir on Feb 3, 2009 3:53 PM