Skip to Content
0
Former Member
Nov 27, 2008 at 10:04 AM

component usage in POPUP

24 Views

Hy, I am using component usage in a Popup but the following error appears when I try to get the interfacecontroller.

DATA lo_interfacecontroller TYPE REF TO ziwci_net310_12_comp2 .

lo_interfacecontroller = wd_this->wd_cpifc_costumer_booking( ).

lo_interfacecontroller->showcustomers(

iv_customer_id = lv_customid " scustom-id

).

Component Usage COSTUMER_BOOKING Does Not Have an Active Component

everything has been activated and I used the same code before when I showed a component usage in a viewContainerUIElement instead of showing it in a popup.

what am I doing wrong?

thanks for help

luchticha