Quantcast
Channel: SCN : Discussion List - SAP for Mobile
Viewing all 5806 articles
Browse latest View live

SAP FIORI MyShoppingCart data is not loading

$
0
0

Hi Experts!

 

We are implementing SAPUI5 MyShoppingCart Services embedded deployment with:

-ehp 3 for sap srm 7.0 sp07

-netweaver 7.4 sp07

-gateway 2.0


When we execute and tried to test the applications using FIORI Launchpad, we are able to access Track shopping cart successfully but having issue on accessing My Shopping Cart.


Below are the screenshot of each page:

 

Capture.PNG

 

We tried to compare the activity upon accessing the page, below are the Network screen prints of network activity:

 

Capture2.PNG

 

On the above screen prints MyshoppingCart page is not loading anything after accessing PersContainer and no data is displayed.

 

We used the below link for reference on My Shopping Cart:

http://help.sap.com/saphelp_fiorisrmx1_100/helpdata/en/87/02665205581457e10000000a445394/content.htm?frameset=/en/f0/01665205581457e10000000a445394/frameset.htm&current_toc=/en/a9/817952d690214fe10000000a445394/plain.htm&node_id=72


We already installed SAP SRM User Interface Add-on higher version than 1.0 SP02.

 

We are looking into the possible cause of this issue since we are not seeing any error apart the above network activity.

 

Any help on how the data consumption is performed in My Shopping Cart? And how can we triage this?

 

Thanks in advance!


Fiori launchpad logo not showing up

$
0
0

I'm following the documentation by Masa How to setup your company logo in SAP Fiori launchpad

 

When in Theme designer, I can see the logo is being updated but when I tried to launch fiori launchpad using the new theme, everything else used the new theme, with exception of the logo. I checked the property of the logo and open it on separate browser and got 404 error.

 

I invalidated the cache in /UI5/THEME_TOOL transaction. still have the same issue. Any idea on how to fix the issue?

 

This is the version I'm using:

UI Theme Designer:
Theme Designer Version         : 1.2.0
Theme Engine Version           : 3.1.2
SAPUI5 Version (Build)         :
Unified Rendering SAP Themes:
Changelist : 214928
Build time : Wed Mar 12 20:10:43 2014
SAPUI5:
Base Dir : /sap/public/bc/ui5/libraries/ver/1.20
Build Timestamp: :  201403111712
  Version: :  1.20.1

[Custom Fiori App]Two custom fields can't save for new opportunity in Opportunity App

$
0
0

Hi All,

 

I'm trying to add two custom fields(date type& pull down text type) in My Opportunities App.

I can load and edit custom fields.

But I can't save custom fields for new opportunity.


I'm trying to code S5Custom.controller.js and opportunityCreateContentBottomExtensionCustom.fragment.xml.


 

*S5Custom.controller.js *

