SAP.common.defineNS("SAP.CR.InProcReportSource", function (reportId, ebisId, productLocale, docLocale) { this.getReportId = function() { return reportId; }; this.getEBISId = function() { return ebisId; }; this.getProductLocale = function() { return productLocale; }; this.getDocLocale = function() { return docLocale; }; });