Questions tagged [sup]

SUP stands for Sybase/SAP Unwired Platform. Use sap-smp tag if using version 3.0 or newer.

SUP - the Sybase Unwired Platform - 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.

Sybase was acquired by SAP, Inc. in August of 2011, as of version 3.0, the name has changed to SAP Mobile Platform. SAP is now using this software as the base for it's mobile development efforts, and has incorporated support for accessing SAP databases.

There is more information on the Sybase/SAP web site, and additional developer resources can be found on the SAP Community Network.

113 questions
0
votes
1 answer

Is there a Sybase unwired platform Equivalent?

I built an IOS mobile application based on a Siebel CRM application. All synchronization system is made with SUP (Sybase unwired platform) and web services. SUP is a good product but very too "black box" for us. Indeed, it build a CDB (Cache…
0
votes
2 answers

Is calling super's constructor redundant in this case?

I always thought that when creating an object with a sub-class, we need to explicitly use super(arguments list) to call the constructor of the super class. However I did an experiment and realize that even without using the super(), the super…
user3437460
  • 17,253
  • 15
  • 58
  • 106
0
votes
1 answer

input type button value not formatting HTML properly

I am pulling values from a database which are formatted as so: 147 cm<sup>2</sup> The aim is to make the 147 cm value squared, but in the button elements it displays as 147 cm2 Here is my code, any help would be greatly…
0
votes
1 answer

Persitent Error 580 Invalid Authentication Parameters with an Android App connecting to Sybase SUP

I am trying to register my native application to the Sybase Control Center, but I always get the Invalid Authentication Parameters. The problem is, that my Application and connection profile disappeared from the SCC and I cant recreate it. Also, I…
Josh
  • 6,251
  • 2
  • 46
  • 73
0
votes
0 answers

Sending and Reading a value from a MBO operation in SUP 2.3 with Android

I am developing a native android application with Sap Mobile Platform 2.3 I have an MBO with an operation inside it. I have succesfully generated the code, and it connects and syncs well. (...well, so far it is empty so it sync nothing so far) All…
Josh
  • 6,251
  • 2
  • 46
  • 73
0
votes
1 answer

How to check Relay Server existence in SAP Mobile Platform, and pairing server with Android App

This might seem a dumb question, but how do I find out if my SAP SMP 2.3 server has a relay server? Additional data: I have acquired basic knowledge while trying to make a HelloWorld project setup with SAP Mobile Platform 2.3 I want to read a few…
Josh
  • 6,251
  • 2
  • 46
  • 73
0
votes
2 answers

Error installing SAP mobile platform SDK 3.0

I am trying to install SAP Mobile Platform SMP 3.0 and i got the following error i searched and found out that the cause could be my 32-bit running windows. is is the reason ? and how can i solve it using a workaround or something ?
Rana Osama
  • 1,313
  • 2
  • 17
  • 27
0
votes
4 answers

SUP 2.2 + Android throw exception at Application.getInstance().setApplicationContext(this);

I try to use Sybase Unwired Platform with generated code for Android. I have exception in following code: super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Application app = Application.getInstance(); String…
user1749081
  • 63
  • 1
  • 5
0
votes
2 answers

How to communicate with SUP (Sybase Unwired Platform) MBO using kendo UI mobile?

Developing a hybrid application using Kendo UI mobile framework. My requirement is to communicate with SUP (Sybase Unwired Platform) MBO's. As i'm newbie, need someone's help who have implemented the hybrid application before using SUP. Please…
nkdweb
  • 13
  • 1
  • 10
0
votes
1 answer

Exception while running SUP101 on ios device

I am testing the SUP101 application for ios and facing this exception of Sync failed. I have tried redeploying the package(.pkg). Created the MBOs again. Generated the APIs again but still the same error. Following is the error that i am…
usman
  • 89
  • 1
  • 9
0
votes
2 answers

SQL "replace" syntax issue

UPDATE [Customers] SET [Address] = REPLACE([Address],'123456','02') WHERE [CustomerID] = 4 this code replace 02 on 123456 but i want to change on 2 first digit is change to 023456 can any one help me Thank
0
votes
1 answer

Error code 503 com.microsoft.sqlserver.jdbc.sqlserverexception the tcp/ip connection to host failed

Developed a SUP HWC application that will fetch data from SQL server 2005 using stored procedure. Application deployed successfully to the server.And I'm able to view the application from my iPhone simulator.But, when I'm trying to retrieve the data…
bapi
  • 1,903
  • 10
  • 34
  • 59
0
votes
1 answer

How to set connection affinity mask in SQL server 2005 when enabling VIA protocol

I have developed an SUP HWC application(for iOS) to fetch data from SQL server 2005 using stored procedure.In SUP workstation, I'm able to see the preview while creating MBO.I deployed my application in Sybase control center and able to view the…
bapi
  • 1,903
  • 10
  • 34
  • 59
0
votes
1 answer

SUP : Connect Android app SAP-SUP through relay server

I am a mobile developer and now im working on an Android app that connects to SAP backend. i need to create MBOs from BAPIs and read data from those BAPIs I managed to create the MBOs from BAPI_FLIGHT_GETLIST BAPI i generated the code as Android…
Rana Osama
  • 1,313
  • 2
  • 17
  • 27
0
votes
2 answers

How can I implement Pagination in SAP SUP?

Lets say I have few thousands of records in some MBO. I do not want to download all these records to my device during synchronization. I want to implement "paging" let's say with 100 records per page. So each new synchronization caused by user…
kyunez
  • 95
  • 6