(the function is overwritten)

   fill_dropDowns: function(s) {          /** overwrite function */        /* for custom field*/        var g = new sap.ui.model.json.JSONModel();        var h = {        SalesIntentions: [{                    LanguageCode: "JA",                    ProcessType: this.processType,                    SalesIntention: "",        }]        };        for (i = 0; i < 3; i++) {        h.SalesIntentions.push({                LanguageCode: "JA",                ProcessType: this.processType,                SalesIntention: ""+10*(i+1)+"",    })        };        g.setData(h);        this.byId('salesIntention').setModel(g, "json");    },   dataConfirm: function(r) {          /** overwrite function */           //custom            var o = new Date(f.parse(this.byId('datePickerCompletionDate').getValue()));            var f = o.getFullYear() + "-" + (o.getMonth() + 1) + "-" + o.getDate() + "T00:00:00";            var E = {                //custom                CompletionDate: f,                //custom                SalesIntention: this.byId('salesIntention').getSelectedKey(),

 

 

*opportunityCreateContentBottomExtensionCustom.fragment.xml*

 

<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m" xmlns:ui="sap.ui.layout" controllerName="cus.crm.opportunity.view.S5"
 xmlns:ca="sap.ca.ui"  xmlns:html="http://www.w3.org/1999/xhtml" xmlns:custom="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1">   <ui:form.SimpleForm id="form8" minWidth="1024"    maxContainerCols="2" editable="true" layout="ResponsiveGridLayout"    labelSpanL="3" labelSpanM="3" emptySpanL="4" emptySpanM="4"    columnsL="1" columnsM="1" class="editableForm">    <ui:content>     <Label id="completionDateLabel_S5" text="{i18n>COMPLETION_DATE}">     </Label>     <ca:DatePicker id="datePickerCompletionDate"      ></ca:DatePicker>    </ui:content>    <ui:content>     <Label id="salesIntentionLabel_S5" text="{i18n>SALES_INTENTION}">     </Label>     <Select id="salesIntention" items="{json>/SalesIntentions}" class="pos_input">      <items>       <core:Item key="{json>SalesIntention}" text="{json>SalesIntention}">       </core:Item>      </items>     </Select>    </ui:content>   </ui:form.SimpleForm> </core:FragmentDefinition>

 

 

1.New Opportunity

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-23-46_No-00.png

2.Select Save

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-23-52_No-00.png


3.Check Custom fields. Custom field can't save

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-25-45_No-00.png


4.Debug: the custom fields is stored in object

SnapCrab_Fiori Launchpad - Sandbox for application development - Google Chrome_2014-10-22_14-25-10_No-00.png


Kindly advice me proceed further.

Best Regards,

Yuki

Syclo Application with Bio-metric authentication

$
0
0

Hi All,

 

Does SYCLO applications support Bio-metric Authentication?

 

Thanks ,

Vino

 

Tags edited by: Michael Appleby

SAP Workmanager iOS APP require AgentryCert.p12 certificate?

$
0
0


Hi experts, We are getting very strange message when we launch the WM6.1 APP in ipad.

When launched, it ask for user/password and next the SMP server URL ending with SAPWM.

After that it is asking me for the AgentryCert.p12 file and password. Please see attached screen shot.

 

We have received the XCODE project from SAP and packaged it with our own Apple provisioning profile.

 

Appreciate any insight.

Thanks,

Sybase Mobiliser Platform - Credit Limit Request

$
0
0

Hi Experts,

 

I just have a theoretical question about the functionality of Sybase Mobiliser Platform.

 

Is there a possibility for a Credit Limit Request?

 

The high-level scenario is:

 

  1. Customer want to buy something
  2. With an App, the customer can ask his bank for a new credit limit
  3. Bank allows or even not (control)
  4. Bank tell the customer the conditions of the new credit limit

 

I still look at these documents: SyBooks Online , but it seems that there is no explicit functionality for my case.

 

I hope anyone can help me

 

Best Regards,

Tim

SAP Hybrid Web Container for Windows tablets

$
0
0

We have few apps that built for SAP HWC and for ipads. We are currently exploring windows 8.1 tablets. Is there a HWC for windows 8.1 tablet?

SAP Fiori Leave Request Approval App - Taskprocessing ConsumerScenarioCollection 'Tablet' - Error.

$
0
0

Hi All,

 

I am currently experiencing an issue with the implementation of the SAP Fiori Leave Request Approval App, whereby it throws the following error:

 

LRA.PNG

 

The Network log from the browser is as follows:

 

LRA2.PNG

 

I have looked at the other threads on this similar issue involving TASKPROCESSING, IWPGW and ConsumerScenrioCollection; and can confirm that these notes 1850312 and 1821503 do not apply to our system. Any ideas?

 

I thank you in advance and look forward to your responses.

 

Kind Regards,

Nilesh


Issues with Fiori Custom Theme

$
0
0

Dear All

We have built a custom Theme (Using Theme Designer) to be used for our Fiori Apps, however the theme does not work consistent and there are issues like element truncating out etc

 

1) The first time I access Fiori Apps with the theme, the Apps DO NOT load

