Difference in Time updated in BKPF and FAGLFLEXA tables

Hi
We are extracting BW reports based on BKPF and FAGLFLEXA tables on the
basis of date and time. The time stamp are updated in these two tables
does not match and there is a difference of 1-2 hours between time
updated in BKPF and FAGLFLEXA table . The time stamp in the table
FAGLFLEXA has a time which is earlier by 1-2 hours earlier than the
time updated in the table BKPF for the same document which causes BW reports incorrect.
I request your inputs as to how to make  time updated in FAGLFLEXA
table to sync with the time updated in BKPF table at the time of
posting the document. Is there any OSS notes that needs to be applied
for updating the time stamp in FAGLFLEXA to match with the time updated
in BKPF table.
We have also seen the SAP Standard settings for time zone wherein
different settings are maintained for day light saving. We would like
to get your guidance as to whether we can modify the SAP Standard
settings and what is the impact we will have in the system if we change
the settings for the Time zone and also would like to know the effect
on the documents already created in case sync is established between
these two tables.
Requesting  your inputs in this regard at the earliest please.
Thanks in advance
Regards
Kamlesh

Hi Rajesh,
You can get that discussion here as well:
http://www.dbmonster.com/Uwe/Forum.aspx/oracle-server/8792/RAC-nodes-and-date-time-syncWhat is interesting is that MEA0730 said
Well I asked Oracle!  They said "exact" clock sync is not important.
The only thing that will happen is that if a node is more than 15
minutes out of sync it will get evicted.  They did recommend running a
network time sync to keep them from getting too far out of sync.and DA Morgan said
I just ran a test with 10gR2 and the eject time-out is about 10 sec.But you will notice that the OP's DB servers have almost 2 1/2 minutes time difference.
I wonder what is the time then what a node will get evicted?
iinfi,
what is your Oracle version (4 digits)?
Regards
Edited by: user11150436 on Oct 21, 2010 4:33 PM
iinfi,
1 more thing I can add is that I have struggled with this with an OAS cluster install where the 2 nodes time difference was out of sync and the opmn processes wouldn't start because of this, but exactly how far they were out of sync I can't tell and I think this was on 10.1.3
Edited by: user11150436 on Oct 21, 2010 4:35 PM

