Quantcast
Channel: SCN : All Content - SAP Fiori
Viewing all 1807 articles
Browse latest View live

SAP FIORI client to android

$
0
0

Hi All

 

I have deployed a SAP FIORI client to android device using a MDM , Is there a way to customize a URL on the FIORI client ?


VM2938 Router.js:6 Uncaught TypeError: Cannot read property 'setHash' of undefined

$
0
0

I have made a Fiori application where in there are 2 pages . On the first page's button click it would navigate to page 2 . But when I click on the button I  am getting an error Cannot read property 'setHash' of Undefined.

Below is the code of my manifest.json for routing :-

 

"routing": {

        "targets": {

            "view1": {

                "viewName": "View1",

                "viewId": "V1",

                "viewLevel": 1

            },

            "page2": {

                "viewName": "Pge2",

                "viewId": "V2",

                "viewLevel": 2

            }

        },

       

         "config": {

            "routerClass": "sap.m.routing.Router",

            "targetsClass": "sap.m.routing.Targets",

            "viewType": "XML",

            "viewPath": "QuickStartApplication.view",

            "controlId": "app",

            "controlAggregation": "pages",

            "targetParent": "Page",

            "transition": "slide",

            "clearAggregation": false

        },

        "routes": [{

            "name": "view1",

            "pattern": "",

            "greedy": false,

            "target": ["View1"]

        }, {

            "name": "page2",

            "pattern": "next",

            "greedy": false,

            "target": ["Pge2"]

        }]

Can anyone help me with this?

Configuring Custom Fiori apps with LPD_CUST

$
0
0

Hello Experts,

 

I have one query regarding Launchpad Designing.In the Latest Version of Launchpad Designer , while doing target Mapping we have Application Type which is having the Option SAPUI5 Fiori App and SAP Fiori App using Lpd_cust.

 

From both the Application Types , we can do exactly the same thing , then what extra the Lpd_cust is providing. I did some research but could  not figure out the difference.

 

Regards,

Vikash

approve and reject not showing up in fiori my Inbox app

$
0
0

Hi Experts,

 

Approve and Reject buttons are not showing up in standard Fiori My Inbox application. I am able to see the tasks in the application but these buttons are not visible.

 

Are there configuration activities that needs to be performed at the backend (Currently, the tasks getting displayed is coming from the BPM system.) so that these buttons will be visible in application?

 

Kindly assist.

 

 

 

 

 

Thanks & Regards,
Varun V

How to remove approved Purchasr Requisition in FIORI

$
0
0

Dear Experts,

 

Please help me how to remove approved PR in our FIORI. I tried to retrigger the release strategy but it came worst. It doubles the item in FIORI. Then in SBWP the status is ready. And found out the processer username was deleted in task id. I add again the username in task id but i get the same result.

 

I hope you could extend help.

 

Thank you,

 

Bev

How do we connect Sap Hana view in Sap Fiori launch pad ??

$
0
0

Hi,

 

Can you please any one help me in this ...

 

How do we connect sap hana view in SAP fiori launch pad..

Cannot call service GBAPP_POAPPROVAL

$
0
0

Hello, gurus.

 

We faced a problem while trying to open PO approval throuh Fiori. The system shows Service GBAPP_POAPPROVAL can't be called, despite the fact it's activeated in front-end and back-end systems, as well as MM_PO_APV. The rfc connection is working while testing the connection, but other fiori functions says's that 'HTTP request failed' but it's different story... Aliases are configured as it's describet in ConfGuide.

 

I've red many threads about this mistake but none of the solutions helped us.

UIX01EAP1000009

 

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

Single gateway and multiple backend systems

$
0
0

Just have a quick question. We have a single gateway system with 2 clients and we want to point the 2 backend ECC systems each to its own client in SAP Front End Server(Gateway).  Is this correct approach or do you have any comments here.

 

Also more importantly can you advise how i can adapt web dispatcher profile to point two different entry points to two different backend systems. I have passed the client number within the URL but regardless its going to the same client. We are using basic authentication so the CLIENT argument we are adding to the web dispatcher paramter (wdisp/system_X) is not working and there is a note to that extent.  Is there any way around other than implementing this by having 2 web dispatchers ?

 

Regards

Kalyan


Hub Gateway, Fiori Launchpad tile to backend SAP GUI for HTML

$
0
0

Background

 

I am working on an S/4HANA implementation, configuring Fiori.

 

The landscape consists of the S/4HANA backend server and a stand-alone (Hub) Gateway server.

 

Users will log in to the landscape using Business Client 6.0.

 

They need to be able to access the Fiori Launchpad (hosted on the Gateway Hub) but also the SAP GUI for HTML which is hosted on the backend S/4HANA server.

 

 

Problem/Question

 

Users need to access the Launchpad (hosted on Gateway) and Web GUI (hosted on S/4HANA) from a single Business Client log-in. They should only log-in once. SSO.

 

Ideally when they open business client and log-in to the Launchpad they would then have a tile which launched Web GUI in another tab.

 

 

Other Information/Questions

 

We do not have the SAP Web Dispatcher configured at the moment. Do we need one in order to use Gateway as the single entry point to all S/4HANA screens? If yes, why, what does it do, and what can't we do if we DON'T use it? (Any links to guides for this would be appreciated if we need to configure this)

 

At the moment the WebDynpro apps aren't working from the launchpad, but this is believed to be due  to HTTPS not being enabled on S/4HANA, and the request is attempting to call the WebDynpro URLs on S/4HANA with HTTPS (rather than HTTP). The calls are being routed via the configured type H RFC, but are not obeying the "inactive" SSL part of the RFC. Once HTTPS is enabled I'll reattempt with SSL active.

 

I followed this guide to add a tile to the luanchpad which should load a webgui transation, but instead it attempted to access web gui on teh Gateway server (it didn't re-route the request according to the configuration in teh RFC/System Alias)..

Can Fiori Transactional apps be implemented without using trusted RFC connection?

$
0
0

Hi,

 

Can Fiori Transactional apps be implemented without using trusted RFC connection?

 

Best Regards,

Sid

My Account Extension issue

$
0
0

Hi,

 

I am extending the Standard CRM Transactional Application (My Account).In the very first view (S2.view.xml), on click of filter some of the fields need to be removed.

Please find below the screenshot of the view and filters marked as red need to be removed.

I tried the following code for this purpose , but its not reflected.

 

Component.js

customizing : {

  "sap.ui.controllerExtensions" : {

                                        "cus.crm.myaccounts.view.S2" : {

                                                    controllerName : "cus.crm.myaccounts.z_seaco_acc_ext.view.S2Custom",

                                                                                       },

                                                  }

 

                                                   },

"sap.ui.viewReplacements" : {

                                   "cus.crm.myaccounts.view.S2" : {

                                               viewName : "cus.crm.myaccounts.z_seaco_acc_ext.view.S2Custom",

                                               type : "XML"

                                               },

}                                             

},

 

S2Custom.controller.js

onBindingChange : function() {

    var title = undefined,

    selectedKey = this.getView().getModel("config").getProperty("/selectedKey");

    switch (selectedKey){

    case "MyAccount":

    title = "MY_ACCOUNT_TITLE";

    break;

    /*case "MyIndividual":

    title = "MY_INDIVIDUAL_ACCOUNT_TITLE";

    break;

    case "MyCorporate":

    title = "MY_CORPORATE_ACCOUNT_TITLE";

    break;

    case "MyGroup":

    title = "MY_ACCOUNT_GROUP_TITLE";

    break;*/

    case "All":

    title = "ALL_ACCOUNTS_TITLE";

    break;

    /*case "AllIndividual":

    title = "ALL_INDIVIDUAL_ACCOUNTS_TITLE";

    break;

    case "AllCorporate":

    title = "ALL_CORPORATE_ACCOUNTS_TITLE";

    break;

    case "AllGroup":

    title = "ALL_ACCOUNT_GROUPS_TITLE";

    break;*/

    }

 

}


Please let me know  any other alternative solution to do the same.

UI5- detail page load issue

$
0
0

Hi,

 

We were developing a custom app.

We were able to hit and fetch the data from back end.

 

Whenever we select an item from Master List, its corresponding Detail List item is displayed.

But the issue is,

 

The Detail List has an information button and its corresponding data. It opens and close alternatively for each click in the Master list Item.

 

say for example, (Based on below mentioned picture)

If we click an Item in Master list(20003771), its corresponding detail list is loaded with with all the information visible (not hidden)

If we click another Item in Master list(20003772), its corresponding detail list is loaded but the values are hidden. We manuaaly need to click the information button to see all the information.

If we click another item it works perfectly.(20003790)

(i.e)

For alternative clicks (1,3,5,etc..) it works. But for (2,4,6 ...) clicks we need to manually open the item by pressing the information button.

 

 

Capture.JPG

Has anyone faced these sort of issues before ?

Kindly let-me know if you have any idea on this.

 

Thanks,

Babu

After downloading standard App in local system its not showing anything in eclipse

$
0
0

Hi Experts,

 

I have downloaded CRM based App Myaccount into local system using report /UI5/UI5_REPOSITORY_LOAD , however after importing the same into Eclipse Mars when i try to test . It comes up with Blank Blue screen ( basic theme) .I checked the Configuration.js file in eclipse is also empty.

kindly suggest where i going wrong  and how can i make it working in eclipse.

 

Regards

Ravneet

Adding Extension Point to Fiori project

$
0
0

Hi All,

 

My requirement is to add extension point to Fiori project. I know how to add extension point to view. Can anybody tell me how to add it to a controller ?

 

Thanks & Regards,

Shruthi M.R

Fiori Launchpad SSO

$
0
0

Hi experts,

 

I know this is a old question, but did not found my wanted from others threads.

My case is, after login SAP GUI of Gateway Hub system(abap server), i open TCODE '/UI2/FLP',

popup the logon webpage asking my type the username&password.

But i do not wanna type the username&password again(SSO).

 

How to achieve this?

From SAP HELP page, it only ask me execute task "SAP_SAP2GATEWAY_TRUSTED_CONFIG",

but it not works. The version of hub system is 740 SP14.

 

Any advise? thanks.

 

BRs,

Archer


Smart Business App Installation

$
0
0

Hi,

 

I want to implement some smart business apps in Fiori. I already installed the required backend and frontend components. But I want to know how to add those applications to the fiori launchpad. Please let me know if there is any step by step guide to implement.

 

(I'm trying to implement Total Receivables)

Browser Information for Android Platform

$
0
0

Hi,

 

I have a questions related to browser on android platform to run custom/standard Fiori Apps.

 

Is Mozilla Firefox a supported browser to run Fiori apps on android platform? If yes, which version?

 

I tried to find this information on internet but it was more or less confusing. I also found a note 1935915, but it does not clearly say anything about Mozilla Firefox. It is also not clear which browser/browsers are considered under 'Android Browser' (column 6)?

 

Any input on this is highly appreciated

 

Thank you!

Integration between ECC and SAP Fiori

$
0
0

Hello All,

 

In our architecture, the WO status updates are happening from UI5 or Fiori app.

User logs in to fiori app and udpates status (e.g enroute, onsite etc.), which updates in WO.

 

 

I want to know, what is the integration between ECC and FIori.

e.g. if a user udpates status at 12PM, but it has not updated in ECC. How can i check at what stage it is failing.

 

 

 

Just lilke we check idocs / proxy for messages coming from non ECC system to ECC.

Similarly where can I check flow between Fiori and ECC.

 

 

 

Thanks,

Piyush

Cannot call service with URL: Fiori Inbox Extension

$
0
0

Hi Experts,

 

I am doing an extension of the standard Fiori Inbox application in local machine with the help of eclipse, I have done all the steps as per the document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20dbf542-f3e7-3110-a6b8-ebb96b57c4e8?QuickLink=index&…

 

Still I am unable to fetch the data through Odata call on the Gateway and getting following issue:

Error.JPG

Anybody has any idea about this, also let me know in case any more information is required

 

Regards,

Devaarth

S/4HANA FLP WebDynpro APP directly go to URL of backend server

$
0
0

Hi experts,

The My Account Bank Worklist Web Dynpro App is configured according to Fiori app reference library (LPD_CUST has been configuration to use HTTPS connection to the backend).

We use HTTPS connection to the backend server (central hub environment, S/4HANA OP1511 FPS 02). Whenever clicking this APP in FLP, I see an emtpy screen. In web consule of Google Chrome, the following error is shown:
https://backend_server_hostname:backend_HTTPS_port/url
Failed to load resouce: net: ERR_INSECURE_RESPONSE


I can open this backend url with new tab and adding exception for certicate in Google Chrome.

However, we only want to public web dispatcher hostname and its HTTPS port to end users not backend server related hostname and port, how to fix this issue?

Regards,

Ning

Viewing all 1807 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>