error1.jpg

The error in the console ,

Uncaught TypeError: Cannot read property 'r' of null core-min-3.js:99sap.ushell.utils.handleTilesOpacity core-min-3.js:99a core-min-3.js:29a.fireEvent core-min-1.js:17a.fireEvent core-min-1.js:29(anonymous function) core-min-1.js:17sap.ushell.ui.launchpad.DashboardGroupsContainer.onAfterRendering core-min-3.js:51a._callEventHandles core-min-1.js:29a._handleEvent core-min-1.js:29f core-min-1.js:29R.flush core-min-1.js:29R.render core-min-1.js:29U.rerenderControl core-min-1.js:29a.rerender core-min-1.js:29U.rerender core-min-1.js:29k.renderPendingUIUpda

 

You hit F5/refresh the page, it works

error2.jpg

 

1) Filter options are truncated on IE

error3.jpg

The theme has been re-built multiple times.

 

SAP_UI is at 7.40 SP09.

 

sap.ui.version - 1.22.4

 

The latest theme designer Note has been implemented

  • SP09
    • SAP Note 2072730: UI theme designer for ABAP: Version 1.4.6
    • Requires SAPUI5 version 1.22.2

 

Any help is appreciated.

 

Regards

Sandip

configuration of connections for bi mobile app

$
0
0

Dear all,

 

I want to predefine a connection for the bi mobile app with a sapbi link.

 

Therfore the managed app configuration should contain the parameter conn.list.1. My problem is that the value that contains the sapbi link can not be saved.

 

2014-10-30 08_47_45-Afaria Admin.png

 

What is the problem here? Has it to do with the format of the link? In my opinion the value should be string value.

 

Best regards,

Daniel

SAP Fiori Timesheet: Missing functionality?

$
0
0

Hi There,

 

We are using  SAP Fiori Timesheet applications. While UI has already wowwwwed everyone, i am trying to fill in the gaps with obvious functionalists.  Moving away from ESS Timesheet application there seems to be loss of some of functionality, can you please confirm

 

1) Copy from Previous week

2) Save as favorite entry and apply to TimeSheet week

3) Planned working hours

 

A new option for "Quick Entry" or "Suggestions" is available. But they are empty in this case. I have seen few SDN post/questions to suggest that hrs can not be added to this list. I am looking for suggestions and inputs to minimize functionality gaps.

My Timesheet.png

Blank Suggesstion.png

Quick Entry.png

Our system components.

 