Similar Messages

  • Relation between BKPF and EKBE table for reversing document?

    Is there any relation between BKPF and EKBE table for reversing document when STBLG is blank in BKPF.
    AND
    How to differentiate Old Accounting document / Reverse document / New document when in BKPF-STBLG is blank for all three document and BKPF-XBLNR are same for all.

    Hi Varun,
    Table Document no (BKPF-BELNR) is link between Material document no (EKBE-BELNR). If you are looking for validating Material reversal document then please use following logic for your requirement.
    Material Document (MBLNR) & Material Document Year (MJAHR). Pass material document (MBLNR) to MSEG-SMBLN to read MSEG-MBLNR with MSEG-MJAHR to MSEG-SJAHR, if record found delete both the documents i.e. MSEG-SMBLN & MSEG-MBLNR (donu2019t consider these documents in the logic) and display Material Document No. (MSEG-MBLNR)
    Regards,
    Santosh

  • Manual update of ANLC and ANLB table

    Dear All,
    After opening of new asset fiscal year its found that expired useful life and period
    has not been updated in previous year and 1 asset is missing from ANLC table in
    the year 2014. Is there any way to update the ANLB and ANLC table manually.
    Thanks in advance to all for your help.
    Regards,
    Amitava

    Hi Amitava
    Please check the correction and maintanance reports provided in the link below:
    https://websmp203.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=&_HIER_KEY=501100035870000012852&_HIER_KEY=601100035870000180655&_HIER_KEY=601100035870000208861&_HIER_KEY=601100035870000208863&_HIER_KEY=601100035870000208918&_HIER_KEY=601100035870000208931&_HIER_KEY=601100035870000208964&_HIER_KEY=701100035871000033065&
    Hope it's helpful.
    Best regards
    George

  • What's the difference between firmware update 1.5 and 1.5.1?

    i got the 1.5 update, but the newest one (1.5.1) does not show up in the SU which i am not concerned with... but what is the difference between the two versions of the update?

    You're welcome. I have two other posts on the subject that should help.
    They simply fixed the updater in 1.5.1 to include an update path for the ROM shipped with the models described above, of which my computer is one. Mine got the later update, so you and I essentially have the same ROM. I got fewer fixes since my ROM was slightly newer than yours to begin with.
    Nate

  • Updatable Materialized View and Master Table on same database

    Hi all,
    My first question - Is it possible to have an Updatable Materialized View and the associated Master Table located on the same database?
    This is the requirement scenario:
    One unique database D exists.
    A is a batch table. Only inserts are allowed on Table A.
    M is an updatable materialized view on Table A (Master). Only updates are allowed on M (no insert or delete).
    Requirement is to push updates/changes from M to A periodically and then get the new inserted records from A into M via a refresh.
    Is this possible? What other approaches are applicable here?

    John,
    My question is related to the implementation and setup of the environment as explained in the above example. How can I achieve this considering that I have created an updatable m-view?
    If possible, how do I push changes made to an updatable m-view back to it's master table when/before I execute DBMS_MVIEW.REFRESH on the m-view? What is the procedure to do this if both table and mview exist on the same database? Do I need to create master groups, materialized view refresh groups, etc.?
    One more thing.. Is there a way to retain changes to the m-view during refresh? In this case, only newly inserted/updated records in the associated table would get inserted into m-view. Whereas changes made to m-view records would stay as-is.
    Hope my question is directed well. Thanks for your help.
    - Ankit

  • Performance issue in BI due to direct query on BKPF and BSEG tables

    Hi,
    We had a requirement that FI document number fieldshould be extracted in BI.
    Following code was written which has the correct logic but performance is bad.
    It fetched just 100 records in more than 4-5 hrs.
    The reason is there was a direct qury written on BSEG and BKPF tables(without WHERE clause).
    Is there any way to improve this code like adding GJAHR field  in where clause? I dont want to change the logic.
    Following is the code:
    WHEN '0CO_OM_CCA_9'." Data Source
        TYPES:BEGIN OF ty_bkpf,
        belnr TYPE bkpf-belnr,
        xblnr TYPE bkpf-xblnr,
        bktxt TYPE bkpf-bktxt,
        awkey TYPE bkpf-awkey,
        bukrs TYPE bkpf-bukrs,
        gjahr TYPE bkpf-gjahr,
        AWTYP TYPE bkpf-AWTYP,
        END OF ty_bkpf.
        TYPES : BEGIN OF ty_bseg1,
        lifnr TYPE bseg-lifnr,
        belnr TYPE bseg-belnr,
        bukrs TYPE bseg-bukrs,
        gjahr TYPE bseg-gjahr,
        END OF ty_bseg1.
        DATA: it_bkpf TYPE STANDARD TABLE OF ty_bkpf,
        wa_bkpf TYPE ty_bkpf,
        it_bseg1 TYPE STANDARD TABLE OF ty_bseg1,
        wa_bseg1 TYPE ty_bseg1,
        l_s_icctrcsta1 TYPE icctrcsta1.
        "Extract structure for Datasoure 0co_om_cca_9.
        DATA: l_awkey TYPE bkpf-awkey.
        DATA: l_gjahr1 TYPE gjahr.
        DATA: len TYPE i,
        l_cnt TYPE i.
        l_cnt = 10.
        tables : covp.
        data : ref_no(20).
        SELECT lifnr
        belnr
        bukrs
        gjahr
        FROM bseg
        INTO TABLE it_bseg1.
        DELETE ADJACENT DUPLICATES FROM it_bseg1 COMPARING belnr gjahr .
        SELECT belnr
        xblnr
        bktxt
        awkey
        bukrs
        gjahr
        AWTYP
        FROM bkpf
        INTO TABLE it_bkpf.
        IF sy-subrc EQ 0.
          CLEAR: l_s_icctrcsta1,
          wa_bkpf,
          l_awkey,
          wa_bseg1.
          LOOP AT c_t_data INTO l_s_icctrcsta1.
            MOVE l_s_icctrcsta1-fiscper(4) TO l_gjahr1.
          select single AWORG AWTYP INTO CORRESPONDING FIELDS OF COVP FROM COVP
          WHERE belnr = l_s_icctrcsta1-belnr.
          if sy-subrc = 0.
              if COVP-AWORG is initial.
           concatenate l_s_icctrcsta1-refbn '%' into ref_no.
                  READ TABLE it_bkpf INTO wa_bkpf WITH KEY awkey(10) =
                  l_s_icctrcsta1-refbn
                  awtyp = COVP-AWTYP
                  gjahr = l_gjahr1.
            IF sy-subrc EQ 0.
              MOVE wa_bkpf-belnr TO l_s_icctrcsta1-zzbelnr.
              MOVE wa_bkpf-xblnr TO l_s_icctrcsta1-zzxblnr.
              MOVE wa_bkpf-bktxt TO l_s_icctrcsta1-zzbktxt.
              MODIFY c_t_data FROM l_s_icctrcsta1.
              READ TABLE it_bseg1 INTO wa_bseg1
              WITH KEY
              belnr = wa_bkpf-belnr
              bukrs = wa_bkpf-bukrs
              gjahr = wa_bkpf-gjahr.
              IF sy-subrc EQ 0.
                MOVE wa_bseg1-lifnr TO l_s_icctrcsta1-lifnr.
                MODIFY c_t_data FROM l_s_icctrcsta1.
                CLEAR: l_s_icctrcsta1,
                wa_bseg1,
                l_gjahr1.
              ENDIF.
            ENDIF.
                ELSE. " IF AWORG IS NOT BLANK -
                concatenate l_s_icctrcsta1-refbn COVP-AWORG into ref_no.
                READ TABLE it_bkpf INTO wa_bkpf WITH KEY awkey(20) =
                ref_no
                awtyp = COVP-AWTYP
                gjahr = l_gjahr1.
            IF sy-subrc EQ 0.
              MOVE wa_bkpf-belnr TO l_s_icctrcsta1-zzbelnr.
              MOVE wa_bkpf-xblnr TO l_s_icctrcsta1-zzxblnr.
              MOVE wa_bkpf-bktxt TO l_s_icctrcsta1-zzbktxt.
              MODIFY c_t_data FROM l_s_icctrcsta1.
              READ TABLE it_bseg1 INTO wa_bseg1
              WITH KEY
              belnr = wa_bkpf-belnr
              bukrs = wa_bkpf-bukrs
              gjahr = wa_bkpf-gjahr.
              IF sy-subrc EQ 0.
                MOVE wa_bseg1-lifnr TO l_s_icctrcsta1-lifnr.
                MODIFY c_t_data FROM l_s_icctrcsta1.
                CLEAR: l_s_icctrcsta1,
                wa_bseg1,
                l_gjahr1.
              ENDIF.
            ENDIF.
               endif.
          endif.
            CLEAR: l_s_icctrcsta1.
            CLEAR: COVP, REF_NO.
          ENDLOOP.
        ENDIF.

    Hello Amruta,
    I was just looking at your coding:
    LOOP AT c_t_data INTO l_s_icctrcsta1.
    MOVE l_s_icctrcsta1-fiscper(4) TO l_gjahr1.
    select single AWORG AWTYP INTO CORRESPONDING FIELDS OF COVP FROM COVP
    WHERE belnr = l_s_icctrcsta1-belnr.
    if sy-subrc = 0.
    if COVP-AWORG is initial.
    concatenate l_s_icctrcsta1-refbn '%' into ref_no.
    READ TABLE it_bkpf INTO wa_bkpf WITH KEY awkey(10) =
    l_s_icctrcsta1-refbn
    awtyp = COVP-AWTYP
    gjahr = l_gjahr1.
    Here you are interested in those BKPF records that are related to the contents of c_t_data internal table.
    I guess that this table does not contain millions of entries. Am I right?
    If yes, the the first step would be to pre-select COVP entries:
    select BELNR AWORG AWTYP into lt_covp from COVP
    for all entries in c_t_data
    where belnr = c_t_data-belnr.
    sort lt_covp by belnr.
    Once having this data ready, you build an internal table for BKPF selection:
    LOOP AT c_t_data INTO l_s_icctrcsta1.
      clear ls_bkpf_sel.
      ls_bkpf_sel-awkey(10) = l_s_icctrcsta1-refbn.
      read table lt_covp with key belnr = l_s_icctrcsta1-belnr binary search.
      if sy-subrc = 0.
        ls_bkpf_sel-awtyp = lt_covp-awtyp.
      endif.
      ls_bkpf_sel-gjahr = l_s_icctrcsta1-fiscper(4).
      insert ls_bkpf_sel into table lt_bkpf_sel.
    ENDLOOP.
    Now you have all necessary info to read BKPF:
    SELECT
    belnr
    xblnr
    bktxt
    awkey
    bukrs
    gjahr
    AWTYP
    FROM bkpf
    INTO TABLE it_bkpf
    for all entries in lt_bkpf_sel
    WHERE
      awkey = lt_bkpf_sel-awkey and
      awtyp = lt_bkpf_sel-awtype and
      gjahr = lt_bkpf_sel-gjahr.
    Then you can access BSEG with the bukrs, belnr and gjahr from the selected BKPF entries. This will be fast.
    Moreover I would even try to make a join on DB level. But first try this solution.
    Regards,
      Yuri

  • Link between RBKP,BKPF and EKKO tables

    Hi,
    Vondor invoices are getting posted using transaction MIRO.
    I am having purchase order nos,EKKO-EBELN and able to get FI accounting document nos. from BKPF-BELNR.
    I want to fetch invoice numbers from RBKP table.
    Can you please provide me the link to RBKP table?
    Thanks in advance,
    Seshagiri.

    If you want to link from the MM side RBKP will not be the best of idea. Use RSEG Instead, it has the following common fields with MM tables:
    EBELN (P.O. Number)
    BELNR (Invoice Number)
    MATNR (Material Number)
    BUKRS (Company Code)
    WERKS (Plant)
    You can join ekko with rbkp using the rseg table to get the invoice number (BELNR) and you can join bkpf using the following fields.(BELNR) (LIFNR)
    Hope I have answered your question.
    Best Regards,
    Syed Hamid Akhtar.

  • Can we write SQ01 query on bkpf vs faglflexa...

    Hi All,
    Is it possible to write an infoset to join two tables BKPF and FAGLFLEXA..
    I have written an infoset for the same but when i execute the query it's not showing any data in the out put list..
    can any one help me how to make this possible..
    Thanks in advance,
    Viswa

    Hi Viswa
    did you get solution. i am getting same problem aswell. when i check faglflexa i have data. but, i dont see any data using SAP infosetQuery. below is the message details.
    can anyone help me on this
    No data was selected
    Message no. AQ260
    Diagnosis
    When executing a query on the selection screen, no data was found for the criteria you entered. Therefore, no list could be generated.
    Regards
    Sri

  • Alarm & Automatic time update problem ?

    I was wondering if anyone is experiencing a similar problem - I've just discovered this and it's too late to call Club Nokia
    I am on Orange in the UK, and we are currently in British Summer Time. I have set my alarm to go off at a particular time and afterwards the time seems to automatically revert back to GMT. Is this a known problem on the Nokia N70 ?
    I have also tried deliberately changing the time on my phone to a couple of hours off, and then switching the automatic time updating system on, and it hasn't changed the time on the phone - this leads me to suspect that Orange doesn't implement this feature (as it doesn't implement the cell info display feature) but if so then this points to the alarm feature being a bug in Nokia's firmware ?
    Anyone experienced this or has any enlightening information ?
    Thanks in advance
    Regards
    Edward
    Regards,
    Edward

    27-Apr-2006
    04:43 AM
    steve_p wrote:
    Hi Edward,
    You are correct about the cell info display. Orange don't use it. Sometimes you will see it if roaming abroad on other networks.
    I've also briefly suffered exactly what you have described about time reverting to GMT from BST. I put it down to a broacast cell being incorrectly configured.
    About a month ago I was working abroad in Republic of Ireland and the clocks had just moved forwards. The hotel I was staying at (in fact I could narrow it down to the room I was in) was in a zone where my phone repeatedly reverted to GMT. However, as soon as I had travelled to my work site, the phone was 100% back on correct BST. Travelled back in the evening and the phone invariably stayed at the correct time but come the next morning it had reverted back to GMT at some point overnight. My phone has only ever exhibited this behaviour for those few days at that one hotel otherwise it's been perfect. I have my phone on auto time update all the time.
    Strange eh? I put it down to a local issue of the cell that happened to cover the hotel. Perhaps your home cell location suffers the same issue? Only thing I can think of.
    S.
    Hmm - it does sound like a network type problem in that case although if so that means the cell where I live has never been configured correctly because I always get this problem - but only when setting the alarm (it never happened on the old Nokia 6230 I have). I reported it to Orange yesterday, and they quote a 24hour response time from their techie guys so I am hoping for some information back today.
    Any ideas why it might be happening with an alarm clock ? When I deliberately misconfigured my phone's time and set auto time update on, it never corrected the time so why correct it when the clock goes off ?
    Thanks for your help and the info
    Regards
    Edward
    Regards,
    Edward

  • How to update the VBFA table without entries in VBRK and VBRP tables

    Hello,
    I have a requirement , where the sales order , delivery happens in one SAP system say X system and billing document wil happens in other sap system say Y.
    Now in this particular case , if the user want to know the billing document number in X system. what would be the solution.
    Is there any possibility to update the VBFA table with invoice number of Y system (without updating the VBRK and VBRP tables).
    User want to see the billing doc number from sales order in the form of document flow in X system
    Thanks in advance
    Pradeep

    Hii
    Without updating VBRK/VBRP table and updating VBFA is not possible, So you have to play with work arround to create one Z TABLE, so whenever system Y will create billing document with the reference of System X data you have to update Ztable with Invoice number created in System Y, The primary key will be in Z TABLE is Delivery document number to track one to one with billing doc.
    Thanks and Regards
    Shambhu Sarkar

  • How to join anla anlc bkpf and bseg in sap

    any can u tel me how to join the anla anlc bkpf and bseg tables in sap.if any body having asset report send me plz

    Moderator message - Welcome to SCN
    But please search for answers here before posting and do not ask the forum to do your work for you.
    Thread locked.
    Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
    Rob

  • Any datasource available on bkpf and rseg

    hi,
    is there any sap generated data source available on bkpf and rseg tables?
    key is 'awkey'
    please suggest me
    i will assign points
    Message was edited by:
            venkat s

    hi,
    for rseg table its
    2LIS_06_INV
    for bkpf  its
    0FI_GL_4(General Ledger: Direct Line Items )
    hope it helps..

  • Update the stastics of tables BKPF and GLFUNCA

    Hello All,
    update the stastics of tables BKPF and GLFUNCA not updataing
    I have execute via Brtools
    7 - Database statistics  >>  1 = Update database statistics  >>  9 ~ Tables for update (table) ......... [BKPF]
    same for table GLFUNCA
    7 - Database statistics  >>  1 = Update database statistics  >>  9 ~ Tables for update (table) ......... [GLFUNCA]
    But in .sta file it is not collected
    <DB20>
    Table                 GLFUNCA
         Statistics are current (|Changes| < 50 %)
    New Method           E
    New Sample Size      P1
    Old Method           E                       Date                 17.08.2008
    Old Sample Size      P1                      Time                 19:52:15
    It is one year old , so please help me how to update this table
    Is this table causing performance problem for job RSUVM007
    Regards
    Mohsin M

    Before all,
    Why do you wnat to calculate statistics on those tables?
    Do you have performance problems and you have identified that they are caused by "bad" statistics?
    or simply you "must" collect them because they are "OLD"?
    If it is the latter, remember that statistics MUST be representative not current. Please read the SAP Note 825653 "Oracle: Common misconceptions" point 7
    Regarding the options of BRtools, it works as designed.
    BRCONNECT will check if the table needs statistics:
    - if it has changed more than 50% since last time (in your case 17.08.2008) and, if so it will do, otherwise it will not do it. See the output of DB20 that you pasted:
    > Statistics are current (|Changes| < 50 %)
    IF you need new statistics (and I mean, need, not like) then you have to force them. On BRTOOLS you go to the next screen and choose the option:
    > 7 ~ Force options (force) ............... []
    In your version/patch could be located in a different place
    and here input collect
    I strongly recommend you to read the BR*tools documentation as ALL this information is there.
    In case you do not know where to find it, it is quite easy:
    SAP on Oracle => Oracle DBA Overview  => SAP Database Guide: Oracle

  • Difference between Full Update V3 and V2

    Hi Gurus
    explain me briefly abt the difference between the full update V3 and V2..
    pls post some links to understand in detail
    regards
    Prince

    Hi Prince,
    V1 Update: It is a Synchronous update. Here the Statistics update is carried out at the same time as the document update (in the application tables).
    • V2 Update: It is an Asynchronous update. Statistics update and the Document update take place as different tasks.
    o V1 & V2 don’t need scheduling.
    • Serialized V3 Update: The V3 collective update must be scheduled as a job (via LBWE). Here, document data is collected in the order it was created and transferred into the BW as a batch job. The transfer sequence may not be the same as the order in which the data was created in all scenarios. V3 update only processes the update data that is successfully processed with the V2 update.
    FULL update, this will load everything which is there in the source system and then do INIT WITHOUT DATA TRANSFER to set the delta and schedule your delta loads accordingly.
    Init Delta
    You run an init delta from BW sytem using an info package .
    Init delta will create an entry in R3 side table ROOSPRMSC with the filed init state with 'X' . Then upon this entry the system estbalishes a link between Extraction Queue . After succesfull initilization you can see the data source in RSA7 in R3 side . Then after this only you can extract data from the set up table .
    Init Delta Types:
    Init Delta
    This will initialize the delta in R3 and exctract the set up table data into R3 . It is full update .
    Init Delta without data transfer
    This will only initialize the delta , No extraction takes place .
    Use of init delta .
    Without init delta you cannot schedule an Extraction . If you have initialized a delta , You can get delta reocrds from the succesive run in the delta Q .
    When ever you need to do a extraction if for the first time you run a scheduler you will get
    Full Update
    Init Delta
    Full Update =====> Init Delta + Extraction
    Init Delta =======> Initialization first , Extarction
    Init Delta Without data transfer ====> Only Initialize in RSA7 .
    After the first Run u get ....Folowing in Scheduler
    Full Update ,Delta Update .
    Queued Delta: Document posting -->Appl table --> Stat table ---> 10,000 LUW ---> LBWQ ---> RSA7 ---> BW delta run delta into BW .
    Here 10,000 Transaction is collected as 1 LUW and records moved to RSA7
    In case of Queued delta LUW's are posted to Extractor Queue (LBWQ), by scheduling the V3 job we move the documents from Extractor queue to Delta Queue(i.e. RSA7) and we extract the LUW's from Delta Queue to BW side by running Delta Loads. Generally we prefer Queued Delta as it maintain the Extractor Log which us to handle the LUW's which are missed.
    Direct Delta:
    Document postings -> Appl table -> Stat tables --> RSA7 (Delta Queue ) ---> Using delta run delta come into BW .
    Here each transaction is 1 LUW and each LUW is moved to RSA7 .
    In case of Direct Delta LUW's are directly posted to Delta Queue(i.e. RSA7) and we extract the LUW's from Delta Queue to BW side by running Delta Loads. If we use Direct Delta it degrades the OLTP system performance because when LUW's are directly posted to Delta Queue (RSA7) the application is kept waiting untill all the enhancement code is executed.
    Non-serialized V3 Update:With this update mode, the extraction data for the application considered is written as before into the update tables with the help of a V3 update module. They are kept there as long as the data is selected through an updating collective run and are processed. However, in contrast to the current default settings (serialized V3 update), the data in the updating collective run are thereby read without regard to sequence from the update tables and are transferred to the BW delta queue.
    https://websmp102.sap-ag.de/~sapdownload/011000358700007535452002E/HOWTOCREATEGENERICDELTA.PDF (need id)
    http://help.sap.com/saphelp_bw33/helpdata/en/3f/548c9ec754ee4d90188a4f108e0121/frameset.htm
    Business Intelligence Performance Tuning [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    How to load data
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    Delta Types and methods;&#57245;
    Hope this helps.
    ****Assign Points if Helpful*****
    Regards,
    Ravikanth
    Message was edited by:
            Ravikanth.pnv

  • How come whenever i plug my iPhone 5 into the computer the device will not show up on my itunes.  This is the first time that i have done it since i updated to iOS7 and before i had no problem but now it just wont work.

    How come whenever i plug my iPhone 5 into the computer the device will not show up on my itunes.  This is the first time that i have done it since i updated to iOS7 and before i had no problem but now it just wont work.

    Hi Celia51510,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    I can't tell from your post if you are using a Windows or a Mac Computer.
    Try deleting the iTunes application and redownloading the version you need below:
    iTunes 11.1 Download for Mac
    http://support.apple.com/kb/DL1614
    iTunes 11.1 for Windows (64-bit)
    http://support.apple.com/kb/DL1615
    Cheers,
    - Judy

Maybe you are looking for