Questions tagged [sap-smp]

SAP Mobile Platform (SMP), Formerly Sybase Unwired Platform (SUP)

SAP Mobible Platform is the current generation of the Sybase Unwired Platform. SMP is a development environment and a runtime platform to assist developers in building applications for mobile devices.

SAP's primary strength is that it provides both online and offline support for mobile applications, using an underlying DB replication system to keep synchronized copies of data on the mobile device.

The software has a developer component (written inside of Eclipse) and a runtime component for either Windows or UNIX systems.

There is more information on the SAP website, and developer resources available on the SAP Community Network

48 questions
1
vote
1 answer

SMP 3.0 SDK : Agentry Toolkit : How to use Agentry toolkit in your app?

I am new for SAP Mobile Platform (SMP 3.0). As per my basic research, I came to know that 'Agentry Toolkit' is one of the component of SMP 3.0 SDK. I installed SMP 3.0 SDK. Can anyone help me to describe what is actually 'Agentry Toolkit' & How to…
Ganesh AB
  • 4,652
  • 2
  • 18
  • 29
1
vote
0 answers

How to setup Push Notification in SMP3

I am working on setting up push notification in SMP3. I have created an app in the cockpit and also I have set the Sender ID and API Key. But I am unable to find what to do now. Do I need to write some code in my app too? Also how to push the…
Aishvarya Jaiswal
  • 1,793
  • 6
  • 34
  • 72
1
vote
0 answers

Sybase SMP 2.3.4 synchronization error x86 processor (SG Tab 3 10.1)

I am developing a hybrid application that connects to Sybase through a WebView. When the application is synchronized for the first time there is no problem. Everything is correct. It is the second time that it causes a "FATAL ERROR SIGNAL 11".…
Modus
  • 21
  • 2
1
vote
1 answer

Unable to connect to SMP 2.3 via Relay Server - iOS App

I am getting Error code 516 while synchronizing data in iOS app from SMP 2.3. The device gets registered and then the app does not move forward to home screen. The log file shows following error in Xcode : SUPConnectionStatus_DISCONNECTED, code =…
abhhab
  • 253
  • 2
  • 6
  • 22
0
votes
1 answer

Alignment issue in SAP Work Manager (Agentry)

AGENTRY-IPAD deployment I am trying to add a new custom field under notification details in "workorderdetailscreen(Ipad)", But when I set the alignment, it is showing up slightly below the required position overlapping on the below field(not…
0
votes
0 answers

FunctionImport throwing 500 internal error

We have an old application written in objective-c using SMP framework SMP 3.0 SP12, and backend being SAP SMP Odata services, it's an offline based application but few functionalities only work in online mode. We are able to establish a connection…
Tushar Sharma
  • 2,839
  • 1
  • 16
  • 38
0
votes
1 answer

Cordova ios plugins Failed after build complete when app loading in xcode

Loading XCodewe are getting this error. Any solution? FAILED pluginJSON = ["AuthProxy1342781311","AuthProxy","initWebStrategies",[]] 2020-01-24 12:59:00.432213+0530 myJobCard[23188:330651] ERROR: Plugin 'StatusBar' not found, or is not a…
0
votes
1 answer

net::ERR_CONNECTION_REFUSED (WEB PAGE NOT AVAILABLE) IONIC V4 APP

i am added kapsel plugins to my ionic app.and generated build and installed apk in app.i am getting this error web page at http://localhost/smp/ui/iab.html could not be loaded because: net::ERR_CONNECTION_REFUSED ionic cordova plugin…
0
votes
0 answers

{"The type initializer for 'SAP.Logon.Core.LogonCore' threw an exception."} Unable to create the store directory. (Exception from HRESULT: 0x80131468)

I am using SAP SDK In Microsoft bot application. Its working fine for me in local emulator, but after publishing this bot application on azure portal I got this exception. {"The type initializer for 'SAP.Logon.Core.LogonCore' threw an exception."} …
user3159598
  • 223
  • 3
  • 8
0
votes
1 answer

How to create custom UI for MAFLogon in Android?

I am using MAFLogon for my login screen in an application build for SAP Mobile on HANA Cloud Platform, using SAP SDK. LogonUIFacade mLogonUIFacade = LogonUIFacade.getInstance(); //Initialize the Logon UI Facade …
mike_x_
  • 1,900
  • 3
  • 35
  • 69
0
votes
2 answers

Requesting offline data with Android SMP SDK data is very slow

​We are implementing a native Android app using the SAP Mobile Platform SDK 3.0 SP14. The app has serveral offline stores to hold master data locally on the device. The data will only be requested, there is no fetch, because the data will not be…
Christian Schulzendorff
  • 1,431
  • 1
  • 18
  • 15
0
votes
2 answers

Get data from on premise SQL server to Mobile App in SAP HANA Cloud Platform

I have installed cloud connector to a server that SQL is installed and I have a couple of databases. I want to create a native Android app in SMP on SHCP in and use some of the data stored in my on premise SQL server. Do I have to write an OData…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
0
votes
1 answer

Deploying SAPUI5 app to app stores without Cordova

Is it possible to deploy a SAPUI5 app stores? I don't want to use Cordova build as it's a business app. What are my options?
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
0
votes
1 answer

Is there a solution to deploy SAP Mobile apps for Android without local SAP HAT installation?

I am asking me if there is a way to deploy SAP hybrid apps (programmed in WEB IDE) for Android / iOS without having a "local" HAT connector installed? My intention is that with all this cloud services it should be possible to consume a "build for…
user3783327
  • 616
  • 8
  • 30
  • 60
0
votes
0 answers

Blank screen with multidex in android 4.0.3

I have an application which supports android version from 4.0.3 up to 6.0 and it has reached the total amount of allowed methods in application and it forced me enabling multidex feature. The application has support for swipe to dismiss feature and…
user2475117
  • 43
  • 1
  • 5