Re: Netweaver mobile 7.1 and smartphone applications

Hi Experts,
   Im very new to SAP mobile applications. I have experience in developing applications using Webdynpro for ABAP. My queries are:
1. If i have a webdynpro application can i launch it on smartphones?
2. Why do we need a seperate SAP netweaver mobile 7.0 or 7.1 when we can design Webdynpro applications from earlier versions too.
3. Why did SAP merged SYBASE to implement mobile applications when already we have netweaver mobile.
4.  How to start a application which can be tested on Blackberry 9630 simulator. Do we need to follow some guidelines?
Thanks and Regards,
Asif.

Hello Ashish,
NW Mobile 7.1 has two parts one is the DOE which is the mobile middleware and other is client (Handheld client) which has a perspective in NWDS to develop mobile apps & run them on a Windows Mobile device. The client is a seperate entity than DOE and it includes all implementations also for using DOE.
Yes you are right if you directly SAP web service or APIs then DOE does not come into picture and you will not be able to use DOE features.
SAP & Sybase provide blackberry client which talks to DOE. But in case you want to write your own custom client, then I suggest you would need to start writing the BB Apps & Client which can connect, sync, deploy from DOE.
RIM provides plugins for eclipse to model mobile applications like Android. You can use the same. It works both with standard eclipse & NWDS, since its a eclipse plugin. But this will only help you to write app which can say talk to SAP web services. But to connect to DOE you would need to write a thin client too which can take care of connection, synchronization, message download upload etc.
Regards,
Nipun

