Component Usage ALV Does Not Have an Active Component
While developing a SAP Web Dynpro application using SE80 screen I experienced the following error message.
Component Usage ALV Does Not Have an Active Component
I was trying to display a context data on Web Dynpro table object using the following ABAP code:
I had managed to overcome this error by using "Embed View" option on Window screen as seen in following SAP Web Dynpro screenshot.
The "Embed View" command properties are as follows; Table as name, SALV_WD_TABLE as component of view and ALV as component usage as seen below.