SAP Jam Mobile SDK

Hi all,
I've an urgent question on whether SAP JAM has mobile SDK to extend the product for building custom apps?
Thanks,
Deepak

Hi Deepak,
You can use the SAP Jam API (http://help.sap.com/download/documentation/sapjam/developer/index.html#intguide/concepts/intro.html) to build a custom mobile app. There is no dedicated SDK for the mobile app.
Best,
  Rüdiger

Similar Messages

  • Getting view error iOS SAP BI Mobile SDK

    Hello!
    I'm using SAP BusinessObject Mobile SDK 5.0 to embed a Web Intelligence/Dashboard view in my iOS application.
    I have already done all steps noted in instruction.
    I passed athentication using  SAPBIAsyncOperation method login. (from SAPBIAsyncOperation.h) successfully
    But when i am trying to get view, i recieve a constant message "Initializing" and little message in left top corner of the screen "(MOB 06063)"
    [operation getDocumentView:@"AXhJyo2ebQdMu6CGZVUgI_o" type:7 additionalProps:nil];
    -(void) getDocumentSucceeded: (SAPBIDocument *)sapbiDocument
      [self addChildViewController:sapbiDocument.viewCtrl];
      [self.view addSubview:sapbiDocument.viewCtrl.view];
    What is wrong? Are there any examples of usage this api for iOS?

    Hi Myckol,
    Try this and make sure m_nav is the navigationcontroller.
    -(void) getDocumentSucceeded: (SAPBIDocument *)sapbiDocument
      [m_nav pushviewcontroller:sapbiDocument.viewCtrl animated:NO];

  • SAP BI Mobile iOS SDK - Technical Reference

    Greetings Experts!
    I'm looking for some technical reference or sample code using SAPBIAsyncOperation.h, SAPBIOperationDelegate.h and SAPBIDocument.h files from SAP BI Mobile iOS SDK.
    Documentation found in 5115_mobiOS_Developer_en.pdf file is too superficial.
    Thank you in advance for any help!
    Regards.
    Alessandre Haua

    agreed,
    even latest Developer's Guide: SAP BusinessObjects Mobile for iOS 6.0.6 is too simple on this topic.
    http://help.sap.com/bomobileios

  • SAP Jam Integration with Cloud For Customer error

    Hello Experts,
    We are integrating SAP Jam with Cloud for Customer tenant. We have followed the instructions that are mentioned in 1311 guide for SAP Jam integration.
    But right now we are getting an error on SAP FEED work center and Account View.
    Error that we are getting is as follows:
    You are not authorized to access /c/C0000209652T.com/widget/v1/feed?wid=1&auth=single_use_token&skin=gr&faces=true&type=follows&num_items=30&avatar=true&live_update=true&mobile=false&post_mode=inline&reply_mode=inline&single_use_token=&locale=en
    Kindly help us understand the mistake or step that we might have skipped.
    Thanks & Regards,
    Chandan Bankar

    My example in the document deals with User ID as key_identifier.
    ie., we need a unique key which is common to both servers so that we can identify accounts. This is done through assertion attribute exchange.
    For eg, if I have an account with userID vatsav in C4C, then I must have an account with same userID in JAM (or vice versa) provided I set UserID for "Account Name Origin" in Step 10.
    Doing this way, I am telling JAM that I am using UserID as an assertion attribute which identifies both my accounts in C4c and JAM without any problem. When you login into C4C using vatsav as UserID, it automatically searches feeds for same userID in JAM and displays them in Mashup.
    It's a big concept actually. Implementation's already done by SAP.
    Hope, I am clear.

  • SAP Businessobjects mobile reports

    Hi Experts
    we are installed SAP Business Mobile On server,every thing is configured.
    we are able to see the reports on Blackberry and windows mobile.but my requirement is reports on IPhone or Ipad.
    Reports on IPhone Or Ipad Is this Possible.if not recommend alternative for this...
    Thank you in Advance
    avrao

    Yes it is possible now .
    Check This
    Catalog Browser for the iPhone / iPad: Getting Reports Where and When You Need It [original link is broken]
    You can download trial version also from the above link.
    Hope this will give you information whatever you are looking out for.
    Edited by: srrachna on Apr 8, 2011 8:57 AM

  • SAP BusinessObject Mobile WebI Report Prompt Issue

    Hi,
    I have problem to view the Prompt value in Long Text for WebI report in my iPad. The SAP BusinessObject Mobile application is on version 5.1.12.
    We are using BI Platform 4.1, and the WebI report is connected to Bex Query using BICS connection.
    Below are the settings that I had done:
    Setting of Characteristic in BW:
    Setting of Characteristic – ZBPARTNER in BEx Query Designer:
    Below are the report Prompt result in BI LaunchPad and BI Mobile:
    Example data:
    Business Partner ID 123 has description in Long Text (DO NOT USE - KOC ALLIANZ SIGORTA A.S) and Short Text (DO NOT USE - KOC).
    Business Partner (on top of ZBPARTNER) in WebI is showing Long Text as expected.
    For example, you can see the long text "DO NOT USE - KOC ALLIANZ SIGORTA A.S".
    Business Partner (on top of ZBPARTNER) in Mobile Apps is showing Short Text:
    For example, you can see the long text "DO NOT USE - KOC".
    I need the Prompt value is the BusinessObject Mobile to be display with Long Text, but I cannot find any configuration to achieve this.
    Is anyone encounter similar issue and can provide me some suggestion?
    Thank you in advance.
    Regards,
    Edison Wang

    Hi,
    Just like to follow up whether is there anyone encounter similar issue like above which can give me some advise?
    Thank you.
    Regards,
    Edison Wang

  • How to get the primarykey columns of the table in SAP BI Java SDK

    Hi, I'm new to sap BI Java SDK. I'm not getting how to get the primarykey columns, using BI JDBC Connector (for relational data sources). If anybody knows, please let me know. its very very urgent task to be done in my project. In the below following code.... I have written a code to connect to the database through resource bundle, reading table names, once user select table name, i need to show the primary key columns of that table to the user. here i'm not getting how to get the primary key columns . Please send me the code if there is any method to find out the primarykey columns or a logic to get them. I will be greatful to you.... if you can do this favour.
    Please check out the following code ........
    ManagedConnectionFactory mcf;
    IConnectionFactory cf;
    IConnectionSpec cs;
    mcf = new JdbcManagedConnectionFactory();
    cf = (IConnectionFactory) mcf.createConnectionFactory();
    cs = cf.getConnectionSpec();
    ResourceBundle rbLocal = ResourceBundle.getBundle( "xxxx");
    Enumeration propnames = rbLocal.getKeys();
    while (propnames.hasMoreElements())
    String key = (String) propnames.nextElement(); //out.print(key); //out.println("="rbLocal.getString(key)"");
    cs.setPropertyValue(key, rbLocal.getString(key));
    // Establishing the connection. // The IBIRelational interface provides an entrypoint to access // metadata and execute queries.
    IBIConnection connection = (IBIConnection) cf.getConnectionEx(cs); I
    BIRelational rel = connection.getRelational();
    IBIQuery query = rel.createQuery();
    String sqlStatement = "SELECT * FROM " + "BICQPERSON where type='pk'"; ResultSet rs = IBIDataSet dataset = query.execute();
    Thanks SreeKanth

    Hi,
    looks like you are on Infomation Builders, correct? If yes through which adapter and to what DB are you connecting?? in an R3/BW system you can do the folowing:
    "(ABAP)
    SELECT DISTINCT FIELDNAME
    FROM DD03L
    WHERE TABNAME = '/BIC/QPERSON'
      AND AS4LOCAL = 'A'
      AND KEYFLAG = 'X'
    ORDER BY 1
    Another option is goto directly to the RDBMS; in this case let me which one are you using
    hope this helps...
    Olivier.
    Message was edited by:
            Olivier Cora

  • Creation of datasource  form combo box in SAP Business One SDK

    Hi,
    How to create  the  user datasource for  combo box in SAP Business One SDK.
    Regards,
    Y.

    Hello freind
    yu can used following code for userdatasource when form loaded
                Dim Branch  As SAPbouiCOM.ComboBox
                oform.DataSources.UserDataSources.Add("Ebranch", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 25)
                Branch = oform.Items.Item("3").Specific
                Branch.DataBind.SetBound(True, "", "Ebranch")

  • Thumbnails not displaying in SAP BI Mobile app

    Hello all,
    I have published a Design Studio dashboard to the SAP BI App on Ipad and it's all working fine.
    However, I haven't managed to customise an image to be displayed as Thumbnail when displaying all reports in the 'Tile Mode' (as opposed to the 'List Mode')
    According to the Mobile App administration guide, I have added the image URL to the Keywords section in the document's properties but it has had no effect on the view (It just shows the tile as an empty white square).
    Please see below the details of the environment:
    SAP BusinessObjects BI Platform 4.1 Support Pack 2 Version 14.1.2.1121
    SAP BusinessObjects Design Studio 1.2
    SAP BusinessObjects Mobile App for IPad Version 5.1.8
    iPad iOs 7.1
    Any help or pointers will be greatly appreciated

    Further, you can have a holistic view on content and device support at Content support across devices in SAP Mobile BI
    Regards,
    Ashutosh

  • IMP: SAP Netweaver Mobile Integrations with External Applications

    Hey Experts,
    I have a requirement in SAP Mobile Asset management and already we have SAP MI(Mobile Infrastructure), in this project SAP r/3 is sits in Backend, SAP Netweaver is Middleware 
    Basically i would have experiance on ABAP ,in last project i created zBAPI..,i know how we can communicate with SAP R/3 to External Applications..
    here my doubt is i want to know where i need to create ZBAPI whether in SAP Netweaver or SAP R/3 ????
    SAP Netweaver already have JAVA and ABAP , here can i create ztable,rfc,ZBAPI in netweaver or we need to use SAP R/3., how was the communications will be SAP netweaver to sap r/3..???
    let me clear my doubt ...
    Regards
    J Sarathi

    Hi Sarathy,
    If you are planning to develop a mobile application fresh , then it is recommended to use NW Mobile 7.10 as it comes to market with much more features compared to its predecessor..
    Check out the link
    [Modeling Occassionally Connected application|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204fc387-6646-2a10-99b7-bba030bc3f68]
    Check out the developer's guide
    [Developer's guide for mobile 7.1|http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm]
    You can also check the sample bapiwrappers part of the Func Group 'SDOE_SAMPLE_BAPIWRAPPERS' shipped with NW mobile7.1
    sample app modeling using Mobile 7.1[sample app|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60bac0a0-bbed-2a10-a58e-efdf832a96c9&overridelayout=true]
    Regards,
    Liji

  • Error com.sap.aii.af.sdk.xi.util.URI$MalformedURIException: no scheme

    Hi,
    I am registering the following error in a SOAP Sender Communication Channel, it's very strange because of in the Development Environment everything worked fine.
    com.sap.aii.af.sdk.xi.util.URI$MalformedURIException: no scheme
    The Scenario is the following:
    Sender: SOAP
    Receiver: ABAP Proxy (Using the XI configuration)
    I configured all the scenario to use only the Adapter Engine instead the Integration Server and, as I explained in the previous paragraph it worked fine in Development environment.
    Does anybody know what could be going on?
    Thank a lot for your help.
    Kind Regards,
    Victoria

    Hello Victoria,
    Can you please check if the inbound address for SOAP messages should be as follow.Other wise you will exceptions.
    : http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
    Under
    party:service:channelenter the party name, the service name, and the
    name of the communication channel. If no party has been created, enter the
    following: channel=:service:channel
    Kind Regards
    Praveen Reddy

  • Problem Installing WAS with com.sap.ip.bi.sdk.dac.connector.odbo

    Hi,
    we are installing the WAS640, and we get the following error:
    Deployment started Tue Mar 15 20:45:09 CET 2005
    ===========================================================================
    Starting Deployment of com.sap.ip.bi.sdk.dac.connector.odbo
    Aborted: development component 'com.sap.ip.bi.sdk.dac.connector.odbo'/'sap.com'/'SAP AG'/:
    Caught exception during module deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException:
    Cannot deploy application sap.com/com.sap.ip.bi.sdk.dac.connector.odbo..
    Reason: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory".
    If anyone has any ideas.
    Thanks and regards,
    Tomas.
    p.s. the full dump...
    Deployment started Tue Mar 15 20:45:09 CET 2005
    ===========================================================================
    Starting Deployment of com.sap.ip.bi.sdk.dac.connector.odbo
    Aborted: development component 'com.sap.ip.bi.sdk.dac.connector.odbo'/'sap.com'/'SAP AG'/:
    Caught exception during module deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.ip.bi.sdk.dac.connector.odbo.. Reason: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.connector.exceptions.BaseDeploymentException: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1211)
         at com.sap.engine.services.connector.jca.deploy.ContainerImpl.makeUpdate(ContainerImpl.java:859)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:376)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:148)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3033)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:679)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:926)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.NoSuchMethodException: com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory.setLogonAsUserID(java.lang.String)
         at java.lang.Class.getMethod(Class.java:986)
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1187)
         ... 18 more
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.connector.exceptions.BaseDeploymentException: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1211)
         at com.sap.engine.services.connector.jca.deploy.ContainerImpl.makeUpdate(ContainerImpl.java:859)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:376)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:148)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3033)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:679)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:926)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.NoSuchMethodException: com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory.setLogonAsUserID(java.lang.String)
         at java.lang.Class.getMethod(Class.java:986)
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1187)
         ... 18 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineSingleModuleOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of com.sap.ip.bi.sdk.dac.connector.odbo finished with Error (Duration 6281 ms)
    Message was edited by: Tomas Altman
    Message was edited by: Tomas Altman

    Hi
    I had this same problem. Fixed it by reading the sp-stack manual.
    I bounced my instance and then stopped the connectors. Thereafter the deploy when through fine.
    Regards

  • Upgrade 640 to 700: ERROR is BI : com.sap.ip.bi.sdk.dac.connector

    Hello Experts,
    I am doing the java system upgrade from NW04 to NW04s SR2. During the "Deploy Online" phase, the upgrade is failing due to below error
    EAR file uploaded to server for 31ms.
    07/11/10 05:34:18 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.ip.bi.sdk.dac.connector.checko..
                         Reason: Application alias [TOdbo] for application [sap.com/com.sap.ip.bi.sdk.dac.connector.checko] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.ip.bi.sdk.dac.connector.checkodbo].; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Application alias [TOdbo] for application [sap.com/com.sap.ip.bi.sdk.dac.connector.checko] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.ip.bi.sdk.dac.connector.checkodbo].
    Error: Aborted: D:\usr\sap\JUPGRADE\data\archives\BIUDI09_0.SCA
    Please suggest asap.
    Regards,
    Thulasi

    Dear David,
    this is not SAP support, this is a user forum. If you want to issue a support ticket you should go to the SAP service marketplace and issue an OSS message. This can be done at http://service.sap.com/message .
    You need an S-User to access this site.
    Regards,
    Benny

  • Is SAP Jam free for SAP customers or are there costs associated with it?

    Hiya,
    We run SAP ERP EHP 6 on Netweaver 7.31.
    I've only just come across SAP Jam and Streamworks and they looks really neat. I like the way SAP Jam can be integrated into NWBC side panels...
    Something that I'd like to demo to the business.
    I think to activate SAP Jam I need to goto SFW5 and activate BC_SRV_STW_03.
    I'm just wondering, are there any additional licensing considerations I need to consider or is it delivered 'free' to all customers?
    Many thanks!

    Thanks Rüdiger,
    So basically SAP JAM is seperate to ERP, it is a cloud product that we need to implement.
    SAP Jam is not free and requires additional licensing/costs.
    Once implemented we need to connect to it, so we need to activate BC_SRV_STW_03.
    Is that correct?
    Thansk in advance!

  • SAP ME5.2 SDK deployment issue

    Hi,
    We installed the SAP ME5.2 SDK, and we also tried to develop our new functionality into the SDK, and build this new functionality with Development tool, and generated the SAPME.sca, then we tried to deploy this SAPME.sca into NetWeaver with JSPM, there is no error displayed during deploying. But after deployed, we opened the SAP ME and it returned the error message, I used the manufacturing-admin tool to generate the defaultTrace, it showed the error message like bellow:
    java.util.MissingResourceException: Can't find bundle for base name SAPMELicense, locale en_US
    I am not whant the issue is and what step I missed, it looks the development tool also involve the SAPMELlicense to generate the new SAPME.sca, can anyone have the experience?
    Thanks a lot and best regards,
    Leon Lu

    Hi Leon,
    In the SDK installation guide there is a section 3.2.2 Configure the Java AS Instance that describes how to install SAP ME License on the SDK NW Server. Please follow the steps and the problem should be fixed.
    Good luck
    Ivan

Maybe you are looking for

  • I now live in a different country how do i change my account?

    i signed up to apple when i was in australia and now i am back in the uk and trying to dowload films etc but i will not let me purchase from the u.k store.can anyone help?

  • Ipad air calender not syncing with iphone 5s calender

    I create an event on my iphone 5s, it shows up on icloud but will not sync with my ipad air? I have searched for a solution with no success help please

  • Trying to install VirtualBox

    Hi all, I'm new to Arch but not to Linux. Been using Debian for a couple of years as my day to day system, and after an LFS build I decided to see how feasible it would be to replace Debian with Arch. Still getting used to the way pacman and packer w

  • Java client for OSB proxy with JMS Transport

    Hi, I am trying to call OSB proxy with JMS Transport. I am generating the client through ant task clientgen and following this article http://www.oracle.com/technetwork/articles/murphy-soa-jms-092653.html The osb proxy is req-response and is simply r

  • Modifying Sparklines

    Here's the situation. I have an Excel sheet that tracks financial indicators (like Prime Rate, exchange rates, etc.) on a monthly basis. This sheet uses sparklines to chart the last 12 months of data. The sheet has a procedure which hides all but the