Similar Messages

  • How to create an online fillable form for mobile devices, tablets and smartphones.

    How can I create "online fillable forms" for Mobile devices, tablets and smarphones?
    I already created an "online fillable form" with Adobe Acrobat XI Pro for PCs and MACs but this form can not be filled using mobile devices, it can only be downloaded.
    Thanks.

    Hi George,
    I gather from your reply that I won't be able to create "online fillable forms" for Mobile devices with Adobe Acrobat XI Pro. Correct? 
    If Adobe does not have another software similar to Adobe Acrobat XI Pro, would you please suggest me any other means of creating "online fillable forms" for Mobile devices? 
    Would you think that an HTML developed form would be a fair substitute for the PDF fillable forms that I use for PCs and MACs?
    Thanks,
    Alvaro

  • Difference between SAP Netweaver PI and SAP Netweaver Mobile and SAP DOE

    HI,
    I am learning Sybase Unwired Platform  and SAP PI 7.1.  I was going through SUP and SAP configuration documentation. I am really confused at one point. Does this SAP Netweaver PI 7.1 and SAP Netweaver Mobile 7.1 are same?. What is these DOE connector? is these DOE and SAP Netweaver Mobile 7.1are same? .
    I have gone through various documents. but still i am very much confused. I am very much new to this platforms.
    Can any one please help me in above topics.

    Yes latest version is Netweaver mobile 7.1. and in one of the documentation of Netweaver 7.3 it is said that,
    to download the non-ABAP software that is relevant for SAP NetWeaver Mobile 7.3.
    http://service.sap.com/swdc -->  Downloads --> Support Packages and Patches --> Support Packages and Patched u2014 Entry by Application Group --> SAP NetWeaver and complementary products --> SAP NETWEAVER MOBILE --> SAP NETWEAVER MOBILE 7.3 --> Entry by Component --> Mobile Client --> NW MOBILE CLIENT SETUP 7.3 .
    Actually my problem is, I am unable to get DOE Setup.exe file. I am able to download only .SAR file. If i configure SUP with SAP Netweaver mobile 7.1. i need to install DOE seperatly.
    In one of the forum, it is said that
    if we want to use CRM mobile, we need the following landscape to deploy it (for example):
    1.) ECC Backend (your CRM Backend, off course you need this)
    2.) Netweaver Mobile 7.3 (This is the DOE part, including ESDMA)
    3.) Sybase SUP
    Well, you need to connect SUP and NWM7.1 together. To do this you need to install a DOE-Connector in Sybase. The NWM7.3 contains the counter part to DOE-C which is the ESDMA stuff. This is now included in NWM7.3. If you run still NWM7.1 you need to install that piece of connector as a separate add on.
    This is where i got confused and was searching for NWM7.3.
    Thanks
    phanidps

  • MAM development on SAP NetWeaver Mobile 7.1?

    Hello world
    I did notice that SAP has released SAP NetWeaver Mobile 7.1. I was of course very curious if this would (finally) make MAM25 developments possible in the new SAP NetWeaver (Mobile ) Developer Studio 7.1, because the old SAP NetWeaver Developer Studio 7.0 is based on Eclipse 2.X while the new one is based on Eclipse 3.3 (which has some advantages compared to Eclipse 2.X).
    So I did download SAP NetWeaver Developer Studio 7.1 and SAP NetWeaver Mobile 7.1, and installed both of them on my system. I was positively surprised when I noticed a Mobile Infrastructure perspective. So I did download our customized MAM25 source code from the CVS server and I tried to let it compile and run on SAP NetWeaver Mobile Developer Studio 7.1.
    Compiling was not a problem: after including some required JAR files, the code did compile successfully, however when trying to export the project, it seemed that the JSP files were not compiled, however I did put the tick mark at the Add JSP as compiled classes option. In my NetWeaver Developer, a folder $jsp was created, but with nothing inside. And in the generated WAR-file, I couldn't find any compiled JSP file as well...
    In the 7.0 version, a file called mam25.jar was created and putted into the lib folder in the war archive file, which contained all the class files. This file was not created with version 7.1.
    When trying to run the MAM from within NetWeaver Mobile Developer Studio 7.1, I did get the following exception when launching:
    java.lang.NoClassDefFoundError: com/sap/tc/mobile/cfs/startup/Startup
    Caused by: java.lang.ClassNotFoundException: com.sap.tc.mobile.cfs.startup.Startup
    Is there anyone who can tell me whether or not SAP NetWeaver Mobile Developer studio 7.1 is able to compile, generate and run the MAM25 source? If not, why is there a perspective Mobile Infrastructure included?
    If it is compatible, does anyone have an idea why it didn't work with me?
    Thanks for your help!
    Best regards,
    Diederik

    Hi all,
    First of all, thanks for all the information!
    I think there is a little misunderstanding, or maybe I am wrong
    SAP NetWeaver is the web-application you can use to analyze, administrate, etc... your mobile applications?
    I am actually talking about the SAP NetWeaver Developer Studio 7.1, which is in fact just an extended Eclipse environment. There is some kind of mobile update pack which you can find here: [SAP NetWeaver Mobile 7.1 SP3|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0846cb5-59ec-2a10-46a2-cff9cd9b8fc3]
    My question was if you can maintain and develop in JAVA your MAM25 application with this version of the Netweaver Developer Studio? I did notice a perspective Mobile Infrastructure as in version 7.0, and I can compile the JAVA code, but I can't run the application (see error in original posting) and it seems that no JAVA files are generated from the JSP files.
    I guess it is just a matter of making the plugins compatible for Eclipse 3.X, because the plugin system of Eclipse 2.X is not compatible with the plugin system of Eclipse 3.X. But because of the Mobile Infrastructure perspective that I did notice, I was thinking that this was done. But this seems not to be the case, or I did do something wrong...
    So the only question is: can I use SAP NetWeaver Developer Studio 7.1 (aka Eclipse 3.X) to develop in JAVA the MAM25 application?
    Thanks for the help!
    Best regards,
    Diederik

  • 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

  • Future Netweaver Mobile and SyBase Unwired Plataform

    Hi everyone.
    What future Netweaver Mobile after purchase of SyBase Unwired for SAP?
    The SAP wants invest at the SUP and to stop plataform Netweaver Mobile?
    I'm searching news.
    Thank's.

    Hi,
    SAP will focus on enabling the entire spectrum of enterprise mobility (lightweight, heavyweight, online, offline, etc) with a single platform - and that will be SAP/Sybase Unwired Platform (SUP). However, the enhanced SUP will include components based on existing technologies like DOE (part of NW Mobile) for specific use-cases (mission critical applications).
    You can expect more information around this during SAPPHIRE.
    Regards,
    Ramalingam Krishnan
    Product Manager
    Mobile Platform

  • Difference between mobile web dynpro and simple web dynpro application

    Hi Everyone,
    Can anyone pls let me know what's the difference b/w mobile web dynpro application and an offline or simple web dynpro application.
    Thank U!!
    Ravi Aswani

    Hi ,
    Mobile WebDynpro
    The SAP Web Application Server allows direct online access to Web Dynpro applications using mobile devices. As part of the SAP Web Application Server, Web Dynpro provides a development and runtime environment with which you can quickly and simply create professional user interfaces for desktop PCs or for mobile devices. An appropriate infrastructure and renderer classes are provided for developing mobile Web Dynpro applications for Pocket PCs as well as for BlackBerry Wireless Handhelds and Nokia Series 80 devices.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/100d4113eff16fe10000000a1550b0/frameset.htm
    WebDynpro Java
    Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).
    Web Dynpro helps you with the development of Web applications by:
    ·        Ensuring platform-independence with the meta model approach
    ·        Minimizing the implementation effort through declarative programming
    ·        Supporting a structured design process by applying the model view controller paradigm
    ·        Providing reuse and better maintainability by using components
    ·        Providing graphical support with tools in the Web Dynpro perspective
    ·        Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/100d4113eff16fe10000000a1550b0/frameset.htm
    Thanks
    Suresh
    Edited by: Suresh Mandalapu on Sep 2, 2008 11:07 AM

  • Enterprise service in SAP Netweaver mobile application

    I want to use an enterprise service in a mobile web dynpro application using SAp Netweaver Mobile 7.1.Is it possible

    Hi Pablo,
    We are actually working with CE. Here we checked the following configurations:
    1. Network connectivity from your IDE (Window>preferences>general-->network connections).
    2. Http proxy settings of the server (http://<host>:<port>/nwa/middleware-settings)
    I think the problem is with your server's http proxy settings.
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • Accessing peripheral devices using NetWeaver Mobile 7.1 application

    Hi,
    I'm developing an occasionally connected application for handheld devices using NetWeaver Mobile 7.1. From my application how can I access other peripheral devices (for example: WebCam) to capture the pictures.
    Suggest me the ways to access the peripheral devices (WebCam) from my NetWeaver Mobile application.
    Thanks in advance.
    Regards,
    DVR.

    Hi Vinodh,
                   Please refer to SAP Note: 1057759 for getting the list of peripheral input/output device drivers supported in SAP Netweaver Mobile 7.1
    You can also go through the help portal link on how to use peripheral devices in mobile application.
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm
    In case you want to use another peripheral device like Webcam not supported, then you will have to take care of this in the application code itself. You can use JNI etc to talk to drivers like in a normal java application.
    Regards,
    Nipun

  • MI7.0 and Netweaver Mobile 7.1

    Hi all
    I went through the architecture and functionalities of NW Mobile 7.1, it seems there is a huge difference from MI 7.0. I am in the process of implementing MTT 2.0 at the client. We are going with MI 7.0. MTR is a generic sync application and I am bit curious the way NW Mobile 7.1 is going to support it.
    Is it adviceable to go directly with 7.1?
    How difficult or easy to upgrade the MAM and MTT applications and the MI setup from 7.0 to 7.1? (smart sync & generic sync)
    Is there any upgradation document available?
    Thanks
    Raj

    Raj,
    at this point in time NW Mobile 7.1 ist still in Ramp-Up. If you would like to implement xMTT 2.0 on 7.1 as of now you would either have to wait for the Ramp-Up to be finished or you would have to apply for the Ramp-Up and take part in it. Those are basically the options you have. So it's not a question of "is it advisable", it's more a question of "when does your customer want to go live" or "would they like to take part in the Ramp-Up".
    xMTT 2.0 will run in the compatibility mode of NW Mobile 7.1. Since it is generic sync it is going to be straightforward to setup the system for xMTT. The application looks the same except for that there is an additional window for the compatibility mode.
    NW Mobile 7.1 has a number of advantages over 7.0. Abdulla's blog is pretty accurate regarding these. The better sync is not going to make a big difference for xMTT, the new device management is a major step forward though. Especially since xMTT installations tend to be huge with ten thousands of users.
    Hope this helps,
    Karsten

  • Choosing unicode and non-unicode option in SAP Netweaver Mobile 7.1

    Hi folks,
    do we have the option of choosing a unicode or non-unicode format on installing SAP Netweaver mobile 7.1?
    Can we communicate MI unicode system with non-unicode backend?
    Let me know on where i can find more info related to this
    Regards,
    Kalyan

    Hi Ankur,
    you can also directly navigate to the mobile administrator using the web browser. The url is as follows:
    http://host:port/sap/bc/webdynpro/sap/sdoe_administration?sap-language=EN
    Host and port you have to adjust to your settings. These are the same settings you are using during synchronization on a client device.
    Regards,
    Stefan

  • Netweaver Mobile 7.1 Data Orchestration Engine and 3rd party apps...

    Folks,
    I have a third party mobile app that just won't go away (pun intended).
    I will have a XMAM AND a 3rd Party App on 1 mobile device x's 1000's of devices.
    Can I use Netweaver 7.1 DOE to synchronize my devices 3rd party app? I will have to develop new Business Objects of course.
    CP

    Hi Christopher,
    you can use Netweaver Mobile 7.1 to download and deploy so-called mobile components. These mobile components will be always installed into the NW client container. In principle it is possible to create "client installers" which allows you writing a xml script containing installation commands. But as far as I know these commands are restricted to things like copying, deleting, file modification etc. Instaling a CAB-file for example will not be possible. And I guess this is what you are looking for, right?
    In case, you want to deploy 3rd party apps written for Netweaver Mobile 7.1, deployment is definitely possible. You will create your app as mobile components containing business logic, data objects and UI in the designtime. These components you can remotely deploy through the DOE.
    I hope this answer is helpfull for you. In case you have more questions, let me know.
    Regards,
    Stefan

  • I updated itunes for my 64 bit system to 11.1.4. I was not able to detect my cd drive.  I removed itunes, apple software update, apple mobile device support, bonjour and apple applications support. After a few attempts it now recognizes my cd drive but no

    I updated itunes for my 64 bit system to 11.1.4. I was not able to detect my cd drive.  I removed itunes, apple software update, apple mobile device support, bonjour and apple applications support. After a few attempts it now recognizes my cd drive but not by ipod.  Any suggestions? Thanks.

    I updated itunes for my 64 bit system to 11.1.4. I was not able to detect my cd drive.  I removed itunes, apple software update, apple mobile device support, bonjour and apple applications support. After a few attempts it now recognizes my cd drive but not by ipod.  Any suggestions? Thanks.

  • Relationship between NetWeaver PI and Composite Application Framework

    I am new to PI and CAF and don't understand the relationship between these technologies.  They both seem to allow users to identify and integrate application services.
    Are they complementary?  Is PI required for using CAF, or only in some instances?  Is PI only needed if the application services are coming from both SAP and Non-SAP environments?
    It would be appreciated if someone could shed some light on this for a generally non-technical person.  I keep reading the PI and CAF product literature and can't clearly see the relationship.
    thank you.
    Jonathan

    Hi
    Please go thru the below discussion,
    PI 7.1 advantages related to ESOA ? (check pushkars comment)
    about  the installation...
    Re: CAF on PI7.1 stack.
    Regards
    Ramg

  • Attachments Function Modules in SAP Netweaver Mobile 7.1

    Google Traslator
    Hi Experts,
    I am currently developing an application on the SAP technology
    Netweaver Mobile 7.1
    I am in the process of setting BACKEND ADAPTER, model
    data fields are used data type STRING and XSTRING. According to the
    documentation, when using such data types, must be implemented
    additional attachment function modules, diferent to Bapi wrappers. They function
    modules are responsible for uploading and downloading of the fields in the
    DOE.
    In SAP Help, forums or on the same system, I can not find this type of function module and I would be very useful that they could send me an example.
    Best Regards,
    JM

    Hi,
    You need to have a separate table to store attachments in the backend.
    In the DOE define the attribute as STRING(tick the text memo) This you have already done .
    In the backend you will need another table where you will be storing the attachments.
    Lets assume you have a notification table : In this define the field for headertext with the data type as CHAR and length 1
    Create another table where you want to store the attachments:
    You can have the fields as NOTIFICATION and HEADERTEXT. This headertext should have a datatype STRING. You can also have a field called attachment type to store whether it is HeaderText or Binary Memo.
    Create a BAPI wrapper for getting the HEADERTEXT with importing parameter as NOTIFICATION and exporting HeaderText and a return parameter:
    Here the source code:
    SELECT SINGLE b~headertext INTO e_headertext
    FROM <notification table> AS a
    INNER JOIN <attachment table> AS b ON
    borderid = aorderid
    WHERE a~orderid = orderid AND
    a~headertext = 'X' and
    b~ATTCHTYP = 'HEDTXT'.
    Now in the DOE : give this function module name in the attachment Function module. SAVE (very important)
    After doing the mapping go to the attachment tab and do the mapping with the attachment function module.
    save and activate the backend adapter.
    execute SDOE_LOAD.
    Go to SE11: there should be a table starting <cds table name>ending with _TM.
    Create an application in the similar way. No extra code required.
    Regards,
    Sunaina Reddy T

Maybe you are looking for