메뉴 건너뛰기

SAP 한국 커뮤니티

Ch23. 21번 GET_EXPANDED_ENTITY

감자깡 2025.09.22 11:04 조회 수 : 0

  METHOD /iwbep/if_mgw_appl_srv_runtime~get_expanded_entity.

    TRY.
        CALL METHOD super->/iwbep/if_mgw_appl_srv_runtime~get_expanded_entity
          EXPORTING
            iv_entity_name           = iv_entity_name
            iv_entity_set_name       = iv_entity_set_name
            iv_source_name           = iv_source_name
            it_key_tab               = it_key_tab
            it_navigation_path       = it_navigation_path
            io_expand                = io_expand
            io_tech_request_context  = io_tech_request_context
          IMPORTING
            er_entity                = er_entity
            es_response_context      = es_response_context
            et_expanded_clauses      = et_expanded_clauses
            et_expanded_tech_clauses = et_expanded_tech_clauses.

      CATCH /iwbep/cx_mgw_busi_exception .

      CATCH /iwbep/cx_mgw_tech_exception .

    ENDTRY.


  ENDMETHOD.