Doubt about diference between SAPconsole and SAPmobile

Hello,
     I have been many doubts about diference between sapconsole and sapmobile, if anyone could help me I appreciate.
1) I have ECC6 instaled, the SAP Mobile is compatible with ECC6 or I need of Netweaver Instaled ?
2) If Possible to Install Sap Mobile in ECC6 , I have to Buy a license of sap mobile ?
3) in any product instaled Windows CE have possible to install sap mobile ?
4) In sap console what is the requirement for to do this configuration?
I Anybody to know about this informations please explain for me ?
Thanks

My apology, 
    The Basic Diference beteween SAPConsole and SAPMobile is :
SAPConsole ==>  
1 ) Don' t need a new Hardaware for to configurate
2 ) Only need a Machine with the IIS service installed
3 ) The SAPGui CD content the SAPCOnsole.exe for configuration
4 ) The equipment like Pocket and datacolletor has been to configurated in a Network( but if to have a entrance in the SAPGUi indicate a SAProuter in another factory is possible to have acesses.. ) is a mandatory. Cause the SAPCOnsle folow the SAPGUI entrances and need a LAN or a WAN configurated.
Advantage
simple to congurated and chip.
Easy to create to new window cause the SAPConsole only plubish this window in Browser.
Disadvantage
Need a lincense for each Poket or Datacolletor, wherever the equipment you will use.
Doesn't have a Database  using through Browser (IE6 or IE7) this way , during the processes lost network you go to lost the information not saved.
SAPMobile
1 ) Need the a good Machine  with a instance of SAP configurate
2 ) Have to found the EXE in the MarketPlace
3 ) is not publish, and yes a client with the database configurate in equipment
4 ) The equipment like Pocket and datacolletor has been to configurated in a Network
Advantage
Need only one SAP License, doesn't metter how many equipment  in use you have.
As the SAPMobile has a Database in the client , if you lost the network it goes to save in the local database and when the network come back , it will to synchronize. This way you don't need to work online every moment, you get to synchronize after.
Disadvantage
You profit in license is your lost in the Machine cause the price of Machine is expensive.
is configurate only in windows Mobile.
The window only can be create for a Developement and not in the SAP, have been created in windows Mobile.
A tip, the both is good but you can do a simple mathematics.
In the SAPConsole how much money you go to spend is the least of the Machine s Price.
If yes confurate the SAPConsole , if not configurate the SAPMobile

