Hi Team,
I have a scenario as under:
We have a context node with two attributes. MATNR and MEINS. These two are displayed on the view via binding. Standard search help is activated for MATNR. An OVS help is coded for MEINS because we want to show the valid units for the Material. When the user enters a Material, we read the Material in ON_OVS event and then select the valid units. The problem starts when there is no value in Material. The specific requirement is to not do anything when this is the case. Our application still shows a blank output table popup in this case. The users have to made additional clicks to close this popup window. They are asking, if we can completely eliminate this window and do nothing if the Material attribute is empty.
Please help how we can achieve this. Is this even possible? I exited out of the ON_OVS method in case the attribute is empty, but get a short dump "Method SET_OUTPUT_TABLE Cannot be called" because this method is mandatory in OVS. Any help will be much appreciated. Thanks for your time.