Hi Alberto,
You can get the reference to view as below
DATA LO_VIEW type ref to if_wd_view.
lo_view ?= wd_this->wd_get_api( ).
Hope this resolves your issue.
Regards,
Rama
Hi Alberto,
You can get the reference to view as below
DATA LO_VIEW type ref to if_wd_view.
lo_view ?= wd_this->wd_get_api( ).
Hope this resolves your issue.
Regards,
Rama