<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Uncaught TypeError: this._getDialog(...).open is not a function in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918738#M4477333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Punith!&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I tried what you suggested. It gives 'file not found error'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 07:22:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-23T07:22:09Z</dc:date>
    <item>
      <title>Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaq-p/11918733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="margin: 13px 0 10px; font-style: inherit; font-size: 2em; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;Hello! I am getting this error in the browser. Uncaught TypeError: this._getDialog(...).open is not a function&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;The code is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline; color: #00ffff; background-position: initial;"&gt;index.html&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; sap.ui.localResources("controller");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; sap.ui.localResources("view");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; sap.ui.localResources("model");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; sap.ui.localResources("fragment");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; var app = new sap.m.App();&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; var page = sap.ui.view({&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; viewName:"view.DialogBox",&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; type:sap.ui.core.mvc.ViewType.XML&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; });&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; app.addPage(page);&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; app.placeAt("content");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline; color: #00ffff; background-position: initial;"&gt;view&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;lt;core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; controllerName="controller.DialogBox" xmlns:html="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background-position: initial;"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Page title="Employees"&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;content&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Table items="{/company/employee/element}" mode="SingleSelectLeft" id="empTable"&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;EMPLOYEE_NAME}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;DEPARTMENT}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;ROLE}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;EMAIL}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;COUNTRY}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;ZIPCODE}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{i18n&amp;gt;PAN}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/columns&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;items&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;ColumnListItem&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;cells&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{employeeName}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{department}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{role}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{email}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{country}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{zip}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Text text="{PAN}"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/cells&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/ColumnListItem&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/items&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Table&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Button text="Get" press="getRowdata"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/content&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Page&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;lt;/core:View&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline; color: #00ffff; background-position: initial;"&gt;controller&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;sap.ui.controller("controller.DialogBox", {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; onInit: function() {&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; var oModel = new sap.ui.model.xml.XMLModel();&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; oModel.loadData("model/empModel.xml");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; this.getView().setModel(oModel);&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; getRowdata: function(oEvent){&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; var oTable = this.getView().byId("empTable");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; console.log(oTable.getSelectedItem().getBindingContext().getProperty("employeeName"));&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; var oName = oTable.getSelectedItem().getBindingContext().getProperty("employeeName");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; this._getDialog().open();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; sap.ui.core.Fragment.byId("idFragment","idName").setValue(oName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; _getDialog: function(){&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; console.log("get");&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; if(!this.dialog)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; this.dialog = sap.ui.xmlfragment("idFragment","fragment.RowData",this);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; return this.dialog;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline; color: #00ffff; background-position: initial;"&gt;fragment&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;lt;core:FragmentDefinition&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; xmlns="sap.m"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; xmlns:l="sap.ui.layout"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; xmlns:f="sap.ui.layout.form"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; xmlns:core="sap.ui.core"&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Dialog&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;VBox class="sapUiSmallMargin" id="idFragment"&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;f:SimpleForm id="SimpleFormDisplay354"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; minWidth="1024"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; maxContainerCols="2"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; editable="false"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; layout="ResponsiveGridLayout"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; title="Address"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; labelSpanL="3"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; labelSpanM="3"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; emptySpanL="4"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; emptySpanM="4"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; columnsL="1"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; columnsM="1"&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;f:content&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Label text="Name" /&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;Input id="idName"/&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/f:content&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/f:SimpleForm&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/VBox&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;nbsp; &amp;lt;/Dialog&amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&amp;lt;/core:FragmentDefinition&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaq-p/11918733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918734#M4477329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishwarya ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check this.dialog is having the dialog object ...while debugging ..&lt;/P&gt;&lt;P&gt;And instead of returning ...this.dialog why not you open it in the function only ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.dialog.open()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Viplove&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918734#M4477329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918735#M4477330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viplove! Thank you for your response.&lt;/P&gt;&lt;P&gt;I consoled the dialog object on the console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE:&lt;/P&gt;&lt;P&gt;console.log("get");&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(!this.dialog)&lt;/P&gt;&lt;P&gt;&amp;nbsp; this.dialog = sap.ui.xmlfragment("idFragment","fragment.RowData",this);&lt;/P&gt;&lt;P&gt;&amp;nbsp; console.log("Dialog:: ", this.dialog);&lt;/P&gt;&lt;P&gt;&amp;nbsp; this.dialog.open();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it returned &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f {bAllowTextSelection: true, mEventRegistry: Object, sId: "idFragment--idFragment", mProperties: d, mAggregations: Object…}&lt;/P&gt;&lt;P&gt;i.e the dialog object is not null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also tried to open it in the function itself but itz the same error :&lt;/P&gt;&lt;P&gt;Uncaught TypeError: this.dialog.open is not a function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918735#M4477330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T06:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918736#M4477331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishwarya ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually this.dialog object which you mentioned above is not the dialog object it is fragment object .. dont know how come its returning the fragment , not the dialog .. if you check the sId its the fragment id ... can you check the aggregation of the object .. is it containing the dialog ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Viplove&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918736#M4477331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918737#M4477332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishwarya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code, &lt;/P&gt;&lt;P&gt;Can U try below and see the result,&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;&amp;nbsp; this.dialog = sap.ui.xmlfragment("idFragment",this);&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; background: #ffffff; color: #333333;"&gt;Puntih&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918737#M4477332</guid>
      <dc:creator>Punith_Babu</dc:creator>
      <dc:date>2016-09-23T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918738#M4477333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Punith!&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I tried what you suggested. It gives 'file not found error'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918738#M4477333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918739#M4477334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viplove!&lt;/P&gt;&lt;P&gt;Yes i checked the aggregation. It dosen't contain dialog object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918739#M4477334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918740#M4477335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishwarya , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its bit weird .. ok can you try to add the the dependent command , without that also it should work but try it this might help : &lt;SPAN class="kwd" style="color: #7f0055; font-weight: bold; font-family: 'Courier New', Courier, monospace; font-size: 14.4px;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;getView&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;().&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;addDependent&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14.4px; font-family: 'Courier New', Courier, monospace; font-weight: bold;"&gt;this.dialog&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600; font-family: 'Courier New', Courier, monospace; font-size: 14.4px; font-weight: bold;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also can you check your file name is &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RowData.fragment.xml in fragment folder &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Viplove &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918740#M4477335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T07:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918741#M4477336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aishwarya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its very clear that you are specifying wrong "idFragment", &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure "idFragment" should be asolute path of your Fragment in&amp;nbsp; your UI5 project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Punith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918741#M4477336</guid>
      <dc:creator>Punith_Babu</dc:creator>
      <dc:date>2016-09-23T08:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918742#M4477337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original fragment instantiation I can see into the provided code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;this.dialog = sap.ui.xmlfragment("idFragment","fragment.RowData",this);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So I think &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Aishwarya is already &lt;/SPAN&gt;using the right fragment name that can be loaded by the module system (&lt;SPAN style="color: #333333; font-size: 12px;"&gt;fragment.RowData).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;What it looks strange to me is that the same id is used for the fragment and for the dialog VBOX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;lt;VBox class="sapUiSmallMargin" id="idFragment"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I would try to change the VBOX id in something different, but I am not sure if this is the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Francesco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918742#M4477337</guid>
      <dc:creator>francesco_alborghetti</dc:creator>
      <dc:date>2016-09-23T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918743#M4477338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check one of the comments of her above , this.dialog is returning Vbox not the dialog .. thats strange ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Viplove&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918743#M4477338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918744#M4477339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;onOpenDialog &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_getDialog&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;().&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;open&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_getDialog &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="color: #3f7f5f;"&gt;// create dialog lazily&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;if&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(!&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_oDialog&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="color: #3f7f5f;"&gt;// create dialog via fragment factory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_oDialog &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; sap&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;ui&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;xmlfragment&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #2a00ff;"&gt;"&lt;SPAN style="color: #0000ff; font-family: helvetica, arial; font-size: 12px;"&gt;fragment.RowData&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;);//hear &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="color: #3f7f5f;"&gt;// connect dialog to view (models, lifecycle)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;getView&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;().&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;addDependent&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_oDialog&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;return&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #7f0055;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;_oDialog&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;see this example : at &lt;/SPAN&gt;&lt;A href="https://openui5.netweaver.ondemand.com/explored.html#/sample/sap.m.tutorial.walkthrough.16/code/webapp%252Fview%252FHelloDialog.fragment.xml" title="https://openui5.netweaver.ondemand.com/explored.html#/sample/sap.m.tutorial.walkthrough.16/code/webapp%252Fview%252FHelloDialog.fragment.xml"&gt;OpenUI5 Explored&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918744#M4477339</guid>
      <dc:creator>maheshgonda</dc:creator>
      <dc:date>2016-09-23T11:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Uncaught TypeError: this._getDialog(...).open is not a function</title>
      <link>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918745#M4477340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I tried running this project on another computer with run as "Web app preview". It runs fine. I am running it on Server since i am having some issues with eclipse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/uncaught-typeerror-this-getdialog-open-is-not-a-function/qaa-p/11918745#M4477340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-23T11:51:00Z</dc:date>
    </item>
  </channel>
</rss>

