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

ALV--popup

Former Member
0 Likes
587

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).

4 REPLIES 4
Read only

Former Member
0 Likes
568

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

Read only

0 Likes
568

Hi,

I would appreciate if u provide me some sample code

Read only

Former Member
0 Likes
568

hi,

Are u using Classical ?

Read only

0 Likes
568

I want to display detail list only if the field value is not equal to 0.