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/UIComponent" | |
], function(UIComponent) { | |
"use strict"; | |
return UIComponent.extend("demo.Component", { | |
metadata: { | |
manifest: "json" | |
}, |
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
FUNCTION z_nth_fibo_number. | |
*"---------------------------------------------------------------------- | |
*"*"Local Interface: | |
*" IMPORTING | |
*" VALUE(IV_INDEX) TYPE I | |
*" EXPORTING | |
*" VALUE(EV_FIBO_NUMBER) TYPE I | |
*" EXCEPTIONS | |
*" INDEX_LOWER_THAN_ZERO | |
*"---------------------------------------------------------------------- |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GistRun</title> | |
<script> | |
window["sap-ui-config"] = { | |
libs: "sap.ui.core, sap.m, sap.ui.mdc", | |
preload: "async", | |
async: "true", |