2009년 10월 05일
Component Reuse
Data: lo_cmp_usage type ref to if_wd_component_usage,
lo_interfacecontroller type rf to ziwci_net310_comp_s2.
lo_cmp_usage = wd_this->wd_cpuse_alv_flight( ) .
if lo_cmp_usage->has_active_component( ) is initial.
lo_cmp_usage->create_component( ) .
endif.
lo_interfacecontroller = wd_this->wd_cpfic_customer_comp_usage( ) .
lo_interfacecotroller->showcustomer(
iv_customer_id = lv_customid ) .
lo_interfacecontroller type rf to ziwci_net310_comp_s2.
lo_cmp_usage = wd_this->wd_cpuse_alv_flight( ) .
if lo_cmp_usage->has_active_component( ) is initial.
lo_cmp_usage->create_component( ) .
endif.
lo_interfacecontroller = wd_this->wd_cpfic_customer_comp_usage( ) .
lo_interfacecotroller->showcustomer(
iv_customer_id = lv_customid ) .
# by | 2009/10/05 20:59 | Webdynpro | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]