SAPUI5 Fiori Create an Extendable Fiori ApplicationSAP Fiori application development in angular?Weird behavior while Suppress “Bookmarks” button in SAPUI5, FioriExtending sapui5 applications: How to hide a field inside a fragment?SAPUI5 Fiori Launchpad mapping/routing failureSAPUI5 version on Fiori Launchpad on HANA Cloud PlatformSAPUI5 draw dynamic gridSAP WEB IDE - How do I include the Mobile Project Type on existing SAPUI5 apps?How to extend the translation?Add Custom SAPUI5 Library to SAP Cloud Platform Fiori Launchpad (Portal Service)SAP Fiori can not create geocoder constructor on the first view call
A variation to the phrase "hanging over my shoulders"
How many arrows is an archer expected to fire by the end of the Tyranny of Dragons pair of adventures?
Biological Blimps: Propulsion
"It doesn't matter" or "it won't matter"?
Doesn't the system of the Supreme Court oppose justice?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
Why Shazam when there is already Superman?
Is there a RAID 0 Equivalent for RAM?
How would you translate "more" for use as an interface button?
How does electrical safety system work on ISS?
US tourist/student visa
What to do when eye contact makes your coworker uncomfortable?
C++ check if statement can be evaluated constexpr
Is it allowed to activate the ability of multiple planeswalkers in a single turn?
Strong empirical falsification of quantum mechanics based on vacuum energy density?
What is going on with gets(stdin) on the site coderbyte?
What kind of floor tile is this?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Shouldn’t conservatives embrace universal basic income?
Why should universal income be universal?
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Creating two special characters
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Is it necessary to use pronouns with the verb "essere"?
SAPUI5 Fiori Create an Extendable Fiori Application
SAP Fiori application development in angular?Weird behavior while Suppress “Bookmarks” button in SAPUI5, FioriExtending sapui5 applications: How to hide a field inside a fragment?SAPUI5 Fiori Launchpad mapping/routing failureSAPUI5 version on Fiori Launchpad on HANA Cloud PlatformSAPUI5 draw dynamic gridSAP WEB IDE - How do I include the Mobile Project Type on existing SAPUI5 apps?How to extend the translation?Add Custom SAPUI5 Library to SAP Cloud Platform Fiori Launchpad (Portal Service)SAP Fiori can not create geocoder constructor on the first view call
I've created a custom SAPUI5 Fiori application and I need to provide extendability to my custom application.
I've seen many posts about creating extension applications for Fiori Standard applications
What is the procedure to convert my custom application to an extendable application? And how to create an extension app for my custom app.
And what are the facts that I need to consider when creating the custom application to allow extending it?
sapui5
add a comment |
I've created a custom SAPUI5 Fiori application and I need to provide extendability to my custom application.
I've seen many posts about creating extension applications for Fiori Standard applications
What is the procedure to convert my custom application to an extendable application? And how to create an extension app for my custom app.
And what are the facts that I need to consider when creating the custom application to allow extending it?
sapui5
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51
add a comment |
I've created a custom SAPUI5 Fiori application and I need to provide extendability to my custom application.
I've seen many posts about creating extension applications for Fiori Standard applications
What is the procedure to convert my custom application to an extendable application? And how to create an extension app for my custom app.
And what are the facts that I need to consider when creating the custom application to allow extending it?
sapui5
I've created a custom SAPUI5 Fiori application and I need to provide extendability to my custom application.
I've seen many posts about creating extension applications for Fiori Standard applications
What is the procedure to convert my custom application to an extendable application? And how to create an extension app for my custom app.
And what are the facts that I need to consider when creating the custom application to allow extending it?
sapui5
sapui5
edited Mar 8 at 19:19
Jaro
1,58011124
1,58011124
asked Mar 7 at 5:05
tarzanbappatarzanbappa
2,871104574
2,871104574
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51
add a comment |
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036451%2fsapui5-fiori-create-an-extendable-fiori-application%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036451%2fsapui5-fiori-create-an-extendable-fiori-application%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can create an Extension App in the Web IDE for SAP UI5, see here: blogs.sap.com/2015/03/03/…
– Nathaniel Flick
Mar 7 at 5:12
@NathanielFlick thanks.. what I need is to extend my own custom application using an extension app
– tarzanbappa
Mar 7 at 6:02
I try to understand the issue: You have developed your own custom app, deliver it to several “customers” of yours, who are going to apply some specific individual modifications each on their own ? You want to achieve extensions similar to what is described in this document using Extension Points and UI controller hooks.
– SAP Fiori Crew
Mar 11 at 10:50
@SAPFioriCrew exactly
– tarzanbappa
Mar 12 at 6:51