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

Fiori Timeshet Approval App Issue - No items are currently available

$
0
0

Hi All,

 

We have recently installed SAP netweaver 7.4 ABAP for Fiori as Front-end & existing Back-end ECC 6 EHP 6.

We are configuring standard apps Timesheet. All necessary components are in place for both systems.

We can submit timesheet but cant display the timesheet for approval in Timesheet approver app for manager.

 

Getting a message - No items are currently available.

Please suggest how to proceed.

 

1 more question as you can see below we have 16544 pending entries and we dont know where it came from.

Please help us in resolving same.


Agentry - Auto Two Column Layout

$
0
0

I am trying to create a transaction screen in Agentry with a two column layout.  Is there a way to do this without specifying the position for each field?  It appears to always move to the next row for each field.  I wanted it to alternate columns for each field in the manner shown below.

 

Column1    |    Column2

 

Field1        |    Field2

Field3        |    Field4

SAPUI5 Fiori - SAP__Origin error while local testing

$
0
0

Experts,

 

I'm facing the following error while testing locally my SAPUI5 application. I extended the MM_PO_APV module.

 

Uncaught Error: The segment {SAP__Origin} is required.

 

I get this error on browser console view, and the page S4 don't open. This page is the item detail of an Order.

 

If I test it on the SAP it works great. The problem happens only in local testing.

 

Do you know how to by pass this?

After complex table parameter changes getting error for Pernr for syclo configpanle

$
0
0

Dear All , I have made changes in syclo config panle in application parameter value from 720 to 0 . And that request copy from 100 client to 400 but then i am started getting error like you personal no not assign to your ID but my orders are assign based on 6-operation level . When i change complex table parameters changes then i can see below things are in customization request /SYCLO/MOBILEAPP_SETTING /SYCLO/CA000 /SYCLO/CA000P /SYCLO/CA000S /SYCLO/CA000X But after copy request in 400 cliant it stop working and asking perner not assing even though seeting is with 6-operation level workcenter . apart from that i have not done any changes . Can you please provide some suggestion ? its very critical situation for me and strage behavior. Thanks & Regards , Kunal Varaiya

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

SAP Fiori KPI Modeler not working

$
0
0

Hi Experts,

 

Please guide me to enable KPI modeler in Gateway

Current Gateway status:

NWGateway_SP.jpg

 

When I am trying to access KPI modeler through browser the tiles looks blank and non functional. No action can be performed in the KPI tiles through the Fiori launchpad link: http://<host>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=001&sap-language=EN#

KPI_Modeler.jpg

 

Any additional installations required to enable the KPI tiles?

 

Thanks!

Praveen.

SAP Fiori - My Timesheet error: invalid property DAY1

$
0
0

Hi folks,

we started service /sap/bc/ui5_ui5/sap/ui5_hcm_ts_man  out of SICF.

App looks good in browser. We are able to enter timedata e.g. Monday, 5 hours on some cost center.

As we want to send the data to backend it gives us an HTTP request failed error.

 

/IWFND/ERROR_LOG says: "Invalid property DAY1"

which is understandable after debugging because SEGW > SRA002_TIMESHEET > Data model > Entity types > TimeEntry > TimeEntryDataFields (with complex type TimeEntryDataFields) hasn't got any Field DAY1 in it.


So what to do? please help


EHP 7:

 

Component Release SP-Level

SAP_BASIS7400005
SAP_ABA7400005
SAP_GWFND7400006
SAP_UI7400008
PI_BASIS7400005
ST-PI2008_1_7100010
SAP_BW7400005
IW_FNDGC1000001
IW_GIL1000004
IW_PGW1000005
IW_SPI1000004
MDG_FND7470003
SAP_AP7000030
SAP_BS_FND7470003
WEBCUIF7470003
MDG_APPL6170003
SAP_APPL6170003
SAP_FIN6170003
SAP_HR6080004

Embedded image fails to execute a transaction in list tile view.

