Netweaver mobile 7.0 vs Netweaver mobile 7.1

Hi,
I am new at developing mobile applications . I have to develop a CRM project on mobile and my BASIS admin asked me if NW7.0 mobile or NW7.1 mobile is necessary . I dont know the differences between them. I think NW7.1 mobile is needed, because all the help documents and forums are on 7.1...Could you help me on this subject...(with explanations on 7.0 and 7.1 mobile )

Hi,
NW Mobile 7.10 also called as the Data Orchestration Engine(DOE) is altogether a new platform that is slated to be the successor of MI 7.0. You should be able to see the NW Mobile 7.10 installation in the SAP service market place and its part of SAP_BASIS 7.10 packaging. It is now generally available in market.
We mean that SAP NETWEAVER AS ABAP 7.1 is released and in the same netweaver stack , Netweaver mobile 7.1 is also available.
To install an SAP system or parts of an SAP system , SAP NETWEAVER AS ABAP 7.1 DVD is available .Usage type Mobile requires Application Server ABAP and there isnt any seperate installation unit for DOE(server side) alone.
But if you want to use the default mobile client with DOE, then additional installable units are required(SAP GUI for windows/ SAP GUI for Java,netweaver developer studio(part of nw CE 7.1) and sap netweaver mobile client 7.1 )
NW mobile 7.1 is seen as a product with stable archietecture that is scalable .
Regards,
Liji

