This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sap.ui.define([ | |
"sap/ui/core/mvc/Controller" | |
], function (Controller) { | |
"use strict"; | |
return Controller.extend("barcodescan.controller.barcode", { | |
onInit: function () { | |
var oViewModel = new sap.ui.model.json.JSONModel({ | |
number: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace testhana.hello.data; | |
@Schema: 'MYDT' | |
context mydata { | |
type SDate : UTCTimestamp; | |
type SString : String(40); | |
type LString : String(255); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global history */ | |
sap.ui.define([ | |
"sap/ui/core/mvc/Controller", | |
"sap/ui/core/routing/History" | |
], function(Controller, History) { | |
"use strict"; | |
return Controller.extend("com.bbraun.app.safetymaintenance.bbraunProcessSteps.controller.BaseController", { | |
/** | |
* Customize Show Change Log button to be on the right side |