메뉴 건너뛰기

SAP 한국 커뮤니티

Ch23. 03번 Base Controller 설정

감자깡 2025.09.22 17:29 조회 수 : 0

    

sap.ui.define([

    "sap/ui/core/mvc/Controller",

    "sap/ui/core/UIComponent"

],

function (Controller, UIComponent) {

 

 

....

 

 

        getRouter : function() {

            return UIComponent.getRouterFor(this);

        }