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
5
votes
3 answers

SMP integration with Android

I am facing one issue with SMP integration with Android. My question is: When i try to run my application in android OS 5.0 & + device i am getting error mentioned below. "Caused by: java.lang.ClassNotFoundException: Didn't find class…
Mehta
  • 1,228
  • 1
  • 9
  • 27
4
votes
2 answers

Cordova trying to fetch plugin from repo instead of local plugin

I'm trying to create a Fiori Client for iOS with the SMP SDK 3.O PL3. At some point it tries to fetch a plugin which doesn't exist: Fetching plugin "kapsel-plugin-inappbrowser" via npm I don't understand why. The plugin's source files are all…
Pieter
  • 1,751
  • 3
  • 30
  • 65
3
votes
1 answer

Obfuscate SMP libraries with Proguard for Android Applications

Recently I built an application for Android using SMP SDK - SAP technologies. For security reasons, I have to obfuscate all the code & jars for the developed application. I tried to obfuscate all the jars but I was having the below errors. Looking…
Nagendra Badiganti
  • 2,099
  • 2
  • 22
  • 30
2
votes
2 answers

How to handle SAP Kapsel Offline app OData conflicts properly?

I build an app that is able to store OData offline by using SAP Kapsel Plugins. More or less it's the same as generated by WEB ID or similer to the apps in this example:…
user3783327
  • 616
  • 8
  • 30
  • 60
2
votes
2 answers

SAP mobile platform server

I want to use SAP Mobile Platform. I have got OData webservices from a SAP server. These webservices can be consumed with SAP Mobile SDK. DO I need to have SAP Mobile Server as well ? What all do I need to configure in my system? First time SAP…
Esha Jain
  • 555
  • 5
  • 16
2
votes
0 answers

I'm developing android application using SMP3 SP05.Application registration was done. but I dont know how to read the data from backend.(get method)

public IRequest buildGETRequest(INetListener listener,String collection,int topFilter,String filter) { String query = ""; if (topFilter>0) query = ODATA_TOP_FILTER + topFilter; if (!TextUtils.isEmpty(filter)){ if…
2
votes
1 answer

Registration through kapsel on smp

I am using kapsel to register since I can know if the user is already registered.But I am getting the init cannot be called.. Please help me through this I added all the plugins according to document provided by…
Avinash Kumar
  • 71
  • 1
  • 2
  • 8
2
votes
1 answer

How to Build Xcode build with Maven plugin

I'm trying to build Xcode app with maven plugin, I wrote pom.xml as shown in below
Ravi
  • 888
  • 6
  • 24
1
vote
1 answer

SMP SDK for iOS for development on Swift

How to establish connection to SMP server through sdk for ios development (Swift language). I have sample odataconnection file modified with necessary configurations like connection, host, port and domain and security profile. But that is for…
Raj
  • 11
  • 2
1
vote
0 answers

ERROR: cordova build android project error! hybrid aplication toolkit installation

We are installing the HAT during the installation we are getting this error ERROR: cordova build android project error! ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk JAVA_HOME=C:\Program Files\Java\jdk1.8.0_40 The system cannot find…
kartik kmk
  • 11
  • 1
1
vote
0 answers

Basic Authentication in SAP Mobile Platform

I'm struggling to configure authentication on our SMP server so that users of our OpenUI5 mobile application can authenticate against our existing back end system. We were able to get this to work using SMP 3.0.3, but not using the newer SMP…
Ian Webb
  • 11
  • 2
1
vote
1 answer

How to authenticated in an SAP hybrid app against SMP and a backend system with different users?

Following situation: An SAP OnPremise system is connected over cloud connector to SAP HCP In the cloud version of the SAP mobile plattform (SMP) I configured the system I have a hybrid app (using SAP Kapsel SDK) and try to connect to a) SMP itself…
user3783327
  • 616
  • 8
  • 30
  • 60
1
vote
0 answers

Disable windows security popup

I am developing Sap Mobile Platform application in windows UWP. While registering the application with the server, windows opens a self defined popup for username and password (If the given credentials fails). How to to disable the popup.
sidharth
  • 61
  • 1
  • 7
1
vote
0 answers

Implementing Single sign on in sapui5 launchpad to JBOSS

I am a sapui5 developer,Toady Client came up with proposal of single-sign-on. As i know that single-sign-on is feature of sap gateway(presume configuration are done prior to this). x-csrf-token can be considered as session id which is set by…
bharath muppa
  • 1,070
  • 12
  • 30
1
vote
3 answers

Can I increase iOS app launch time limit for Agentry app?

I have to create an application where I'm very limited to modify things. This is an Agentry application provided by SAP, that is kind of a render for a proprietary metadata programming language (like Apache Cordova but not for HTML…
RaTiO
  • 979
  • 2
  • 17
  • 33
1
2 3 4