When exactly source system recognizes the last delta is succesfull/failed.

When exactly does the source system recognizes the last delta is successful/failed?
Case -1: In logistic applications..
             What if I changed quality status to red for a successfully completed delta, and then requested new delta?
Case -2 : In Financial applications..
              When exactly BWOM2_TIMEST fields updated. I mean BW acknowledges to the delta load immediately saying it is successful or fail, or at the time when we request the next delta?
              What if I changed quality status to red for a successfully completed delta, and then requested new delta? It executes repeat or returns 0 records.

Hi,
Here's the explanation:
Scenario 1 -Logistics Delta
Sinc logistics delta comes from Delta Queue (RSA7) and IP takes daa from Delta queue so betwen RSA7 and BW, IDocs are transferred which sends messages for successful completon of extraction. As soon as extraction is over and a particular IDoc is sent to BW the BW marks the delta s successful. This happenes exactly when job is Source system completes Now if you make a successful delta as red then the IP identifies that last delta was not successful and requestes a repeat of last delta which again goes to RSA7 and picks the last delta and also the new deltawhich has come in RSA7. Note: RSA7 stores both new delta records and one last successful delta records(for delta repeat)
Scenario 2 - FI Delta
Sinc FI deltas are based on timestamp mechanism there are 2 possibilities:
a) The extraction fails while picking records from R/3 table (G/L, Ap and AR tables). In this case the timestamp isnot registered in BWOM2_TIMEST table and arepeat will work fine.
b) The load fails during procssing in BW (e.g update rules processing) and the job has completed in R/3 and has set the timestamp in table BWOM_TIMEST. In this case we will have to reetthe tmestamp and run the delta again.

