2007 Aug 24 10:01 AM
Hi,
I have displayed the basic list.In the basic list i have created hotspot for cerain fields.If the value of that field is 0,then after clicking that field the popup should appear saying /no values exist'.It should not take me to next (detailed list).
Hi,
I have displayed the basic list.In the basic list i have created hotspot for cerain fields.If the value of that field is 0,then after clicking that field the popup should appear saying /no values exist'.It should not take me to next (detailed list).
2007 Aug 24 10:06 AM
Hi
Register ALV for a single click event
When the event occurs, it call a method(user defined). In that method, check if the value is 0 or not. If it is 0, display a messge that it do not have any values or display the detailed list.
Hope you understood this.
If u still have any doubts revert back to me
Regards,
Prasant
reward if helpful
2007 Aug 24 10:12 AM
2007 Aug 24 10:11 AM
2007 Aug 24 10:13 AM
I want to display detail list only if the field value is not equal to 0.