It is possible to do real synchron synchronizaton on SAP MI (MAM) ?

Hello I have question about SAP MI / MAM apps and synchron process :
SAP MAM or SAP MI own apps synchronization between MI Client and MI server provide with following steps :
a) start sync on Client
b) every relevant sybcBO object on Server start synchronize
c) sync stop on Client
d) every syncBO objects (from server to client) are on status Waiting (on MAM apps, where is many objects and huge of datas, syncBO object still adding the counter of number of synBO Waiting objects)
e) next synchronozation on Client MI
f) if every syncBO will be prepared on status Waiting, start real synchronizaton and syncBo status Waiting is changed to status Finished
result - all real datas are synchronize after 2 synchronozation processes.
Is it OK? I need make a real "SYNCHRON" synchronization !
Did I need to change some parameter on client or server for "real sychron" synchronozation ?
Thanx for hepling me
PS: the parameter on MAM "ALMConfig.properties" - UPD_SYNCTYPE=SYNC; DWN_SYNCTYPE=SYNC

Hi Michal,
Parameter in ALMConfig will only work if after you start MI you go to MAM link. In this case, MAM app will be instantiated by tomcat and config file uploaded.
Easier and more sure way of doing real synchronous sync is to set parameters in MI config file. You can push them down to the device as an add-on.
Here are parameters that need to be in /settings/MobileEngine.config file for MI2.5/7.0:
MobileEngine.Sync.RepetitiveSyncEnabled = true
MobileEngine.Sync.TimeBetweenRepetitiveSyncs = 10000
MobileEngine.Sync.MaximumNumberOfRepetitiveSyncs = 5
You may need to increase settings if your system is big or connection slow.
I think there is a note for MI where you can donwload this as a ready to use add-on.
Cheers,
Larissa Limarova

