Netweaver Mobile 7.1:  Laptop Solution

Hi,
I am having a doubt in Netweaver Mobile 7.1( laptop Solution) .
1.  Is there anyone who works on developments in Mobile solutions for LAPTOP?
2. I want to know how stable the laptop solution when compared to Hand-held Solutions.
3. Does any one worked on LAPTOP solution with multiple queries. If so how it is achieved. scenario which iam looking is
       a. I need to have a table control in first screen,This screen should display record based SFLIGHT-CARRID EQ 'AA' .(ie a   query should be executed for displaying the records.
     b. Upon clicking a record (lead selection) and click on a button it should navigate to new screen which shows details of SPFLI where SPFLI-CARRID EQ ''AA' and SPLFI-CONNID EQ '0017'.
Please help on this.
Regards,
Muhammed Nishad J

Hi Muhammed,
It is possible to write multiple queries in Laptop applications. You can refer to the below link for sample application in WebDynpro.
http://www.sdn.sap.com/irj/sdn/index;jsessionid=(J2EE3417100)ID1711633850DB01433408399207989022End?rid=/webcontent/uuid/503f22f6-b978-2a10-bf97-ddc21267e752
Regards,
Dhanya

Similar Messages

  • A Dump is comming in Laptop solution whil accessing a query

    Hi All,
    I am facing a problem Netweaver mobile 7.1 Laptop Solution.
    My first screen displays an set of records in a table. I need to select a record , and based on this I need to execute a  new query and the reult needs to be shown in another table. But in my component controller I have written a code  as below. This throws an exception. How to resolve this.
    The following code section can be used for any Java code that is
    not to be visible to other controllers/views or that contains constructs
    currently not supported directly by Web Dynpro (such as inner classes or
    member variables etc.). <p>
    Note: The content of this section is in no way managed/controlled
    by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
    MMSCompModel model1 = MMSCompModel.getInstance();
    QueryobjList = model1.createQueryWorkOrderObjList();
      //@@end
    Regards,
    Muhammed Nishad J
    Applexus

    Hi All,
    The Error I am getting is
    java.lang.ExceptionInInitializerError
         at mmscompmodelpackage.MMSCompModel.createQueryWorkOrderObjList(MMSCompModel.java:458)
         at com.applexus.mmshandhelduicomp.mmsapp.comp.MmsappComp.objlistFire(MmsappComp.java:236)
         at com.applexus.mmshandhelduicomp.mmsapp.comp.wdp.InternalMmsappComp.objlistFire(InternalMmsappComp.java:374)
         at com.applexus.mmshandhelduicomp.mmsapp.comp.WorkOrderGetList.onActionShowObjList(WorkOrderGetList.java:220)
         at com.applexus.mmshandhelduicomp.mmsapp.comp.wdp.InternalWorkOrderGetList.wdInvokeEventHandler(InternalWorkOrderGetList.java:290)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
         at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
         at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
         at com.sap.tc.webdynpro.clientimpl.scxml.client.SmartClient.executeTasks(SmartClient.java:671)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1439)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1259)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:158)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:88)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:81)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:614)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:634)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:565)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:304)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:701)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:233)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.WebDynproRequestHandler.handleRequest0(WebDynproRequestHandler.java:189)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.WebDynproRequestHandler.handleRequest(WebDynproRequestHandler.java:127)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.AbstractRequestHandler.handleRequest(AbstractRequestHandler.java:306)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.handleRequest0(SimpleHttpServer.java:247)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.handleRequest(SimpleHttpServer.java:215)
         at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.run(SimpleHttpServer.java:164)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: com.sap.tc.mobile.exception.standard.SAPIllegalArgumentException: Cannot find class mmscompmodelpackage.QueryWorkOrderObjList
         at com.sap.tc.mobile.cfs.meta.io.MetaRuntimeUtils.findClass(MetaRuntimeUtils.java:229)
         at com.sap.tc.mobile.cfs.meta.io.MetaRuntimeUtils.findClass(MetaRuntimeUtils.java:204)
         at mmscompmodelpackage.QueryWorkOrderObjList.<clinit>(QueryWorkOrderObjList.java:43)
         ... 34 more
    Regards,
    Muhammed Nishad
    Applexus

  • 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

  • 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

  • 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

  • NetWeaver Mobile 7.1 Performance

    We are evaluating NetWeaver Mobile 7.1 which uses Web Dynpro as option to develop an application which will run in an "occasionally connected mode".
    The application will initially run on laptops hence will have its own web server runtime (Mobile client) and database (probably MaxDB).
    Web Dynpro is known to have performance issues under certain conditions. This application will need to run in near real-time (its going to record time) in the offline mode and hence we are very concerned about using this technology.
    How good can Web Dynpro perform when accessing local data?
    Has anyone used it so far in such a scenario as it is a recent release? Can you share performance figures, if available?
    Any experiences or suggestions you can share are welcome.

    Hello,
    The webdynpro lient on laptop does not run on any tomcat server. In fact, you are not running the real dynpro implementation that runs on portal for example. You are creating the application in the webdynpro environment (as for the PDA UI) and run it in a new mobile client that is not using tomcat.
    Performance wise, webdynpro is only used for the UI display, so anything that runs in the background will be as fast as a java application can be.
    MaxDB is also industrial strength and proved to be really fast compared to previous options on MI (DB2e).
    Overall, the whole new client layer is know to be faster than the previous iteration... and the middleware is much much faster with replication time to the roof.
    Hopes this gives you a good starting point,
    Julien.

  • Does SAP Netweaver Mobile support integration with devices like Intermec?

    Hi All,
    We have a scenario where the customer is currently using SAP Console based approach for RF transaction related requirement. The device used is Intermec CK31 for barcode scanning and updating the data in the SAP backend. Some example scenarios are Goods Issue & Scrap. Since the SAP Console based approach does not support Offline mode, the customer is interested in evaluating the option of using SAP Netweaver Mobile for the solution.
    Related to this requirement, we have the following queries.
    1)  Does SAP Netweaver Mobile support Intermec CK31 device without a product like Mobile Factory. What are the pros and cons in this approach of using SAP Netweaver Mobile only? If yes, are there any documentation how this can be accomplished?
    2) Are there simulators for Intermec scanning devices like Intermec CK31 to be used while application development?
    3)  Can Mobile Factory be used for implementing this requirement? Can it support offline scenarios without SAP Netweaver Mobile? Does Mobile Factory provide Simulators for the devices such as Intermec CK31 for application development?
    An early response would be greatly appreciated as we are in the process of evaluating a right approach for the customeru2019s requirement and the same needs to be provided soon.
    Thanks in advance.
    Suresh

    Hi,
    Refer to note 1057759 for the delivered Drivers for Peripherals  and devices supported in SAP DOE. This lists all the supported barcode scanners for SAP Netweaver Mobile. Those derivers are certified after testing to work only with that device and OS configuration.
    Regards,
    Suma

  • Regarding the migration from mi 2.5 to Netweaver mobile

    Dear All,
    We need to migrate an mi 2.5 to netweaver mobile 7.1. I have read a white paper by SAP for the same which has six step approach. Even i have read certail documents which has certain clauses like if a filter has placed on two fields in mi 2.5, that rule cannot be migrated automatically, which need to be created manually.
    So i need to understand the following things.
    1. What are limitations/clauses  in the modelling regarding the migration to netweaver mobile?
    2. As there are data objects, associations, dependancies, distribution model, distribution rules in netweaver mobile, what are the corrosponding things in mi 2.5, to acheve the data distribution dynamically and depandancies between the syncbos?
    3. What are all things i need to study regarding the current implementation of mi 2.5 in terms of data modelling and mobile application?
    4. LImitations of mi 2.5/7.0 over Netweaver mobile 7.1
    Can anyone please help me in this so that it will be great help for me.
    Regards,
    Kiran.

    Thanks Ajith,
    This is really good piece of input. Did you get any chance to gothorugh my word document. There are couple of clarifications what i have need is mentioned in that with the screen shots.
    Clarifications are:
    1. There are filters created for certain syncbos. They seems to be dynamic filters, so where can i see in the current mi 2.5 system where these values like ME-SYNC_USER is configured. This is the field that they have used for the dynamic filtration of data.
    2. And there are no syncbos which have u201CFiltered by referencing Syncbosu201D enabled with the reference to excel and screenshot in the word document. Is this the way to look at related syncbos and if yes does it mean that there are no relations between the syncbos in the current mi 2.5 system?
    3. Even though there are entries in merep_408 table for certain syncbos but i am unable to view the syncbo exits using the transaction merep_sbuilder. It shows the exits for ZEFACTIVITY but not for the others. What does that mean, is that mean exits are not maintained for the other syncbos.
    4. Is S01 and T01 syncbos converted to Data Objects in Netweaver mobile. If they are converted, can you please explain clearly what is meaning of not supported and unable to use the capabilities of netweaver mobile 7.1, bacuse i am unable to understand.
    5. Is the laptop client O/S dependant or if we install the respective jvm then does the same client run on all O/S.
    6. While synchronization from the standard client it hits standard sync service provided by SAP, if the concurrency is more or overloaded, then what will be the alternative? In this i am not talking about load balancing. Can we do any routing to other server, is that the network configuration and any configuration done at DOE level?
    I am really bombarding you with so many clarifications but can you please help in this so that it really helps me alot.
    Regards,
    Kiran.

  • Is Netweaver Mobile still necessary with the latest SUP?

    I am confused about how or if Netweaver Mobile fits into the architecture if you are using the latest version of SUP.  I saw this thread (future Netweaver Mobile and SyBase Unwired Plataform) a few months ago and got the impression that it is no longer needed.  I am assuming that if we bring SUP in-house, that we won't need to also standup Netweaver Mobile.  Is this true?

    Hi Timothy,
    well, he is right in a way - but one thing: what is SUP DOE? There is no SUP DOE as such and there will not be as I was told here at TechEd by SAP representatives.
    So: it is correct, NW Mobile will not be further developed.Bug fixing yes, but no further development as such. Perhaps it gets obsolete in the future, as SUP is getting better - okay. But it will always be there for the next years and if SAP wants to get rid of it, they need to give clients a way to migrate to another solution. So even there is no further dev it will not get switched off at some point in the future. And: with NWM7.3 we have a big development in NWM to allow a better integration with SUP out of the box.
    So if you want to use CRM mobile, you 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.
    So to summ this up: the SAP representative was either unclear to you at this point or he should read the documentation again. Sorry I have to say it this way, but you definetly need NWM if you are running CRM and the DOC part will not be included in the SUP. We have seen the SUP development agenda for the next releases to come, there was nothing like that mentioned. Even better, the DOE-C will be included in standard sUP, which means out of the box you have a better ability to connect SUP to NWM and so to use the DOE.
    By the way the same as I said for CRM is true for the new EAM Mobile solution from SAP and Mobile Sales as well. So all of these 3 apps use NWM, DOE-C and SUP. This is off course a big issue for some clients, cause the maintenance cost of the landscape increases due to the fact, that they need a new SUP-Server and can not switch off the NWM box.
    On the other hand as said: if you are running a smaller scenario and have no need for CCMS integration, complex monitoring, enterprise device handling from the data side,...... then you will be absolutely happy in using SUP only. It will take some more time to integrate SUP really into the SAP world and extend it by some really needed features and enhance the monitoring abilities for the business for example.
    Hope this does not confuse you too much.
    Regards,
    Oliver

  • Error when installing Oracle Lite for Mobile Field Service Laptop

    Hi,
    I am facing a strange problem when installing Mobile Field Service Laptop agent "Oracle Lite" on my laptop.
    When I run the setup, it asks me username and password, after entering the information, when I proceed, I see setup window which displays below messages
    "Authenticating with server... "
    Please wait. This may take several minutes ...
    Then it hangs for several minutes, approx 5 to 10 mins, and then gives message
    "Could not connect to server: HTTP/1.0 502 Bad Gateway"
    I am not able to proceed with setup.
    But none of my other colleagues are facing this issue, even though the network, proxy settings and java version are same.
    Any idea about this error?
    Regards,
    Mohammed

    I thought polite.ini us required....how r u using MFS without polite.ini?

  • 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

  • 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

Maybe you are looking for

  • Mapping API

    Hi Friends,    Could anybody here tell me where to find this com.sap.aii.mapping.api.StreamTransformation package? Thanks in advance. Regards, Tamilarasan.

  • No ActionResult returned for action [/strutsModule/login] in Struts module

    Hi these are the steps followed by me in developing a struts portlet.<br> 1) I created an Application <br> 2)Created a new Portal project in the application.<br> 3)I created a struts project and i placed all my jsps in the folder strutsModule.<br> 4)

  • Exporting a DV PAL Timeline as Apple Pro Res 422.......Any Advantages????

    Hello Apart from the file space you save are there any quality advantages in exporting a DV PAL sequence to Pro Res 422? Some of my students are convinced that it looks better and plays better on their monitors. I'm thinking that their final output w

  • Appropriate use of inheritance

    We have many Database Access Classes (D1, D2, D3...) for each table in our application. All of these classes need to access some common functions such as getConnection and getResultSet. I suggested keeping these functions in a separate Utility Class.

  • Cannot install iTunes 11.1.4 for Windows HELP???

    I tried and I get the message Runtime error! Program: C:\Program Files (x86)\iTunes\iTunes.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.