Similar Messages

  • Data load problem - BW and Source System on the same AS

    Hi experts,
    I’m starting with BW (7.0) in a sandbox environment where BW and the source system are installed on the same server (same AS). The source system is the SRM (Supplier Relationship Management) 5.0.
    BW is working on client 001 while SRM is on client 100 and I want to load data from the SRM into BW.
    I’ve configured the RFC connections and the BWREMOTE users with their corresponding profiles in both clients, added a SAP source system (named SRMCLNT100), installed SRM Business Content, replicated the data sources from this source system and everything worked fine.
    Now I want to load data from SRM (client 100) into BW (client 001) using standard data sources and extractors. To do this, I’ve created an  InfoPackage in one standard metadata data source (with data, checked through RSA3 on client 100 – source system). I’ve started the data load process, but the monitor says that “no Idocs arrived from the source system” and keeps the status yellow forever.
    Additional information:
    <u><b>BW Monitor Status:</b></u>
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System Response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    <b><u>BW Monitor Details:</u></b>
    0 from 0 records
    – but there are 2 records on RSA3 for this data source
    Overall status: Missing messages or warnings
    -     Requests (messages): Everything OK
    o     Data request arranged
    o     Confirmed with: OK
    -     Extraction (messages): Missing messages
    o     Missing message: Request received
    o     Missing message: Number of sent records
    o     Missing message: Selection completed
    -     Transfer (IDocs and TRFC): Missing messages or warnings
    o     Request IDoc: sent, not arrived ; Data passed to port OK
    -     Processing (data packet): No data
    <b><u>Transactional RFC (sm58):</u></b>
    Function Module: IDOC_INBOUND_ASYNCHRONOUS
    Target System: SRMCLNT100
    Date Time: 08.03.2006 14:55:56
    Status text: No service for system SAPSRM, client 001 in Integration Directory
    Transaction ID: C8C415C718DC440F1AAC064E
    Host: srm
    Program: SAPMSSY1
    Client: 001
    Rpts: 0000
    <b><u>System Log (sm21):</u></b>
    14:55:56 DIA  000 100 BWREMOTE  D0  1 Transaction Canceled IDOC_ADAPTER 601 ( SAPSRM 001 )
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a termination message from the application (MESSAGE Axxx) or by an error detected by the SAP System due to which it makes no sense to proceed with the transaction.  The actual reason for the termination is indicated by the T100 message and the parameters.
    Additional documentation for message IDOC_ADAPTER        601 No service for system &1, client &2 in Integration Directory No documentation exists for message ID601
    <b><u>RFC Destinations (sm59):</u></b>
    Both RFC destinations look fine, with connection and authorization tests successful.
    <b><u>RFC Users (su01):</u></b>
    BW: BWREMOTE with profile S_BI-WHM_RFC (plus SAP_ALL and SAP_NEW temporarily)
    Source System: BWREMOTE with profile S_BI-WX_RFCA (plus SAP_ALL and SAP_NEW temporarily)
    Someone could help ?
    Thanks,
    Guilherme

    Guilherme
    I didn't see any reason why it's not bringing. Are you doing full extraction or Delta. If delta extraction please check the extractor is delta enabled or not. Some times this may cause problems.
    Also check this weblog on data Load errors basic checks. it may help
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Thanks
    Sat

  • My Sony Xperia ZL does not recognize the last update of the software

    My Sony Xperia ZL does not recognize the last update of the software or from the same mobile or from the computer app, I formatted the phone but it still does not recognize it when I give updates check it tells me that the phone have the latest software.
    Thanks

    You can find the latest available software update information on our product blog. When an update is available for your phone you will get a notification.
    If want to know more about software roll out process and how it works please see this topic.

  • CLIENT of the source system in the Transfer Rules

    Hi,
    Can I get the CLIENT of the source system dynamically in the Transfer Rules (and assign it to an InfoObject)?
    I have a generic extractor from a R/3 source system. The table in the source system & the extract structure the DataSource both contain MANDT, but its not coming in the RSO2 screen (which, if I'm not wrong, is how it should be).
    I need the CLIENT info. in my BW data targets. I do not want to hardcode this value in Trans Rules as the client in Dev & Prod is different for my R/3 sys.
    If I can't get it directly from the DataSource, is there any way I can get it from any system field using routine?
    If I'm not wrong - SYST-MANDT in the Formulas will give me only my BW CLIENT.
    Thanks in advance for your help.
    Regards,
    Melwyn

    hi,
    i think if your bw dev and prod client is different you can try in transfer rules
    if sy-mandt = xxx. ( bw dev client number)
       result = 'yyy'. (source system dev)
    else.
       result = 'zzz'. (source system prod)
    endif.
    or enhance the extract structure/ append structure with zz field for mandt and field in user exit zxrsau01 with sy-mandt
    or if use infoobject 0LOGSYS, populate in transfer rules with result = g_s_minfo-logsys.
    hope this helps.

  • I have a problem to open my Number Program. this message appear when i try to open"The last time you opened Numbers, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again" I would be thankful if you could help me?

    I have a problem to open my Number Program. this message appear when i try to open"The last time you opened Numbers, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again" then I tried to open it but nothing happened.... I would be thankful if you could help me..
    Process:         Numbers [1021]
    Path:            /Applications/Numbers.app/Contents/MacOS/Numbers
    Identifier:      com.apple.iWork.Numbers
    Version:         3.0 (1470)
    Date/Time:       2014-06-27 16:13:23.405 +0100
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  243D9264-54B7-E9AE-2F83-D11098965D14

    I have a problem to open my Number Program. this message appear when i try to open"The last time you opened Numbers, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again" then I tried to open it but nothing happened.... I would be thankful if you could help me..
    Process:         Numbers [1021]
    Path:            /Applications/Numbers.app/Contents/MacOS/Numbers
    Identifier:      com.apple.iWork.Numbers
    Version:         3.0 (1470)
    Date/Time:       2014-06-27 16:13:23.405 +0100
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  243D9264-54B7-E9AE-2F83-D11098965D14

  • How to assign the source system to the virtual provider

    Hi
    How to assign the source system to the custom virtual provider with services in BW 3.5 ?
    Regards
    PWnuk

    Hi PWnuk,
    Refer this link on how to implement a virtual provider with services.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4752ec2d-0a01-0010-ecb0-a145cf2e3e92
    Hope this helps
    Regards
    Karthik

  • When i do title animation the last letters or words of the script always pop up before the rest fades in and stays after the rest fades out...help!

    when i do title animation the last letters or words of the script always pop up before the rest fades in and stays after the rest fades out...help!
    I tried changing the font and then the placement of the title but it always comes back!

    Thank you. I figured it out right before I heard from you.  Running the OCR before the redaction made it work correctly.
    Thank you so much for taking the time to answer my question.
    Make it a great day.
    BG10

  • In Mainstage When I try to open the last project i worked on it says The Concert could not be opened because the file is corrupt  ?

    In Mainstage When I try to open the last project i worked on it says The Concert could not be opened because the file is corrupt  ?

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • When I click systems preferences the folder doesn't open.  How to get access again to my systems preferences?

    When I click systems preferences, the folder doesn't open.  How to I again access systems preferences?

    Are you an administrative user?
    Are you using any tools which impact System cache? If you are, stop.  They are NOT maintenance tools despite their description. They should only be used to troubleshoot cache issues.  They can create their own cache issues if you aren't careful, and I only recommend using them on systems that are already backed up.  If you were using such a tool and found out how to remove it from its developer, including any supporting documents, and don't have a backup, still backup your data at least twice, as you may be able to import the data back once erase and installing the system.  Let us know where you stand.  If you aren't using such a tool, still backup your data at least twice, as there are other things that can corrupt or disable System Preference launching, but we can't tell safely unless your data files are backed up at least twice in two separate locations.

  • How the system calculated the last evaluated price

    how the system calculated the last evaluated price in inventory

    Hi!
    Last Evaluated Price u2013 the price calculated in the last run of the Inventory Valuation report

  • I have a new MacBook Pro, and when I try to print, the laptop says, "stopped filter failed 1 page". What can I do?

    I have a new MacBook Pro, and when I try to print, the laptop says, "stopped filter failed 1 page". What can I do?

    Okay, regarding this problem:
    I'm trying to print to an Advent AW10 printer from an Imac running Yosemite 10.10.1 and it's been driving me nuts for the last two months...
    I got on to Advent yesterday and recieved this instruction from their support team this morning and it worked and I'm now printing away merrily:
    Please follow below steps:
    In Spotlight search window type Terminal and then press Enter.
    This should bring up the terminal window/program.
    In the Terminal type:
    sudo sh -c 'echo "Sandboxing Relaxed" >> /etc/cups/cups-files.conf' then press Enter.
    It will ask for your password. Please enter system password.(You will not see password entering)
    After that type following:
    sudo launchctl stop org.cups.cupsd then press Enter.
    Try Printing.
    I don't think this is specific to Advent and is rather simply an 'opening up' of something blocking the 'printer channels' (layman's terms obviously)
    Hope this helps people out!

  • When are init entries done in source system?And early delta initialization?

    Hi Friends,
    Q1) When are the init entries done in source system?
    If INIT entries are done when I run INIT that means:
    If my setup job finishes at 6AM and I run the INIT at 1 PM will I loose all data between 6AM and 1PM?
    If INIT entries are done when I run setup table i.e. when setup table load finish then
    If my setup job finishes at 6AM and I run the INIT at 1 PM...it will load data till 6AM
    and after that data would bere there in Delta queue. So, this is ok...as no loss of data.
    Q2) I  have read on help.sap that "With early delta initialization, you have the option of writing the data into the
    delta queue or into the delta tables for the application during the initialization request in the source
    system. This means that you are able to execute the initialization of the delta process (the init request),
    without having to stop the updating of data in the source system."
    Does this mean when I run INIT at 1PM, no V1 updates will happen for that DS in Source System?
    If Yes, that means I should always (when users are online) run INIT with early delta initialization
    during times when users would be online?
    Thanks!

    Hello,
    You will find the answers to the questions that you ask and the correct procedure to follow in the SAP note 602260.
    Best Regards,
    Des

  • Modeling the Data model when multiple source systems

    Hi gurus,
    i have a scenario where i am getting data from multiple source systems all R/3 but from different locatins.
    my doubt is if i have to do reporting on the data available.
    1. do i have to build seperate infocubes for each source systems or build seperate data designs for each source system .
    2. How can i consolidate the different source sytems data into one and report sensibly as well as without loosing the source system identification.
    thanks and regards
    Neel

    Hi all,
    thanks for your focus, ya i am also thinking of have a flexible solution where in i can do it easily as well as we don't have much of complexcity, but wanted to try different options as well so that we can go for best one.
    I thought of multiprovider at first when RafB suggested, and i agree with you as well Lilly, that data volume will be a problem, so keeping all this in view i want to build a solution where in it will be sensible as well as not confusing in reports ( i mean clear and readable reports)
    [email protected]
    please kindly forward any documents which might be helpful for me in this scenario
    thanks and regards
    neel
    Message was edited by: Neel Kamal

  • Error when creating source system

    Hi,
    Could someone help me to solve this issue :When I want to create a source system D99100  in BI , I get the following message:
    the test and remore connection via sm59 in BI are OK.
    Source system cannot use any of the proposed connection names
    Message no. RSAR362
    Diagnosis
    Every connection to a source system is named using a unique two-digit identifier. Source system D99100 does not accept any of the proposed values.
    The last proposed value was B9.
    System Response
    Source system has not been connected.
    Procedure
    If you want to recreate the source system from BI information, then you can only use a single value, namely B9, because the connection already has this name in BI.
    Delete the existing connections in the source system or contact a BI consultant.

    Hello,
    By this time your issue might be resolved.
    When you are trying to Connect or Reactivate source systems you might get this error. In the source system (R/3) check the table entries RSBASIDOC. Some reason after system copy, these entries should correct if you run BDLS and some time it mess up.
    Go the table and go to the edit mode and change the entrie for that RFC destination. Change the filed TSPREFIX to some thing else and save it. Go back to BW and try to reconnect and you will be able to connect it.
    Hope this helps in the future for this thread.
    PREDDY.

  • Error RSAR 371 when checking source system in BI

    This was mentioned in 1 forum but not really answered to my understanding.
    Message - BI IDOC type ZSBB003 not the same as source system IDOC type ZSBC005
    RSAR 371
    This is when checking a source system from BI 7.0 to ECC 6.0 after a refresh and running BDLS with many patches.
    thanks

    Hi Bradley,
    I believe you have to run BDLS using option 1 - Conversion of Client Dependent and Client-Independent Tables. This is to ensure that you have a correct conversion to a new logical system.
    You can refer to these notes too:
    886102, 184754, 325470
    These notes help but rather confusing to read it at first. Hope this helps.
    Regards,
    Andrew

Maybe you are looking for

  • Updated to 10.9.2 and now Bluetooth Not Available and no Bluetooth pref pane

    Anyone else having this issue?

  • How to copy an album in iPhoto 6 from one drive volume to another?

    I downloaded some photos into three albums in a drive volume which I later archived for various reasons. How do I import those albums to my primary drive volume with the same iPhoto 6 vers. 6.0.6? Is it as easy as: File/ Import to Library/ Archive dr

  • Internationalization in JS files.

    Hi all, I have put all my java script functions related to a JSP page in a file with .js extension. I have placed these �xxx.js� files in a separate folder. Now I need to use internationalization inside the �.js� files. I know to apply internationali

  • 11.0.5.5 64-bit on Win 8:  music does not play after update

    Recently prompted to update itunes software to 11.0.5.5 64-bit (Win 8).  Did so and now music does not play.  Music library is correct but when I select a song and then push the "play" triangle itunes says it is playing but tracker does not move off

  • Real Time datasources

    Few questions regarding REAL TIME datasources - 1)How can we identify what datasources are REAL TIME datasources in R/3? 2)Can any standard datasources be converted to REAL TIME datasources. If yes ,what are the steps in details? 3)Why only ODS is us