cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:OVS

Former Member
0 Kudos

Hi Friends,

In my Application i have this OVS Input help Service.

When i click that Button there is a sub-screen being Populated.In this window we need to select the required field.

My requirement is such that when there is no data in the OVS screen i need to show a message such that "there is no data".

Please let me know if its possible to add this message in OVS screen so that the user can understand that the field is empty.

Thanks and regards,

Chandrashekar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can try to do this in the onquery method.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

I had tried for the same in onquery method ,but i am unable to get the result.

I am getting nullpointexception for the same.

Can anyone help me out in this regard.

If possible can i get the sample code for showing the message when there is no data in the OVS.

Thanks and regards,

Chandrashekar.

Former Member
0 Kudos

Hi,

I had tried for the same in onquery method ,but i am unable to get the result.

I am getting nullpointexception for the same.

Can anyone help me out in this regard.

If possible can i get the sample code for showing the message when there is no data in the OVS.

Thanks and regards,

Chandrashekar.

Former Member
0 Kudos

Hi chandrasekhar,

You can check the size of the output node you are getting from the BAPI in the onquery method to check whether there are any records matching the search criteria.

Regards,

Smita