Similar Messages

  • Is it possible to call web service from ABAP SAP 4.6 c..If yes how

    Hi Friends,
    Is it possible to call web service from ABAP-SAP 4.6 c..If yes Could you please let me know how.
    Thanks in Advance.
    Murali Krishna K
    Edited by: Murali Krishna Kakarla on Jan 26, 2008 7:09 PM
    Edited by: Murali Krishna Kakarla on Jan 26, 2008 7:11 PM

    Olivier CHRETIEN wrote:>
    > Hi Terry,
    >
    > So these function modules must use the SAPHTTPA RFC destination which uses the exe saphttp.exe ?
    >
    > How much abap code lines do you have for a web service call ?
    > Do you have to code the call specifically for each different web service ?
    > Are you able to use the WSDL ?
    >
    > Nice job if you have coded your own private SOAP runtime !
    >
    > But I don't think this is an easy solution for everybody...
    >
    > Regards,
    >
    > Olivier
    Yes, SAPHTTPA (runs on application server) and/or SAPHTTP (runs on front-end pc), one of which, is required for HTTP communication.  So far, nothing too elaborate as far as SOAP goes, but the logic is simplistic.  Here's some sample code:
      DEST = 'SAPHTTPA'.
      TRANSLATE HOST TO LOWER CASE.
      MYURL = 'wssrvTest/Service.asmx/GetByOrderItem'.
      CONCATENATE HOST MYURL INTO MYURL.
      REQUEST_HEADERS-DATA = 
                  'Content-type: application/x-www-form-urlencoded'.
      APPEND REQUEST_HEADERS.
      CLEAR REQUEST_HEADERS.
    *........Convert Order Number to External Format........................
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
                INPUT  = ORDER
           IMPORTING
                OUTPUT = ORDER.
    *........Convert Item Number to External Format.........................
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
                INPUT  = ITEM
           IMPORTING
                OUTPUT = ITEM.
    *........Convert Material Number to External Format.....................
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
                INPUT  = MATERIAL
           IMPORTING
                OUTPUT = MATERIAL.
      CONCATENATE 'sOrder=' ORDER
                   INTO REQUEST_BODY-DATA.
      APPEND REQUEST_BODY.
      CLEAR REQUEST_BODY.
      CONCATENATE '&sItem=' ITEM
                   INTO REQUEST_BODY-DATA.
      APPEND REQUEST_BODY.
      CLEAR REQUEST_BODY.
      CONCATENATE '&sMaterial=' MATERIAL
                  INTO REQUEST_BODY-DATA.
      APPEND REQUEST_BODY.
      CLEAR REQUEST_BODY.
      CALL FUNCTION 'HTTP_POST'
           EXPORTING
                ABSOLUTE_URI          = MYURL
                RFC_DESTINATION       = DEST
                BLANKSTOCRLF          = 'X'
           TABLES
                RESPONSE_ENTITY_BODY  = RESPONSE_BODY
                REQUEST_ENTITY_BODY   = REQUEST_BODY
                RESPONSE_HEADERS      = RESPONSE_HEADERS
                REQUEST_HEADERS       = REQUEST_HEADERS
           EXCEPTIONS
                CONNECT_FAILED        = 1
                TIMEOUT               = 2
                INTERNAL_ERROR        = 3
                TCPIP_ERROR           = 4
                DATA_ERROR            = 5
                SYSTEM_FAILURE        = 6
                COMMUNICATION_FAILURE = 7
                OTHERS                = 8.
      CHECK SY-SUBRC = 0.  "more appropriate msg goes here
      LOOP AT RESPONSE_BODY.
        IF RESPONSE_BODY+0(7) <> '<string' AND
           RESPONSE_BODY+0(8) <> '</string' AND
           RESPONSE_BODY+0(5) <> '<?xml'.
          SPLIT RESPONSE_BODY-DATA AT '=' INTO FIELD_NAME FIELD_VALUE.
          TRANSLATE FIELD_NAME TO UPPER CASE.
          CASE FIELD_NAME.
            WHEN 'HEIGHT'.
              HEIGHT = FIELD_VALUE.
            WHEN 'WIDTH'.
              WIDTH = FIELD_VALUE.
            WHEN 'LENGTH'.
              LENGTH = FIELD_VALUE.
            WHEN 'WEIGHT'.
              WEIGHT = FIELD_VALUE.
            WHEN 'QTY'.
              QTY = FIELD_VALUE.
          ENDCASE.
        ENDIF.
      ENDLOOP.
    Hope this helps...
    Terry
    Edited by: Terry West on Feb 4, 2008 3:08 PM

  • Is it possible to set  Local Currency - INR in SAP B1 8.81

    Hi,
    In SAP B1 Version  8.81 , i have taken Type -Chart of Accounts - as Global
    and  Localization - United Kingdom  And just tell me is it possible to set
    Local Currency - INR in SAP B1 8.81

    Hi,
    You can set any currency till the time there is no transactions in the database.
    Please do remember that the on selection of the Localization UK, the legal aspects and the tax law pertaining to the UK will be applicable and also you have to check for the exchange rate calculation based on settings (direct/indirect).
    Also, taking INR as LC will lead to INR being the main currency and hence the reports generation and reconciliation of all the Multi-Currency will be performed in the Lead Currency.
    All the Best.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Is it possible to read archive files outside of SAP?

    Hi Experts,
    I would like to read SAP archived data (*.ARCHIVE.ARCHIVING)  with non-SAP application. I already know, that data is automatically compressed (and maybe encrypted?).
    My question: Is there some possibility to read archive files outside of SAP? I suppose that would be needed to do some decompress first.
    Your help is appreciated. Thank you!
    Jan

    Hi Stefan,
    Thanks for your reply. I found some points with your hint. Some summary for others:
    460620 - Migrating archive files:
    "Archived data may have to be migrated. One solution is to perform an SLO service archive migration. You can also perform an archive migration for archive files using the Archive Development Kit (ADK)."
    153433 - Access to archived data from other logical systems
    "For data security reasons, the ADK checks whether an archive file was created in the same system and client where it is to be read. If the client, system or file key do no longer correspond to the meta data that were valid at the time of archiving, you can no longer always access the archive file, particularly for reloading. If only the system ID changes when a new installation due to a system copy is carried out, read accesses are still possible. No solution is provided in the standard system. The access to archive files from other logical systems must be taken into account and carried out in a migration project."
    Unfortunately, I still do not know if it is possible to read archived data outside of SAP.
    Best Regards,
    Jan

  • Is it possible to see cash flow statement in sap fico ? ;How

    Is it possible to see cash flow statement in sap fico ? ;How

    Re: Cash Flow statement
    Forum Rule: Please search the forum before posting a thread.

  • Configuration of Flexible Real Estate Management IN SAP BW. 0REFX_C11,....

    Hi
    Can someone please help me in configuring Flexible Real Estate Management in SAP BW.
    I have loaded BUSINESS CONTENT and there are no datasources avaialble to me for for cubes 0REFX_C11, 0REFX_C12 and 0REFX_C14, as well as DSO'S 0REFXDS03, 0REFXDS02.
    For DSO = 0REFXDS03, my understanding is that this DSO is used for deleted items, so i have the Transformations but im unable to create the DTP on the InfoObjects.
    this is what i found on web..
    To be able to use this DataStore object, you have to create the necessary data transfer processes. For this data transfer process from the DataStore object to the individual InfoObjects, make the following filter settings:
    u2022     0REOBJECT u2014 BI Delta Procedure <> X (Before Images Are Filtered)
    u2022     0ARCHOBJECT u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type I0
    u2022     0BUSENTITY u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IW
    u2022     0REBUILDING u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IB
    u2022     0REPROPERTY u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IB
    u2022     0RENTOBJECT u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IM
    u2022     0RECONTRACT u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IS
    u2022     0SETTLEUNIT u2014 BI Delta Procedure <> X (Before Images Are Filtered), Object Type IA
    BUT IM UNABLE TO CREATE THIS DTPS... AND GET ERROR MSGS...
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_CLASS', was
         not caught in
        procedure "SRCTP_TO_TLOGO" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        At dynamic class method call, the class " " was specified, which could
        not be found.
    THESE SITES BELOW IS FROM HELP.SAP.COM WHICH ARE NOT INFORMATIVE
    0REFXDS03(ODS)     -     http://help.sap.com/saphelp_nw70/helpdata/en/8e/5ce4a4d0a14db5901730dd1053e2b7/frameset.htm
    0REFXDS02(ODS)     =     http://help.sap.com/saphelp_nw70/helpdata/en/6c/b23558949548fbbbd6ba0fd1cca05c/frameset.htm
    0REFX_C11(CUBE)     =     http://help.sap.com/saphelp_nw70/helpdata/en/f3/969deb16d54bc3a9f773427a7ca995/frameset.htm
    0REFX_C12(CUBE)     =     http://help.sap.com/saphelp_nw70/helpdata/en/60/3ba0643454498283e9896a60f75ddf/frameset.htm
    0REFX_C14(CUBE).      =     http://help.sap.com/saphelp_nw70/helpdata/en/34/ed18b799e249c8b1ce54da21e057f2/frameset.htm
    PLEASE HELP

    Hi Ahmed ,
    Did you got any update regarding the above query ?
    Do you have any idea about the extraction/ data source for 0REFX_C14.
    Regards
    PA

  • Is it possible to write an abap code be SAP SQL query.(ECC 6)

    hello guys,
    Is it possible to write an abap code be SAP SQL query.
    Scenario : table A has a field say f1 of length 10 and table B has a field say s1 of lenght 20. in sap sql i am able to link all the other tables but i am not able to link
    table Af1 --->Table Bs1. as the length doesnot match. so is it possibel that using abap code I can pick 10 characters from table A field f1 adjust it to 20 characters using abap and map it to field s1 of table B.
    Please let me know how to accomplish this if possible.
    thanks in advance!!

    Herm,
    Adding code is done in the infoset.
    Please do following:
    > Goto SQ02
    > Type in the infoset that the basis for your query, <change>
    > Press <code> OR <shift><f8>
    > Tou'll see 4 tabs: Extras, Selections, Code, Enhancements.
    > GoTo tab Code
    > Choose the coding section (<f4> gives you an overview)
    > Enter the code.
    You may set a breakpoint to see what the query in SQ01 will do with it.
    Succes!
    Frank

  • Is it possible to create sub-client with in SAP production (PRD) client

    Hello Experts,
    Is is possible to create sub client with in SAP production client?
    The question came to mind is that if I am the father company of two child/sub companies and both these function under my company and the users of all the companies will have different SAP log in . But, I can I create a Main PRD client say 'PRD L1 and under this client I create PRD L2 and PRD L3.
    Is that possible and seems logical?
    Thanks & Regards
    Saurabh

    This is not a question for this forum, because you are trying to discuss security where you should be trying (or rather your FI/CO department should be) to discuss business scenarios.
    I never dreamed (after 20 years doing SAP), that I'd quote the original SAP documentation on clients vs. company codes again, ever - but here it goes:
    Company Code
    Definition
    Smallest organizational unit of external accounting for which a complete, self-contained set of accounts can be created. This includes the entry of all transactions that must be posted and the creation of all items for legal individual financial statements, such as the balance sheet and the profit and loss statement.
    The definition of the company code organizational unit is obligatory .
    Anything bigger goes to a different client.
    Try to come up with a business architecture first and adapt security after, accordingly.

  • Is it possible to create a Gauss graph  in SAP Lumira ?

    Hi Gurus,
    Is it possible to create a Gauss graph  in SAP Lumira ?
    Thanks

    Hi Rogerio,
    You cant create Gauss graph in Lumira rather you can go for predictive analytics as Tammy said.
    For more information you can refer following link:
    SAP Lumira Chart Extensions with a Predictive Flavor
    Regards
    Megha

  • Is it possible to convert JPG to BMP within SAP ?

    Hi SAP Friends,
    We would like to know if it possible to convert JPG to BMP within SAP ? Our users upload jpg file in custom Z transaction and we store that JPG file in Custom Cluster table. Now, we need to get this JPG file, convert it into BMP and store it in SE78. You may ask, why dont we ask users to upload directly in SE78 ?  Our Custom Z transaction does other things, so we cannot ask users to use SE78 and also they get jpg files and not BMP files. So, we need to do conversion internally.
    Any ideas ?
    Niranjan

    Hi Niranjan,
    Unfortunately we cannot.
    Regards
    Aneesh.

  • Connection timeout while synchronizing webtools and SAP B1

    Hi,
    Sync manager is not synchronizing webtools and SAP B1 database, getting error meassage:  
    Timeout Expired.The timeout period elapsed prior to completion of the operation or the server is not responding.
       at netpoint.api.data.DataFunctions.Execute(String SQL, String connectionstring)
       at NetPoint.SynchSBO.Upgrade.Version._6xxTo650()
       at NetPoint.SynchSBO.Upgrade.Version.Resolve()
       at NetPoint.SynchSBO.Synch.SynchAll2()
    Any resolution for this?

    After spending many hours trying to upgrade a client I think I finally figured out what was happening using SQL trace. It looks like the timeout is not an issue with any SBO table but with a WebTools table ... PartsPricing. I guess since SP1 supports special pricing the upgarde process needs to do a semi-initial synch to get all the pricing data into WebTools.
    So it looks like the SQL that causes the timeout is just "Delete from PartsPricing" ... I should have realized earlier because this same error popped up back in the Netpoint days when re-synching pricelists and it was the same problem.
    I backed up my WT database, deleted the contents of partspricing and tried the synch again and it seems to be running now.
    Use this at your own risk ... backup your database first and hopefully this helps.
    Steve

  • Is possible to see group currency data in SAP provide report or query ?

    Dear experts:
             Is possible to see group currency data in SAP provide report or query for Assets. When the Depreciation area currency is different with the group currency?
    My SAP version is ECC 6.0.
    Depreciation area currency: USD,
    Company code currency: USD,
    Second local currency: Group currency(TWD)

    You must have defined an additional dep area for group valuation too.
    then only you can get the asset values in TWD curency.

  • Real Time Assignments on SAP BI

    Hi Experts,
    Can you please share some real time assignments on SAP BI.
    I mean what will be typical SAP BI consultant expected to do the on job.
    I appreciate all your input in this regard.
    Regards,
    OSR.

    OSR,
    Real time assignments are specific to requirements - if you want to emulate some real time scenarios in your BI system - it depends on your setup.
    Also the responsibilities of a BI consultant can vary depending on the nature of the rols - the responsibilities can vary depending on support or implementation roles. I am not sure if the question you have raised will get you any replies ..... but then you can start by :
    1. Installing demo content
    2. If you have R/3 - installing Business content.
    Arun

  • Is it possible to have a synchronous and asynchronous db connection

    I am using an SQLlite database and calling all my queries synchronously. All, but one of the queries is fast, so I was wondering if I could call that one query asynchronously. I created two sqlConnections, one called sync and another async. After making the asynchronous call, I called a synchronous query and got this error:
    SQLError: 'Error #3119: Database file is currently locked.', details:'', operation:'execute'
    Do asynchronous queries always lock the database? Is it not possible to call more than one query at a time? How does this work for all asynchronous calls? Are the queries queued up and called one at a time?

    T-Storm, I'm having the same annoying delay on my X-Fi Extreme Gamer card, it's driving me nuts trying to fix it.
    I noticed that if I un-tick the Dolbly Digital Li've in the console it goes away, along with the 5. sound, %$*&^^&%!
    Is it he same with you? Try un-ticking the DDL while playing something and see if it stops the delay or not. At least it will see if the problem is the card, the connection, the optical cable, or DDL itself.
    Dolby Digital Li've works in real-time so I fear that is causing the delay rather then a bad cable or connection. But I don't know if others are getting the same delay or not, if it is DDL then everyone should be getting it.
    But, if they are not trying to play a digital signal at the same time as a anolog one they might not notice it.

  • Reg: If changes done in SAP BO Analysis office, then Changes can be done in SAP BW in respective targets. But, is it possible to do the same changes in SAP ECC? How?

    Hello Everyone,
    If any changes are done in SAP BO Analysis office, then the change can be done in the SAP BW in the respective Targets.
    But how can we do the changes in the SAP ECC ? Is it possible to do the changes in the tables ?
    Any answer is appreciable
    Regards,
    Karteek

    We are using the "Input ready Bex query", in order to modify the values in "BO Analysis office".
    ECC               BI               BO Analysis office
    1  ------------->   1   ---------->         1   ------
                                                                            |
                                                                            | (Now Data is changed in Analysis office from 1 to 2)
                                                                            |
    (?) <--------------   2 <----------         2 <-----
    (Will it be updated in ECC)
    (Diagram Explanation)
    From ECC we can load the data (Consider Value-1) to SAP BI and from SAP BI we can load the data to BO analysis office.
    So, now if we change the data in BO Analysis office (Value-1 changed to Value-2)..
    Now the data is changed in SAP BI to Value-2.
    So what about the data in ECC ? Whether it is changed or not?
    Please provide us a real time business Scenario..
    Thanks,
    Karteek

