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

Similar Messages

  • Some Query Regarding SAP NetWeaver Features

    Hi friends,
        Can u give me some simple questions answers regarding NetWeaver :
    1> What is the oldest and latest versions of NetWeaver and in which SAP versions it runs ?
    2> Whether we can write Report(Type 1) or Module Pool (Type M) programs in NetWeaver ?
    3> Will we only see the NetWeaver output in Browser ( like this SDN Community Network ) or can view the output also through SAPGUI.
    4> What is current scope of NetWeaver for Job prospect against SAP ABAP?
    5> The basic type of works handled by NetWeaver ?
    6> And whether it a different module in SAP like SD, MM , or new programming environment like ABAP, or SAP new technology like BW ?
    Please reply back to me.
    Thanks & Regards,
    Sujoy
    [email protected]

    Hi Sujoy,
    1. the oldest version means Netweaver 2004 is the first and old version than the next release of Netweaver 2004s the latest vesion is Netweaver 7.0
    2.u can checkout in SDN for assistance
    3.no can u brief ur question ,as my point of view this seems to be different  u cant view those things in SAGUI
    4.can u brief the question
    5.Netweaver is the concept merging the things with Java ,a netweaver has two stacks as ABAP and as JAVA ,java engine looks for the development environment for the portals and it acts along with the ABAP stack as a frontend web pages to connect the r/3 as the backend -Refer this note no:864172
    6.please to know more about http://help.sap.com/saphelp_nw04/helpdata/en/start.htm
    reward points welcome for the useful tips!
    regards,
    S.Rajeshkumar

  • "Error #2032" while trying to import BEx query through SAP Netweaver BW connection in Dasboard

    Hi Team,
    BO server version: 4.1 SP3 Edge edition
    Dasboard Version: 4.1 SP3
    BI Version: NW 7.4 SP7 (ABAP only)
    We are getting Error #2032 while trying to import BEx query through SAP
    Netweaver BW connection in dasboard Xcelsius.
    Please suggest to sovle this error.
    Regards,
    Vinay Shrimali

    There are several notes about this error - please see http://service.sap.com/sap/support/notes/1856691
    http://service.sap.com/sap/support/notes/1801130

  • 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

  • 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

  • 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

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

  • 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

  • SAP Netweaver Mobile 7.1 - Mobile Infrastructure 2.5

    Hi Everyone,
    Im kinda confused, is NW Mobile 7.1 the next version of MI 2.5? or it's all separate? What do they have in common?
    Thnx a lot.

    Hi
       NetWeaver Mobile 7.1 is infact the successor to MI 2.5 and MI 7.0 or in other words the next major release after MI 2.5 (MI 2.5 and MI 7.0 have the same architecture).  7.1 has been completely re-architected and has various improvements in terms of Scalability, Device Management, Data Volume and so on.  At the same time there is a compatibility layer in 7.1 which would enable applications currently running on MI2.5 and MI 7.0 to also run on 7.1.  For more information please refer to this <a href="http://help.sap.com/saphelp_nwmobile71/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm">link</a> and other documents present under
    http://service.sap.com/instguides and then navigate to
    -> SAP NetWeaver
    -> SAP NetWeaver Mobile 7.1
    -> Installation
    Hope this helps
    Best Regards
    Sivakumar
    Message was edited by:
            Sivakumar V

  • SAP Netweaver Mobile 7.1 is a Ramp-up version?

    Hi,
    I'm learning SAP Netweaver Mobile technology and I'm a little confused with that subject.
    There are a lot of information, but  when I read about it I found that:
    1)  DOE Data Orchestration Engine (the new name of  MI server) runs on SAP Netweaver ABAP 7.1 ... but there isn't a such ABAP AS version currently! The latest is SAP Netweaver AS 7.0, isn't? So ..  it's general available this version or it will be available later?
    2) Can I configure SAP Netweaver Mobile 7.1 on SAP Netweaver AS ABAP 7.0?
    Thanks for any answer
    Investiga

    Hi,
    Just for the sake of clarity,
    1. Its not a new name for MI(NW MI 7.0) nor its a new version of MI. 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. As Siva mentioned in the above reply, its out of ramp-up and is in general availability for anyone.
    2. I'm not sure if both MI 7.0 & MI 7.10 can be configured on the same AS as the version of SAP_BASIS differs. Ideally you should have a dedicated landscape(D-Q-P) for 7.10.
    Best regards,
    Vinodh.

  • SAP NetWeaver Mobile 7.1

    Hi All,
    My name is Malinda and im totally new to SAP's Mobile Side. What i want to know is how or what do you need for to setup and run SAP Netweaver Mobile 7.1?, where does the Data Orchestration Engine & Mobile Administrator come? are these components of Netweaver AS? and what is the composition environment and Netweaver developer studio is needed for. I just need a good clarification because im to implement this for my company. Thank You
    Malinda Wellawa

    Hi Malinda,
    the whole Netweaver Mobile 7.1 comes as its own software package. It is a real product which sits on top of other components (like Netweaver CE for the mobile designtime or the AS ABAP for the DOE).
    In order to install Netweaver Mobile there are basically two options. The right one depends on your case:
    - You can download the Netweaver Mobile 7.1 trial version from sdn. It contains the designtime and client runtime components. But it excludes the DOE in order to keep the setup for trial simple. It is available here (including a set of documentation):
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0846cb5-59ec-2a10-46a2-cff9cd9b8fc3
    - In order to get the DOE as well, you have to officially register for the Netweaver Mobile 7.1 Ramp-Up. Once you have been accepted as a Ramp-Up customer, you can download the software packages from the service marketplace. Information about the Ramp-Up you can find here:
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000695873&
    If you decide to go for Ramp-Up, you have to create an online scoping:
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000664532
    Hope these answers are helpfull for you.
    Regards,
    Stefan

  • SAP Netweaver Mobile 7.1 POC

    Hi all
    I am trying to build a proof of concept box (pc cube or laptop) to run in VMWARE for demonstration purposes only.
    I am planning to install the following:
    + Solution Manager 4.0
    + ERP 2004 : ECC 5.0
    + Netweaver 7.0 Stack
    + Netweaver Mobile 7.1
    + xMAM 3.0
    I still need to do full a sizing investigation, but I need to know the following before I start:
    + Can the ERP and the Netweaver stack be installed in the same VM
    + What version of VMWARE is best for the task?
    + Can I use VMWARE Workstation or Server?
    + RAM allocation for the VM (rough guide)
    + HDD requirements for the VM (rough guide)
    Ta... J

    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

Maybe you are looking for