UIX01HCM1004UI for HCM Application
GBHCM00260013HCM Employee Requests (Leave)
GBHCM00360011HCM Manager Approvals (Time, Training, L
SRA0026006Time Recording OData Integration Component
SRA0106006Staffing List OData Integration Componen

Fiori My timesheet error

$
0
0

Hi,

 

I've implemented My Timesheet Fiori app.

But I'm unable to crete quick entry. I see the following error.

1.jpg

 

2.jpg

 

Could you please sugest the reason.

 

Thank you.

 

Best regards,

Olga

 

Tags edited by: Michael Appleby

Fiori My Timesheet Error

$
0
0

Hi,

We are facing a browser issue with My Timesheet Application. In chrome browser, when I try to navigate to create time entry view, the page loads but the progress bar is displayed on screen. Due to which i could not do anything. The app works fine for IE10 browser.

Fiori error.png

I have already cleaned browser cache,gateway cache and ECC cache.

There is no error at the console, app log or at error log.

We are on UIX01HCM SP04 & SRA002 SAPK-60005INSRA002

 

Please help.

 

Thanks,

Parth Jhalani

Agentry Add Transaction error

$
0
0

Hello experts;

 

I tried to add an transaction "myobject" it gave me an error "application error" when i push apply button. However when I add a transaction for player object it can be added. The only difference this 2 transactions player object collection fill from database player table then i can add new transaction. myobject have not any table just a collection which created by me and i got error. what is the problem ?

 

If I create a collection how can add an "add transection" and how can create a new object.

SAP FIORI MyShoppingCart data is not loading

$
0
0

Hi Experts!

 

We are implementing SAPUI5 MyShoppingCart Services embedded deployment with:

-ehp 3 for sap srm 7.0 sp07

-netweaver 7.4 sp07

-gateway 2.0


When we execute and tried to test the applications using FIORI Launchpad, we are able to access Track shopping cart successfully but having issue on accessing My Shopping Cart.


Below are the screenshot of each page:

 

Capture.PNG

 

We tried to compare the activity upon accessing the page, below are the Network screen prints of network activity:

 

Capture2.PNG

 

On the above screen prints MyshoppingCart page is not loading anything after accessing PersContainer and no data is displayed.

 

We used the below link for reference on My Shopping Cart:

http://help.sap.com/saphelp_fiorisrmx1_100/helpdata/en/87/02665205581457e10000000a445394/content.htm?frameset=/en/f0/01665205581457e10000000a445394/frameset.htm&current_toc=/en/a9/817952d690214fe10000000a445394/plain.htm&node_id=72


We already installed SAP SRM User Interface Add-on higher version than 1.0 SP02.

 

We are looking into the possible cause of this issue since we are not seeing any error apart the above network activity.

 

Any help on how the data consumption is performed in My Shopping Cart? And how can we triage this?

 

Thanks in advance!


Afaria7SP5 Enrollment server installation

$
0
0

Hi, I Fresh Install Afaria7 SP5.

In Enrollment Server Step , Instalaltion Screen asks me SSL Certificate.

I Use Afaria for ONLY ANDROID.

Do I need to pıint any certificate in this step?

Enrollment.JPG

Agentry List Selection Display Attributes

$
0
0

Hi,

 

On a CreateTransaction screen, there is a ListSelection field which includes "Location" objects such as "Office1","Office2"...

 

When display these objects on ListSelection field, display format is "Code-Value"". Code is LocationName and Value is Distance. Afterfirst transmit of application, ListSelection shows just four objects but on log files all objects are retrieved. After second tranmit, ListSelection shows all objects.


Location objects has a unique LocID key property. What is the difference between these tranmits?

 

 

 

Best Regards,

Serkan DEMIR

Will SAP Fiori work on a non-unicode ECC system

$
0
0

Hi everyone,

 

I had a quick question and looking forward to getting some help from the experts.

 

I understand that having a unicode system is a pre-requisite for SAP Personas, but will SAP Fiori work on a non-unicode system? Is this scenario supported by SAP?

 

Cheers,

Abhinav

Fiori Approval App - HTTP request failed - workitems 0.00

$
0
0

Hi all,

 

since today we have a problem with App "Approve shopping carts".

There are two items in the worklist

 

That shows an error

 

As the App was already running a few days earlier we don't have any idea what happend.

 

Any ideas? Thanks a lot.

 

Regards,

Özlem

OData Query optimization

$
0
0

Hi,

 

I am developing a Gateway OData service, and have one question I would like to clarify with you.

I have a requirement to send to the mobile device 10 different text tables (i.e. TVK1T, TVK2T, TVK3T, etc) using an OData web service.

I see two possible approaches for doing these:

 

1) Create 10 different entities, one for each table, where each of one will have two properties:

-Code

-Text

 

This way, I have to define a query operation for each entity and an RFC for each text table in the SAP Backend.

Then, the data can be retrieved from the mobile app using one $bacth request with 10 operations inside.

 

2) Create one entity that will have the fields:

- Table ID

- Code

- Text

 

This way, I can retrieve the data for the 10 tables using just one RFC I develop in the SAP Backend.

The mobile app just have to send one request containing one operation.

 

* In my opiinon, the second one is the best approach because the effort is much less than the first one, and it will be much more performant.

 

* In your opinion, What is the best approach to follow?

 

Best Regards,

Emanuel

Viewing all 5806 articles
Browse latest View live


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