Maybe you are looking for

  • 2 computers, 2 libraries- 1 iWeb

    I want to Publish an iWeb Gallery and my pictures are in iPhoto 6 on my laptop. I Publish iWeb galleries through my desktop, so I need to get the photos from my laptop to my desktop. No problem, I export them, send them over the LAN to my desktop and

  • Query - Fiscalyear/period - Display - Restricted KF

    Hello Guys, I have a requirement from the users like they will be entering the fiscal period/fiscal year in the selection screen for example: FisPer/Fis Year ---> 001/2009 to 006/2009 in the output I have a keyfigure called for example ZKEYFIG it has

  • How do I edit my signature once its created?

    I have a typo in my signature and cant fgure out how to edit the actual signature or delete it and re-create one.

  • Multiple Records to RFC !

    Hi, Our scenario --> JBDC -- XI -- RFC. 1) Here Sender JDBC Selects the multiple records from the Oracle DB. 2) These bunch of records are sent to the RFC for processing and reponse messages are expected. 3) But while in production  due to huge amoun

  • Time Machine on a PC formatted external drive

    Hi. My girlfriend plugged in an external drive with some data (Photos, mp3, docs etc...) from a Windows OS PC to a new iMac. Time machine asked her to use it for backup. She answered yes thinking old data would never be cleaned. At the end of Time Ma