Quantcast
Channel: SCN : Unanswered Discussions - SAP for Mobile
Viewing all 5512 articles
Browse latest View live

Approve Leave Request App

0
0

Hi Masa,

            I get below error when opened Approve leave request app from launch pad:

 

Error1.png

On Backend system found:

error2.png

 

UI version 1.24.3

GBHCM003-600-SP11

Can you suggest what might be the issue here ?

 

Thanks,

Srikanth M


How send PUSH notifications to Android on closed Wifi network (no internet connection)

0
0

Hello,

How I could send PUSH notifications to Android on closed Wifi network (no internet connection) with/without SMP 3.0.

 

Thanks

Jan

sap.m.Panel background

0
0

Hi experts!

 

There is a way to let the sap.m.Panelbackground transparent, like the library sap.ui.commons.Panel ? There they can use areaDesign property, but it does not exist in sap.m libs...

 

Regards!

Error while posting TECO from mobile device

0
0

Dear Experts,

 

We are working on mobile solution for plant maintenance.

 

while doing the TECO for the maintenance order from the mobile device we are getting the below error.

 

Error1.png

 

This error does not pop up while doing TECO in the R/3 (backend)

 

Can you people help.

Fiori extension, component.js not found

0
0

Hello gurus,

I have problem with testing of fiori extension in sandbox.

Localy test.

 

 

 

I made leave request extension and now I am trying to test it localy. But when I click on

LEAVE REQUEST EXTIONSOON, only this blue screen appeared.

Here is project in eclipse.

 

 

There is a similar problem discussed on this forum, but it was not solved I think.

 

Can you help me.

 

Message was edited by: Michael Appleby

ODataNetworkException while opening offline odata store

0
0

Hi,

 

I am looking into the Offline OData functionality available since SMP 3.0 SP04. I have created an Android client which is able to register itself to the SMP server using an application ID that has been configured to use offline odata functionality.

 

After registration, the offline store is opened for the first time using offlinestore.openStoreSync(options). This call throws an ODataNetworkException:

 

com.sap.smp.client.odata.offline.ODataOfflineException: [-10060] An error occured while performaning a syncrhonization. Reason: -857 (ERROR) %1:[-10255] Message: Failure occurred while executing user supplied code

 

Any ideas how to solve this?

 

Kind regards,

Mike Overmeijer

UI Theme Designer - Theme Repository could not be read!

0
0

Hi,

 

We are currently setting up our UI Theme Designer. Unfortunately, we weren't able to access or load the default themes for theming.

I've already checked the services related to UI Theme Designer and they are all activate.

We also have the latest patch and SP for the Theme Designer, already applied this SAP Note 1901147 in trying to fix the repository error.

I also corrected the URL Theme parameters (sap-client, sap-themeroot, sap-webdav-themeroot) to match the server protocol and URL.

But the error still persists, and the console displays the following log:

 

Issue One.png

 

Is there any additional configuration needed or role needed to be assigned to my user?

Or is there a SAP Note related to this error?

 

Thanks,

Gin

Syclo Work Manager 6.1 over SMP 3.0 connecttest.bat exception

0
0


Hello,

I installed SMP 3.0.4 and ABAP Add-on on the back-end. Then I installed Work Manager application (actually, Customer Service 6.1.1.0).

I created the application on SMP as an agentry application. Authentication method is "No Authentication Challenge". App Specific Settings remained as default.

 

After that I wanted to test connectivity with the connecttest.bat script. I get the following error:

 

connecttest.png

 

I tried editting JavaBE.ini file and filling the fields beneath [TEST_LOGON]. Fields UID and UPASSWORD, but the script uses the SERVICE_LOGON anyway.

By the way, I cannot find agentry.ini file anywhere.

Moreover, when I open url http://<smpserver>:8080/SAPWM_CustServ on a browser I get an empty page.

 

Your help would be appreciated.

Thanks.

Leonardo.


Fiori configuration issue

0
0

Hello Guru's

 

I have a small issue. This is my setup

 

ERP EHP6 --> I installed all G* and SRA* addons for Fiori

 

My Gateway is fresh install of NW 740 SR2 with U* addons for Fiori

 

I setup RFC from Gateway to ECC. SSO2 is setup done, trusted RFC is ok. RFC test is working fine.

 

Also I created the system Alias from GW system to ERP ---> SPRO -> NW -> Odata --> config --> connection set -->  manage system aliasas --> create a new entry for EHP6 system will correct RFC (Local GW unchecked and For local App checked )

 

I created other pre-requisite setups.

 

This where I am stuck --> This step is not working -->

http://www.youtube.com/watch?v=dJloQd5d2EQ

 

All previous steps went fine

 

I am not able to pull any of the external service from the System Alias of ERP from Tcode /iwfnd/maint_service. This is my issue

 

Any clues?

 

I tried the services, SRA016_PRICE_AVAIL_SRV ..When I click get service, it doesnt give any error, just blank

 

Thanks

Not able to add more than 10 materials in physical inventory document

0
0

Hi,

 

In SAP Inventory Manager 3.2 i am not able to add more then 10 material items in physical inventory document. .

 