Similar Messages

  • Diference between choice and message choice

    Hi
    I'm testing UIX. What is the diference between choice and message choice? When I can use this components?
    Thanks
    Liceth

    The messageChoice control is a combination of the choice and messageLayout controls. You can read about all the components in JDeveloper's help.
    The messageLayout control lays out a prompt, indexed children, end child, tip, and inline message (error message that displays below the choice, for example). Typically, the only indexed child of this bean will be a form element of some sort, but as many children as necessary can be added.
    The prompt can have an icon associated with the type of message. The bean's destination is attached to the icon to link to further information. It is also possible to indicate that user input is required.
    Clients can also add an "end" named child which will be rendered after the indexed children.
    To lay out multiple messageLayout beans the messageComponentLayout bean should be used. When messageLayout beans are placed inside a tableLayout or labeledFieldLayout the prompts will line up.
    Jeanne

  • What is the diference between pane and panel?

    What is the diference between pane and panel?
    Thanks.

    The panel is the UI part of the VI. It can be divided into several panes which are simply different parts of the same panel, which can have seperate scrollbars, etc.
    Try to take over the world!

  • Diference between STO and Shipment order?

    Hi All ,
    There are two plants , one is manufacturing and other is sales .  In sales plant sales order is created and after MRP run Purchase requisition is created(for getting materisl from production plant) . In me59 we convert this Preq to shipment order.
    1)Can oyu please tell me whant is diference between STO and shipment order?
    2) Can you tell me what is the configuration to avoid creation of shipment order and system will only create the STO from Preq after executing Me59?
    Thanks
    Rohit Chavan

    Hi Chavan,
    Starting with "Shipmnt Order" definition => (from SAP Help):
       An order to a transportation service provider to ship goods from a shipper to a single consignee with agreed terms and conditions. The corresponding confirmation from the transportation service provider is also part of the business object.
       You can use this business object to subcontract the transportation of goods from a shipper to a single consignee if you cannot fulfill a shipment request yourself or if you regularly subcontract transportation services.
       You can also use this business object in the process of transportation service provider selection and tendering. The aim of both processes is to assign a suitable transportation service provider (TSP) to a shipment order.
    http://help.sap.com/saphelp_tm60/helpdata/en/66/dda98bb6b64c30b925f031bb0a2023/content.htm
    STO is just Stock Transport Order => functionality to move stock from one plant to another plant in two steps( inclidung GI in the sending plant and GR in the receiving plant).
    Usuall documnt flow in the STO process => PO(UB or NB order type), delivery, GI -> GR (done via migo for example).
    I believe that you can avoid cration of the Shipmnt order via correct selection on ME59 screen. Just something what is characteristic for STO and not for Shipmnt Orders.
    Best Regadrs,
    Tomek.

  • Diference between DATA: and TYPES: on internal tables

    Hi people,
    Can somebody help me. I wanna know whats the diference between DATA: and TYPES: on internal tables
    and whitch has the best performance, here is a eg:
    DATA: BEGIN OF ti_sbook occurs 0,
              carrid   LIKE sbook-carrid,
              fldate   LIKE sbook-fldate,
              customid LIKE sbook-customid,
              loccuram LIKE sbook-loccuram,
           END OF ti_sbook.
    AND
    TYPES: BEGIN OF ti_sbook ,
              carrid   LIKE sbook-carrid,
              fldate   LIKE sbook-fldate,
              customid LIKE sbook-customid,
              loccuram LIKE sbook-loccuram,
           END OF ti_sbook.
    DATA: gw_sbook       TYPE  TABLE OF ti_sbook,
    gs_sbook       TYPE ti_sbook.
    witch of both types is better?
    thanks.

    Hi Marcelo,
    For compatibility matters is better to create internal tables with a work area separately. So yes it's better to use types. When you work with Object Oriented coding you will need to use internal tables defined with types. Also when defining tables with types is the new way of coding, the another coding is getting obsolete defined by SAP. That's why when working in ABAP with OO (Object Oriented) code you'll have to define tables with types and not the other way.
    Hope it helps.
    Regards,
    Gilberto Li

  • Diference between SCP and FTPS

    Hi, people,
    Some know the diference between SCP and FTPS because I need to make a connection in one interface and I need to know the diference.
    Thanks!!

    Hi,
    have a look at this page:
    http://geekswithblogs.net/bvamsi/archive/2006/03/23/73147.aspx
    and check sections:
    FTPS (FTP-SSL)
    and
    SCP (Secure Copy)
    Regards,
    michal

  • Differences Between SapConsole and WebSapConsole

    Hi everibody.
    I am very new in this topic and i am really confuse with both terms.
    Is any difference between SAPConsole and WebSAPConsole?.
    Thanks in advantage.
    Ariel
    (sorry my poor english)

    Hi Ariel,
    In order to provide
    small-screen wireless functionality, SAP introduced
    the Mobile Data Entry (MDE) transactions in Release 4.6B (and extended them in 4.6C). These simplified business-process transactions are designed to be rendered in either the 8x40 or 16x20 display screens of the typical industrial Radio Frequency (RF) mobile computer.
    This rendering is done by “lightweight” middleware
    called SAPConsole which translates the SAPGUI protocol into ANSI for the RF mobile computer. This conversion eliminates the GUI features and converts text and input fields to characters that can be displayed on relatively
    simple display screens.
    WebSAPConsole does the same thing for HTTP based
    browsers on the newer CE mobile computers.
    In short WebSAPConsole is the extension to SAPConsole that supports browser capable devices. WebSAPConsole is delivered with the 6.40 Basis release as part of SAP NetWeaver.
    Regards,
    Ravi Sharma

  • Doubt about difference between "Send to sap" and "Send EWA Alerts to SAP"

    Hello All
    I hope that you can help me is juts a doubt about 2 check boxes
    I'm on setup of a EWA but when i´m on the configuration (dates, transfers ewa to sap, archiving of EWA etc) i see 2 check boxes
    that i don't know what is the difference
    The path is the following
    Tcode = DSWP --> Select the solution --> (the left column) Operations Setup --> Solution Monitoring --> EarlyWatch Alert  --> Setup EarlyWatch Alert
    Could you tell me what is the difference between "Send to SAP" and "Send EWA alerts to SAP" boxes?
    Thanks and have a nice day

    Hello Cherios,
    The "Send to SAP" check box is used when you want to sent a Production or Test (Quality) systems EWA data to SAP for analysis.
    Currently the "Send EWA Alerts to SAP" is not used at this time, and actually cannot be selected, and saved.
    There should now be no doubt about the two check box fields .
    Hope this information is helpful.
    Regards,
    Paul

  • LSO : need informations about relation between course and training need

    Hi all,
    i need some informations about relation between course (object E) and training need (object TN). After some tests, i note in my environment (SAP ECC6) that this objects are not related, there is no occurrence in table HRP1001. So, why ?
    Cheers

    Hi,
    tranining needs (TN) are linked to training types (D).
    You can also find information in SAP Service Marketplace
    http://service.sap.com/hrfr under France -> Media Center -> Training Needs Management
    Regards
    Frank

  • Docs about Interfaces between CO and BW/BI

    Hi all Gurus,
    I am just looking for documents about Interfaces between FI/CO and BW/BI. Can any body provide me the required documents. It is very urgent....  [email protected]
    Thanks in advance
    SIM
    Edited by: SIM on Feb 22, 2008 12:19 PM

    Hi
    You are right. I meant the interfaces between FI/CO and BW/BI. Namely how do we build the Interfaces such as IDOC and other interfaces between them. I need practice oriented docs with all steps towards building interfaces.
    Thanks
    SIM

  • Diference between close() and dispose()

    in Java Swings we had two methods to close a JFrame, i.e frame.dispose() and frame.hide() / or frame.setVisible(false).
    But in FX, we have a single methos to close the stage which is : Stage.close() and it is equivalent to hide().
    So does that mean, on calling stage.close(), the memory and the resources allocated to the stage remain intact and the stage is only vanished from the screen?
    Does that further imply, FX doesnt have any method to comple 'dispose' of the stage as in swings?
    please reply
    Edited by: 949779 on Jul 30, 2012 6:17 AM

    The docs donot say anything about the resource management done by Stages. Comparing it with Swing is useless since they're completely different.
    The reason for dispose() in Swing was that even when your code does not refer to a JFrame anymore, there are still native resources which refer to the JFrame which will keep it from being garbage collected. Dispose() releases those resources.
    In JavaFX the distinction between close and dispose is probably no longer needed because using weak refs they can track when the Stage is no longer referenced anymore and then release all resources associated with it (if it works that way at all).
    So, close() would 'hide' the Stage, and when it gets garbage collected an automatic 'dispose' occurs. If Stages needed any further special treatment I would expect a mention in the docs.

  • Diference between RAC and Grid

    I have 9i r2 RAC.
    What is the diference between 10G RAC and 10g Grid?
    What are my options to migrate?
    What are the advantages and disadvantages between migrating to 10g RAC or migrating to 10g Grid?

    A lot of the differences are cosmetic. Parallel server in 8i became RAC in 9i became Grid in 10g. There is no such thing as 9i Parallel Server, nor is there such a thing as 10g RAC, at least from a marketing standpoint. Once you understand that, the major differences are incremental-- 10g is probably more maintainable and easier to set up than 9i, 10g is probably more scalable as well.
    Migration is just a database upgrade. The upgrade guide will enumerate your options.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Hi plz any body knows about difference between po_vendors and ap_vendors_v

    Any body knows about the difference between po_vendors and ap_vendors_v .plz send me the solution regarding this.
    thanks & regards
    Raghavendra
    09962651456
    [email protected]

    Any body knows about the difference between po_vendors and ap_vendors_v .plz send me the solution regarding this.
    thanks & regards
    Raghavendra
    09962651456
    [email protected]

  • Oo diference between delpi and Java.

    I want to know what the oo differences are between java and delphi. I always thought delphi was a old not very advanced language, but I found out it supports encapsulation, inheritance, polymorfism and even interfaces.

    What OO differences are you concerned about, specifically?
    I've been away from Pascal since the '80s, so I don't know much about Delphi.
    Regardless, I would look into the following OO feature comparison (off the top of my head):
    - Multiple inheritance
    - Inner classes
    - Interfaces
    - Name Spaces
    - Type Safety
    - Garbage Collection / Memory Management
    - Reflection

  • Question about transfer between oracle and sql server

    Could i program to transfer lots of data between Oracle and SQL Server quickly?
    I have tried make two connection between two databases, but it took me lots of time to transfer data.
    How could I do it?
    Thanks

    Hi,
    If you need to move data fast, then use the Oracle Migration Workbench to Generate SQL Server BCP data extraction scripts and Oracle SQL Loader files.
    This is the fastest way to migrate the data.
    In the Oracle Model UI tab of the Oracle Migration Workbench, right mouse click on the tables folder. there is a menu option to 'Generate SQL Loader ...' scripts. This will help you migrate your data efficiently.
    Regards
    John