$
0
0

Hi Experts,

 

I have a requirement, where end user have to fill a form(Dynamic no. of questions load from SAP) by saying Yes/No before changing a particular status.

So our current design is as follows.

    

     1.  Created a Form object, which is a child collection(FormList) of operation Object and It's getting filled dynamically at the time of Get Workorder                fetch.

     2. Created a List tile view pointing to FormList collection.

     3.In side the List tile view created a detail screen, which contains questions(from Form List collection) and Yes, No(Push buttons) buttons.

     4.On click of Yes and No we call two different transactions, which updates yes/No value in the Form List collection.

     5.Finally we send the Form List collection to SAP by the help of a different transaction.

It's working perfectly fine as expected.

 

Now we are planning to use Yes/No image instead of standard push buttons. So we changed the Push button to Embedded Image edit typeand also bound the corresponding actions.

 

Issues :- The screen looks good and the transaction is also getting invoked. but the transaction is not getting executed successfully.

 

I guess the selected object(current object) is null when we click on the embedded image(Yes/No) on the list tile view.

 

PFA screen shot for the same.

 

We work on SAP Work Manager-6.0.

 

Please help me how can I proceed.

 

Thanks & Regards,

Sudhir


Error - Adding element with duplicate id with Launching Custom UI5 app from Fiori launch Pad

$
0
0

Fellow Members -  Custom UI5 application configured into the Fiori Launch Pad and able to launch successfully first time. However, when user click on "Home" button on the Custom Application to navigate back to launch pad and re-launch same application, application end up with error - "Adding element with duplicate id". Seem like some reason Controls don't get destroyed when application destroyed.

 

Was spent time looking into the issue and was end up with no luck.The error is simple and make sense but don't know the fix :-(

I am looking for thoughts & direction to fix the issue.

 

Happy Friday..

 

Tags edited by: Michael Appleby

Invalid configuration for catalog/Web dispatcher (Fiori Smart Business Cockpit)

$
0
0

Hi all,

 

For our smart business cockpits, we have following issue in our administration (launchpad):

 

 

When I check our console client, the only error that we see is following message:

2014-08-04 14:33:16 Base URL '/sap/hba/apps/kpi/s/odata/hana_chip_catalog.xsodata' already registered - sap.ui2.srvc.Factory

 

Does someone already saw this issue before? I noticed that we only have those issues on REMOTE CATALOGS.

 

Thx!

 

Regards,

Hans

 

Tags edited by: Michael Appleby

Report Quality Issue & My Quality Task - Fiori

$
0
0

Hi All,

         Can any one let me know the Web Location, where i can see the look and feel of the Fiori application that are related to (Report Quality Issue and My Quality Task).

 

Thanks

-Arun

cc: Masayuki Sekihara

Fiori launchpad designer: missing tile templates

$
0
0

Dear all,

 

We have installed the PPM Fiori apps on our system; we have managed to get these apps on the launchpad. Now we want to add a custom app to the catalog. If we start the launchpad designer and click on the catalog and then on the "+" to add another tile we should be able to select one of the 4 tile templates. However this page is completely emtpy.

 

Does anyone have a clue what is missing?

 

 

Kind regards,

 

John.

 

Tags edited by: Michael Appleby

Inventory Manager 4.0 (WM 1.0) ... Ean Code

$
0
0

Hi all,

 

In the mobile application  “Inventory Manager 4.0 (WM1.0)” , the material number manage inside the application and reading allowed is the SAP number material (MATNR). In our implementation, the code we want to be used for managing the material across the application and read with the scanner is the external  bar code that the suppliers set in their products (EAN11) and it not does match with the SAP number material , so it is not recognized by the application. Exist any way to configure it in the application? or Do I have to change the base functionality in order to include this requirement ?

 

Best Regards,

 

Mariana

 

CC: Jason LatkoMark PeOmar CandelariaManju VenkateshaStephen StreeterBill Froelich