The Item number does not increase above 10 and it shows error "Target (id) already exists for transaction materialAdd".

 

 

Please suggest.

 

Best Regards,

Sayed

Cannot see Travel requests in Fiori

0
0

Hello experts,

 

I am using the standard SAP task and i am able to trigger the workflow when travel request is created and it goes into my SAP inbox. I can also see that there are a number of approvals pending on my travel request approval Icon ( on the launch pad screen but when i go into the app, i do not see the travels items. Please let me know if there could be an issue.

 

travel 1.JPGtravel 1.JPG

how to assign data to itab

0
0

if suppose i have 2 input fields at selection screen

plant is from vbap mandt (ranges)

kunnr is from vbak (ranges)

 

fields i have to fetch from vbap is

vbeln, matnr,netwr,werks

 

fields from vbak tables are

vbeln,auart,kunnr

 

two itabs : itab1, itab2.

fianl itab: itab3

 

my o/p should be like dis

vbeln from vbap

matnr

netwr

werks

auart (vbak fields)

kunnr

 

when user enters plant directly i will fetch my data through

select vbeln, matnr, netwr, werks into table itab 1 from vbap where werks in my_werks.

 

one  more select query

select vbeln auart kunnr into table itab2 from vbak where kunnr in my_kunnr

 

now i want to move this both itab1 and itab2 record to my itab3 by removing duplicate value (i know the command remove adjcnt duplct value)

the thing is i want to know how to assign itab 1 record and itab2 into itab3 no duplicate records only unique

which finaly im assign itab3 to alv o/p

 

 

 

note i dont want to use joins i have more fields and 4 other tables im just taking example

Custom Theme issue with sap fiori Launchpad

0
0

Hi;

 

I have created a custom theme copying the standard blue crystal theme and not changing anything other than logo.

But some of the apps are not working properly with the custom theme.

Approve Leave request, approve travel request and other approve applications are giving loading animation but nothing is getting loaded.

If we run the launchpad without the custom theme then all the apps are working fine.

I tried finding something relevant in Developer tool on IE but dint get anything.

 

error_customtheme.JPG

 

Could anybody please suggest on this.

 

Regards,

Sarbjeet Singh

Android OpenUI code not triggered

0
0

Hi,
 

We have a created an Android OpenUI code to display WorkOrder data in a custom control.But when we run the app the OpenUI code is not executed. We had debugged and observed no exceptions or log messages.
 

We have followed the steps as per OpenUI API documentation and sample (MyCollectionDisplayAdapter).


Android

  1. Created a OpenUI adapter class based on CollectionDisplayAdapter
  2. Returned a custom view in the getView method
  3. Packaged the class in package com.sap.mobile.platform.client.openui.extensions
  4. We bundled the custom class using AndroidClientSolution project provided in OpenUI SDK
  5. Created a new APK file for Android agentry client

 

 

Agentry(Attached screenshot)

  1. Created a Field in a screen
  2. Set the Field Definition as “External Field”
  3. Set Field Style as Default
  4. Set the external field class name: WOLocationDisplayAdapter (Custom Display adapter class we had created)
  5. Set the Agentry value with the WorkOrder collection object


Software version

OpenUI SDK : SMP 3.0 SP05

WM 6.1

AndroidAgentryClient v7.0.5.7

Android version: 4.4 KITKAT

 

Please let us know if we are missing anything.

 

Appreciate your help.

 

Regards

Zak

how can we use the user's logon language maintained in the user profile in SAP (SU01) language, date format, etc.., as the language for Fiori apps?

0
0

Hi Expects,

 

How can we use the user's logon language maintained in the user profile in SAP (SU01) language, date format, etc..,   as the language for Fiori apps?

 

Is there any way to achieve it.

 

Thanks in advance

Ravi Varma


code page / coding problem during passing text from GW to UI5 app

0
0

Hello,

 

The problem is when i am passing text from GW to UI5 app.

 

“Prüflos” is written as“Pr#flos”


Ui5 app coding is Utf-8

Sap internal coding i dont know now.


Any idea how to conwert this  ?



Thank from mountains

Lucas

Is CRM Service Manager application available on the Windows Store?

0
0

Hi All,

 

 

I am working on Service Manager 4.1 application on Windows 8 platform.

 

If I want to install the application or to be more precise the client on the windows 8 tablet , Can I find this in the windows app store or do we need to install this manually ?

 

Please guide.

 

Thanks

Neha

Sybase Cache Group - Purge data

0
0

Hi All,

 

I have SUP2.1.1 server and have a schedule cache group mbo. The default.db consist of 3GB data.

 

Recently I notice the server performance is a bit slow and errorlog.txt displayed "default.db consists of nn disk fragments".

 

I wonder whether the default.db is too large or I should purge the schedule cache group?


May I know what is the best practice to maintain the cache group? and when/what is the reason we should purge the cache group?

 

Thank you.

 

Regards

Choong

Getting Error in Kapsel while accessing data from odata source using logon Documentation

0
0

I have been following the document for kapsel logon. And getting error while trying to access data from odata source. You can receive attachment to see the error. This error comes while i click on read button.

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.

Viewing all 5512 articles
Browse latest View live




Latest Images