Maybe you are looking for

  • No days or dates in weekly view

    Just recently my iCal in weekly view hasn't shown the days of the week and the dates either. I have gone thru everything in the prefs and the menus and cannot find anything to bring them back.

  • VENDA DE AÇÚCAR - Substituição Tributária p/ RS

    Boa tarde PessoALL!!!        Segundo Protocolo ICMS 95 DE 2009, A PARTIR DO DIA 01/10/2009, TODA VENDA DE ACUCAR COM EMBALAGEM DE 1 E 2 KGS PARA O ESTADO DO RS DEVERÁ SAIR COM SUBSTITUIÇÃO TRIBUTÁRIA.         Foram feitos os cadastros devidos para qu

  • Multiprovider error

    Hi all, I am creating a Multi Provider (Z_M05) on top of a Cube (say Z_C05). While activating it it gives error message " Compounding Consistency of the Info Object xxxx not ensured". Can anyone suggest what could be done to solve this issue. Thanks

  • Use of strategy 51

    Hi, We have a scenario where the finished material (GA_FINISH) is assembled as per the customer requirement A level below that we can produce & maintain in stock (GA_ASSLY) Process planned as follows GA_FINISH (use strategy 51) Create PIR for GA_FINI

  • 5s 8.1 iOS: Restore errors 4005. Won't update or restore

    Hi Guys, I downloaded the 8.1 update via the latest iTunes and connected my 5s to update. The update failed and i got the 4005 restore error: iOS: Restore errors 4005, 4013, and 4014 Now when turn on the 5s it just shows the symbol to connect to iTun