Fiori Approve Purchase Orders error / PO not found for workitem

$
0
0

Hi All,

 

We are trying to implement the Fiori application Approve Purchase Orders, and we are experiencing the following issue:

 

After login the Launchpad, the launch tile of the app appears with 0 items to approve; then right after clicking to open the app, an Http request error appears (look at the first attached image). However, in the left side of the screen we can see 16 items with no header data visible (see first image), which indeed correspond to the PO to approve that the user has assigned. The workflow tasks IDs have been properly assigned through SPRO. I also attach the view of the errors in /IWFND/ERROR_LOG.

 

blog7.jpg

 

blog6.jpg

Here the detail of the issued error:

 

{"error":{"code":"GBAPP_APV_MSG/012","message":{"lang":"en","value":"Purchase Order not found for Workitem 000001428005"},"innererror":{"transactionid":"D8735FE44FC1F1CFA70C00155D8BA21D","timestamp":"20141029135951.9840000","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[{"code":"GBAPP_APV_MSG/012","message":"Purchase Order not found for Workitem 000001428005","propertyref":"","severity":"error"},{"code":"/IWBEP/CX_MGW_BUSI_EXCEPTION","message":"","propertyref":"","severity":"error"}]}}}

 

blog4.jpg

 

blog5.jpg

 

Any input regarding this issue would be extremely helpful.

 

Thank you very much and best regards,

 

Pau

Afaria 7 SP4 PL 13 schedule don't work

$
0
0

Hi Guru,

I have created a session policy with many channels, for some channels I have to schedule a start at night but this kind of scheduling doesn't work.

The problem is that in Afaria server log I can't find any ERROR or INFO or anything else about the problem.

I have applied the policy on the affected machines after the change on the policy, but the scheduled jobs doesn't work anyway.

 

 

Other session policies with schedule works fine, then where I can understand where is the problem?

Thanks.


Passcode reset - Afaria 7 SP5

$
0
0

Hi;

 

When a passcode policy is set on an enrolled device, is there a way of having this passcode reset incase the user has

forgotten their passcode or the only option would be  a hard reset? I have seen other notes referring to an option on the admin

console "Unlock-Clear Passcode", but I cannot find this option on Afaria 7 SP5. I have implemented sap note 2055140 but this does

not seem to make this option visible.

 

Thanks in advance!

 

Regards;

 

Sizo Ndlovu

Custom Workflows for Fiori

How will different time zones be handled in SAP Workmanager Mobile APP (what would be recorded as the completion time?)

$
0
0


Hi Experts : We are implementing SAP Workmanager 6.1 against SAP and have question around how time zone differences handled by the system.

 

When an order is created in the SAP system in CST time zone and released. The start time could be 8:00am CST

The technician is working in different time zone with a mobile device/workmanager app.

When a technician completes the work, he enters time eg. 14:00 EST.

How does the SAP Workmanager handle the timezone differences?

Which time gets recorded from the device?

 

Appreciate any thought.

Thanks,

Links getting disabled - Agentry SMP 3.0 SP4

$
0
0

Hi ,

 

We are  trying to implement  Inventory Manager 4.0.  When using Agentry Test Environment , even though the links in a particular screen , is made as 'Always

Enable', it becomes Disabled  in Windows CE (Pocket PC) Portrait mode, in all the available themes.


Is there any other way to make it enabled or Am I missing anything? Kindly suggest. I have provided screenshots for the same.

Extending Fiori Launch "Page"

$
0
0

Hi,

 

Our goal is to extend or customize only the look and feel of the old Fiori LaunchPage, no additional tile, ui control or feature is intended.

Unfortunately, upon following the Fiori extension guide, which states that downloading the source code via ABAP Team Provider and uploading them again to  Z* version of the namespace, the result was unsuccessful.

 

Is there any document related to customizing the look and feel of Fiori LaunchPage?

 

Thanks,

Gin

Viewing all 5806 articles
Browse latest View live


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