cancel
Showing results for 
Search instead for 
Did you mean: 

issue is OVS help

Former Member
0 Kudos

Dear Friends,

for one of the field, i have created ovs help ,

the scenario is if i have data in internal table( IT_ENAME), it should display in the list , if the itab( IT_ENAME) has no rows , it  should display an error message , it should not display list table

so  if my itab is initial.

i am by passing  the below method

i_ovs_data-m_ovs_callback_object->set_output_table(    output       = IT_ENAME       ). but i am getting the following dump

Could any one help me, how to display the error message

Thanks

Vijaya

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Vijaya,

You cannot bypass this phase co_phase_2, it is mandatory that you need to always set the output table.

Please refer the below document which explains how to handle the error messages on ovs

Regards,

Rama

Answers (0)