SAP NetWeaver Mobile 7.1 inside of NetWeaver 7.1?

Is SAP NetWeaver Mobile 7.1 inside of NetWeaver 7.1?
If i have PI 7.1 and there is ofcourse NetWeaver 7.1 is ALL DOE stuff there? OR do i need
separated installation?
Thanks.
R

Hi,
SAP Netweaver mobile 7.1 is using the same DVDs as SAP Netweaver PI 7.1. Only difference is that you choose the option for Mobile System when starting the installation in SAPinst.
Everything is included in the installation and no separate installation is required.
Regards,
Shitij

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • 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.

  • SAP EHP1 FOR NetWeaver Mobile 7.1

    Hi,
    We plan to install a server for NetWeaver Mobile but wonder to install SAP EHP1 FOR NetWeaver Mobile 7.1 or SAP FOR NetWeaver Mobile 7.1. Any enhancement for the ehp1 package and limitation? Thanks,

    Hi,
    as Siva already mentioned - just to add the screen - if you enter service.sap.com/swdc and drill down to download the EHP support package for mobile, you get the following warning right at the top:
    Important Note:
    SAP enhancement package 1 for SAP NetWeaver Mobile 7.1 contains changes mainly targeted for use by the mobile applications SAP Mobile Defense & Security 1.6 and SAP Mobile Direct Store Delivery 4.0. Therefore SAP recommends to install SAP enhancement package 1 for SAP NetWeaver Mobile 7.1 only if you want to use one of the corresponding applications SAP Mobile Defense & Security 1.6 or SAP Mobile Direct Store Delivery 4.0.
    Due to that, you should go with usual MI7.1 stack.
    Hope this helps.
    Regards,
    Oliver

  • Query regarding SAP Netweaver Mobile 7.1

    Hello Experts !
    1. What is the difference between SAP Netweaver Developer Stuido and SAP Netweaver Mobile 7.1 or higher version ?
    2. For developing applications related to SAP Mobility which one is the better option ?
    3. What are the sources available to learn above given software ?
    Regards,
    Vaibhav

    Hello,
    For more information on NW Mobile 7.1, please refer to following link:
    <http://help.sap.com/saphelp_nwmobile71/helpdata/EN/63/8bf764d6be43dbbc59934a5c6e5175/frameset.htm>
    For the application development on Laptop Client(NW mobile 7.3) , refer the following link:
    <http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0a1ff2c-aa0e-2e10-f5a7-faa4bfecb6c0>
    For OCA Client(NW mobile 7.3)  , refer the following :
    <http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40fcc34f-af0e-2e10-41b3-f1f60bcb5a7f>
    Regards,
    Lakshmi
    Edited by: Lakshmi Reddi on Apr 25, 2011 8:17 AM

  • Download SAP Netweaver Mobile 7.1

    Hi Friends,
    Where can I get SAP Netweaver Mobile 7.1?
    Is it available on Service Market Place? If yes from where i ccan download it?
    If no, then what is the procedure for getting DVD's from SAP?
    Pls help me. Its urgent.
    Thanks and warm regards
    Purnendu

    Hi
       Since Mobile 7.1 is in rampup, not sure if you have access to download.  But anyway here is the link to download 7.1 from SMP.
    http://service.sap.com/swdc
    -> SAP Support Packages
       > Entry by Application Group
        > SAP NetWeaver
         > SAP NETWEAVER
          > SAP NETWEAVER MOBILE 7.1
           > NW MOBILE CLIENT SETUP 7.10
            > Win32
    Also dowload
    http://service.sap.com/swdc
    -> SAP Support Packages
       > Entry by Application Group
        > SAP NetWeaver
         > SAP NETWEAVER
          > SAP NETWEAVER MOBILE 7.1
           > NW MOBILE ADMINISTRATION 7.10
             > OS Independent
    Hope this helps.
    Best Regards
    Sivakumar

  • SAP NetWeaver Mobile 7.1- Distribution Rule

    Hi,
    I have work order header and work order operations nodes(item) in an SWCV.My requirment is to have operations whose work center is say "ABC" alone.
    I have created a distribution model for this Work Order  data object.Created a Distribution rule also with a device attribute WORKCNETER of operation node.
    While creating device in Mobile administrator , i give the device attribute for WORK CENTER = ABC
    But the device extracts data for items which does not have workcenter ABC.
    Solutions?
    Thanks and Regards,
    Muralikrishna T.

    Hi,
    SAP Netweaver mobile 7.1 is using the same DVDs as SAP Netweaver PI 7.1. Only difference is that you choose the option for Mobile System when starting the installation in SAPinst.
    Everything is included in the installation and no separate installation is required.
    Regards,
    Shitij

  • SAP NetWeaver Mobile 7.1: New sessions on SDN + RKT Workshops

    Hello mobile community,
    I'd like to thank the many participants (Seventy!) who attended the first two rollout sessions in the previous weeks. We are offering two more sessions in September and October. For details see my <a href="/people/community.user/blog/2007/07/12/live-sessions-get-up-to-date-on-sap-netweaver-mobile-71 session blog</a>. For those who missed it: We are providing eLearnings containing the content soon (please check the blog for updates).
    Some participants asked for the RKT workshops which are currently offered. Further information about these workshops can be found on the <a href="http://service.sap.com/~sapidb/011000358700002040182006E">RKT Workshop page</a> (SAP Service Marketplace Logon, e.g. S-User, required).
    Regards,
    Wolfgang

    Hello people,
    For everyone who has missed the Live Sessions: The eLearnings are now available. See the <a href="/people/community.user/blog/2007/07/12/live-sessions-get-up-to-date-on-sap-netweaver-mobile-71.
    Regards,
    Wolfgang

Maybe you are looking for

  • Not a single update itunes has worked for me

    I thought I knew a little about computers but now I just feel like an idiot. DLing the new itunes 7.3.2 has completely stumped me. I don't even know what version I had before I DL b/c it completely wiped it out of my system. 7.3.2 needs higher operat

  • Photoshop Elements won't install on Windows 8 - Error must have IE 4.0 or higher

    When I try to install Photoshop Elements 1.0.1 on a Windows 8 64 bit computer, it says I must have IE 4.0 or higher and I have IE 10 installed. How do I get Photoshop Elements 1.0.1 to install.

  • No content in email

    Have an intermittent problem with emails showing no content.  I can view via alternative webmail and see the content, but not in macmail.  Sometimes a shut down of mail and reopen shows the content.  Sometimes just waiting (wait time varies, but norm

  • Send workitem to two users

    Hi All,      I need to send a particular workitem to two users. One user is a fixed user and can be hard coded, the other user will be the initiator of the workflow. I have tried creating a container element, type SWD_AOBJID(dict data type radio btn)

  • OION Transaction-Group formation-URGENT PLEASE

    Dear PM experts, when I try to create Number range group in OION transcation in Testing client,it not getting created.Already around 150 groups are formed and objects were assigned.Is there is any restriction in NUMBER OF GROUPS in this Transaction.