Similar Messages

  • 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

  • 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

  • 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

  • Training for SAP NetWeaver Mobile 7.1

    SAP NetWeaver Mobile 7.1 is now in unrestricted shipment.
    How can you learn the details and start the development ?
    SAP Education has launched the official training offering: "MOB100 SAP NetWeaver Mobile 7.1 - Development and Administration". To sign up for a training, either search for it in the [SAP Training catalog|http://www.sap.com/services/education/index.epx] or check out the [currently offered trainings in Brussels/Belgium|https://service.education.sap.com/sap/bc/bsp/sap/hcm_learning/trainingtype.htm?sap-params=cGx2YXI9MDEmb3R5cGU9RCZvYmppZD03MDA2NjQyMw%3d%3d].
    Of course you can also always start with our elearnings provided in the SDN:
    [SAP NetWeaver Mobile 7.1 New Development Cycle and Tools |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204fc387-6646-2a10-99b7-bba030bc3f68]
    [SAP NetWeaver Mobile 7.1 Architecture Overview and Runtime |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e048e20c-7246-2a10-e8a5-8b2b78b5b994]
    Enjoy !
    Stefan
    Edited by: Stefan Wawrzinek on Dec 9, 2008 6:01 PM

    Hello mobile community,
    Workshop in Walldorf next week still have seats available.
    Take you chance and register now.
    Regards,
    Wolfgang

  • SAP NetWeaver AS ABAP 7.1 for Mobile 7.1 Trial Version

    From where can I get the SAP NetWeaver AS ABAP 7.1 which is required to run data synchronization with
    NetWeaver Mobile 7.1 ?
    As per the download notes, for mobile 7.1 -
    "Note: SAP NetWeaver AS ABAP 7.1 is NOT part of the download package, but is integral part of the product shipment SAP NetWeaver Mobile 7.1. In order to synchronize applications that you have developed with SAP NetWeaver Mobile 7.1 Trial Version, you absolutely need to install SAP NetWeaver AS ABAP 7.1 also. Without such installation, applications you have developed with the Trial Version will only be able to run standalone on NW Mobile Client, but without data synchronization.
    Does the CE version contain AS ABAP 7.1? Link to the specific download pl.

    Hi,
    There's no SAP NetWeaver AS ABAP 7.1 trial version available on SDN. The CE trial version only contains the Java AS.

  • 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

  • How to register a Mobile device Id in the netweaver Administer login?

    Hello all,
                 How to register a Mobile device Id in the netweaver Administer login?
    I logged in as J2ee_admin and I see SAP Mobile Infrastructure under the Administration adn underneath I see Mobile device releated configurations But there I don't see any options for creating a entry for registering a mobile device.
    How can we register a mobile device/laptop there???
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hi Greetson,
    well, if you open the NWA and select
    "Mobile Infrastructure->Device Maintenance", search for all devices.
    Select the deviceId you are interested in, then in the bottom part of the screen you will find some informations of the device. Open the second tab ("Mobile Components"). You should see "MobileEngine JSP" there as entry. Correct so far?
    Then there is a button "Add/Remove"
    If you select that button a new window opens. In there you can select the component you want to install on the device. Please enter the username as well - this is mandatory for the assignment. Well, then press add and the entry occures in the list at the bottom of the screen.
    Next Sync - app comes down to the device.
    Oh - before this can happen, you have to deploy the SDA file on the J2EE - but this is a logical step I guess.
    Hope this helps to solve the issue
    Regards,
    Oliver

  • Consume SAP Netweaver Gateway Web service in Windows Mobile 6.5

    Hi All,
    I am using Netweaver Gateway Webservice in Windows Mobile 6.5 platform. I know if need to make POST request, first i need to make GET for fetching CSRF token and then passing the CSRF token again with POST request to do the create operation. So i have used the below syntax. But it is always saying as 403 forbidden status while making POST request. I had successfully fetched CSRF token in my get request. Is there any help available for the below syntax?
    HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(new Uri("http://hostname:8040/sap/opu/odata/APLX/ST_GRRF_TS_01/Headers"));
                request.Credentials = new NetworkCredential("ddsdsdsd", "sdsdsdsdsds");
                request.Method = "GET";
                request.ContentType = "application/atom+xml";
                request.Accept = "application/xml,application/atom+xml";
                request.AllowWriteStreamBuffering = true;
                request.Headers.Add("X-CSRF-Token", "Fetch");
                request.KeepAlive = true;
                WebResponse response = request.GetResponse();
                string strcsrf = response.Headers["X-CSRF-Token"];
                string strcookie = response.Headers["Set-Cookie"];
                string pXml = @"<?xml version=""1.0"" encoding=""UTF-8"" ?> <atom:entry xmlns:atom=""http://www.w3.org/2005/Atom"" xmlns:d=""http://schemas.microsoft.com/ado/2007/08/dataservices"" xmlns:m=""http://schemas.microsoft.com/ado/2007/08/dataservices/metadata""> <atom:content type=""application/xml"">" +
                     "<m:properties>" +
                       "<d:I_MBLNR>004</d:I_MBLNR>" +
                       "<d:I_MJAHR>2011</d:I_MJAHR>" +
                       "<d:I_SELECT>1</d:I_SELECT>" +
                       "<d:I_REFDOC>4500000001</d:I_REFDOC>" +
                       "<d:I_MATNR />" +
                       "<d:I_SLOC>0001</d:I_SLOC>" +
                       "<d:I_DELNOTE />" +
                       "<d:I_GR_GI />" +
                       "<d:I_PLANT>R303</d:I_PLANT>" +
                       "<d:I_VENDOR>R3000</d:I_VENDOR>" +
                       "<d:I_DATE>2013-09-08T00:00:00</d:I_DATE>" +
                       "</m:properties>" +
                       "</atom:content>" +
                     @"<atom:link rel=""http://schemas.microsoft.com/ado/2007/08/dataservices/related/Items"" type=""application/atom+xml;type=feed"" title=""APLX/ST_GRRF_TS_01.Header_Items"">" +
                     "<m:inline>" +
                     "<atom:feed>" +
                     "<atom:entry>" +
                     @"<atom:content type=""application/xml"">" +
                     "<m:properties>" +
                       "<d:I_MBLNR>003</d:I_MBLNR>" +
                       "<d:I_MJAHR>0000</d:I_MJAHR>" +
                       "<d:ITEMNO>000001</d:ITEMNO>" +
                       "<d:MATNR>R100000</d:MATNR>" +
                       "<d:QUANTITY>1</d:QUANTITY>" +
                       "</m:properties>" +
                       "</atom:content>" +
                       "</atom:entry>" +
                       "</atom:feed>" +
                       "</m:inline>" +
                       "</atom:link>" +
                       "</atom:entry>";
                request =(HttpWebRequest)HttpWebRequest.Create(new Uri("http://hostname:8040/sap/opu/odata/APLX/ST_GRRF_TS_01/Headers"));
                request.Credentials = new NetworkCredential("ddsdsdsd", "sdsdsdsdsds");
                request.Method = "POST";
                request.ContentType = "application/atom+xml";
                request.Accept = "application/xml,application/atom+xml";
                request.AllowWriteStreamBuffering = true;
                request.Headers.Add("x-csrf-token", strcsrf);
                request.Headers.Add("set-cookie", strcookie);
                request.KeepAlive = true;
                request.AllowAutoRedirect = false;
                request.ClientCertificates = cn;
                //request.Headers.Add("content-type", @"application/atom+xml");
                //request.Headers.Add("content-length", pXml.Length+"");
                byte[] bytes = Encoding.UTF8.GetBytes(pXml);
                request.ContentLength = bytes.Length;
                using (Stream putStream = request.GetRequestStream())            {
                    putStream.Write(bytes, 0, bytes.Length);
                    putStream.Close();
                response = request.GetResponse();
    Here the response in the last line always shows 403 forbidden status.

    Hi Mohanasundaram,
    This is the wrong forum for Gateway questions - sorry. Please try the following forum:
    http://scn.sap.com/community/netweaver-gateway
    Best regards,
    Jon

  • Netweaver Mobile Add-in Installation on NW700 with EHP1

    Dear all,
    we have a netweaver 7.00 EHP1 platform, on which Mobile Infrastructure also has to be installed
    But i am not sure how it can be done. Reading notes i saw that as of EHP1 it is not possible to install MI as Java Add-in
    Many thanks in advance!
    CaglarDereli

    Hello Markus,
    sorry i forgot something..
    I have already installed a SAP JAVA Application Server and connected to Abap System
    Now the customer wants to have MI application .
    My question was about installing or adding MI to the currently running Java Appl. Server
    I can not install it as Add-in, can I ?
    Regards
    CaglarDereli

  • 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

  • SAP Mobile Engine with SAP NetWeaver 7.0 Java Trial Version ?

    Hi, I would like to know if I can use the SAP Mobile Engine on the SAP NetWeaver 7.0 Java Trial Version that you can download form SDN or in other words if I can configure a test system with the SAP NetWeaver 7.0 ABAP SP12 and SAP NetWeaver 7.0 Java Trial Version ?
    I figure out that I can Develop some BAPI Wrappers on the ABAP Trial Stack but I can't enter on the SAP Mobile Engine in the JAVA stack, so is there any way ?
    Thanks.
    Matias.

    Hi Sivakumar, first of all thanks for your help
    So I have all of these this Trx. on my Netweaver Middleware which is a Trial Abap Version: (MEREP_MON, MEREP_PD, MEREP_SBUILDER) .... And I followed some Tutorial and did some BAPI WRAPPERS, so you are telling me that I don't Need any JAVA STACK?, at least just to test?, Becasue I need  to syncronize the PDA with the ABAP Trial server which is my Middleware also, ??  I have to Develop a Webdynpor for JAVA Applicaction in order to use an applicaction on my PDA (I would like to work OFFLINE applicactions, so that way How I can Upload the webdynpor App. to the PDA  and Sync them ?
    Thanks.

  • Upgrade Mobile 2.5 to SAP Netweaver Mobile 7.1

    Hi,
    We have to create the file .SDA with NWDS following the steps of the Sap Note 1548566 - MAM Application Start Error,then deployment the application in Sap Netweaver Mobile 7.1 Cliente, but when we try to start the application it show us the follow error:
    Error: 500
    Location: /campofrioapp/campofrioapp/Menu.do
    Internal Servlet Error:
    javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
         at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)
         at index._jspService(index.java:62)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Unknown Source)
    Could you help us to solve this error please?
    Best regards
    Fernando

    Hi,
    most likely your precompilation of JSP files did not work. While creating JSPs, check if they are really there - or if the resulting Java code is empty.
    In that case you would get this error.
    Hope this helps.
    Regards,
    Oliver

  • I cant start SAP NetWeaver Mobile 7.1

    Hello!
    I explain my situation.
    I downloaded SAP NWM 7.1 from here
    http://www.sdn.sap.com/irj/sdn/downloads?rid=/library/uuid/c0846cb5-59ec-2a10-46a2-cff9cd9b8fc3
    And downloaded next creme version:
    CrE-ME412_ARM_CE42_PPC
    I just follow the instruction from the next post:
    Basicly,
    1.Install Crème cab file
    2.Install MINDB cab file
    3.Install pda_runtime_wince.cab
    4.Install pda_eswt_container.cab
    When i start the NWM its appear a message  "Creme is Running..." but next nothinh happens.
    I see my log file and it says:
    <?xml version="1.0" encoding="utf-8"?>
    <l>
    <h n="/MIlog/trace_6.trc" v="1.5" d="2010-01-03" t="19:25:26">
    </h>
    <rs>
    <r id="1262543124522" t="19:25:24" d="2010-01-03" s="E" c="000" u="" g="" m="Error creating initial tables --> {0}">
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    <r id="1262543124607" t="19:25:24" d="2010-01-03" s="E" c="000" u="" g="" m="Error dropping initial tables --> {0}">
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    <r id="1262543126252" t="19:25:26" d="2010-01-03" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"></f>
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    <r id="1262543126255" t="19:25:26" d="2010-01-03" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"></f>
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    <r id="1262543128563" t="19:25:28" d="2010-01-03" s="E" c="000" u="" g="" m="Error loading metadata --> {0}">
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    <r id="1262543128683" t="19:25:28" d="2010-01-03" s="F" c="000" u="" g="" m="Cannot initialize framework --> {0}">
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"></f>
    </r>
    I'm using a HTC Diamond device, with Windows Mobile 6.1
    I hope i says enough information, and somebody can help me.
    Thank you so much for your time.

    Hello ,
               Prblem is on your windows mobile 6.0 / 6.1. WM 6.0 /6.1  is not officially supported by SAP MI client yet. But eventhough we were able to bring up the MI client on WM 6.0 . You need to install the correct CrEme version using the below download link:
    http://www.nsicom.com/Default.aspx?tabname=me
    Check the below two OSS for ore details :
    SAP Note 772334 - Download of a CrEme-Cab file with
    permanent license
    SAP Note 720225 - Which version of CrEme do I have to
    install on which device?
    You have to use the CrEme 4.1.2 for Netweaver Mobile 7.1 .
    Alos you need to use the correct MI client CAB file for the MI client installation.
    We used MI Client SP 13 version for Windows Mobile 6.0 or try SP 20 . Either one of them will work.
    Hope this will resolve your issue .
    Thanks,
    Greetson

  • 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

  • ROI of implementing SAP Netweaver Mobile 7.1

    How can we calculate ROI of NW mobile 7.1 implementation?
    In what areas can SAP Netweaver Mobile 7.1 ensure savings/ reduced expenditure?
    Some example areas are:
    1. Paper work
    2. Operational Cost (Eliminated Data Updation time)

    Hi,
    I dont think this link gives the exact answer for your question but it definitely helps you to calculate the same or atleast gives you an idea about what sap netweaver mobile 7.1 is about and the benefits it offers and what can be achieved with it.
    SAP NetWeaver Mobile 7.1
    Best Regards,
    Siva.

Maybe you are looking for

  • Can not receive IDocs

    Hi together, I have configured an IDoc listener in xMII 12. The listener is started. According to the connection test in transaction SM59 the connection to the listener is fine. Distribution model and so on are all created. Now I try to send me the I

  • Purchase Price List

    Dear all, I have a problem about last purchase price in Purchase Order. So Far from my test, the last purchase price is updated after AP Invoice is created. But, I need the last purchase price changed after Good Receipt PO by Warehouse. is there any

  • How to Retain Graphic Equalizer Settings?

    When I click on the Graphic Equalizer icon in FCPX (under Audio Enhancements in the Inspector for a selected audio clip), it always opens up with the default settings for the selected Equalization mode even if the mode isn't changed.  The documentati

  • I restore my iphone 2g but there's an error occured (2003) how can I restore my iphone

    I restore my iphone but there's an error occurred (2003) how can I restore it

  • Cannot get online with d-LINK wireless router

    I am using a PB G4 with an Airport card firmware 9.52. All software is up-to-date. (OS 10.4.6) The airport works fine in other locations -- seeing many signals and getting onto internet. But at home it is not working. My roommate has an iBOOK and it