Process Chains - number of records loaded in various targets

Hello
I have been trying to figure to access the metadata on the process chain log to extract information on the number of records loaded in various targets(Cubes/ODS/Infoobjects).
I have seen a few tables like RSMONICTAB, RSPCPROCESSLOG and RSREQICODS through various threads posted, however I would like to know whether there is any data model ( relationship structure beween these and other std. tables) so that I could seamless traverse through them to get the information I need.
In traditional ETL tools I would approach the problem :
> Load a particular sequence(in our case = BW Process chain) name into the program
> Extract the start time and end time information.
> Tranverse through all the objects of the sequence(BW Process chain)
> Check if the object is a data target
> If yes scan through the logs to extract the number of records loaded.
could I have a list of similar tables which I could traverse through ABAP code to extract such information?
Thanks in advance

Hi Richa,
Please check these tables which may be very useful for you.
  rsseldone,
  rsdodso,
  rsstatmanpsa,
  rsds,
  rsis,
  rsdcube
I have got a abap code where you can get all the information for a particular request.
If you need more information goto ST13; select BI TOOLS and Execute.
hope this helps .....
Regards,
Ravi Kanth
Edited by: Ravi kanth on May 15, 2009 11:08 AM

Similar Messages

  • Program Process chain-- Number of records per day.

    Hi  Friends,
    i need to  develop a program based   upon the below template.
    Chain Name      Start Date     Start Time   End Date      End Time     Total Run Time    Number of Records      Total number of records
                                                                                    IP1/IP2/IP3
    Imgaine that i have a process chain with 3 infocpakages..
    Please help us in having the code as i donot know ABAP and program /ssa/bwt will not survive my purpose.\
    Regards,
    Siddhu

    hi sid,
    i think while creating the abap code u need to take help of following tables:-
    Chain Name              RSPCLOGCHAIN.  take chain id from corresponding Chain name, and navigate to table RSPCPROCESSLOG.
    Start Date                          RSPCPROCESSLOG
    Start Time                          RSPCPROCESSLOG
    End Date
    End Time                           RSPCPROCESSLOG
    Total Run Time                  can be caluted using ENDSTAMP and STARTTIME.
    Number of Records          RSMONICDP
    Total number of records   RSMONICDP
    you have to hit these table and take the latest data from your abap code.
    thanks

  • Total number of records loaded into ODS and in case of Infocube

    hai
    i loaded some datarecords from Oracle SS in ODS and Infocube.
    My SOurceSytem guy given some datarecords by his selection at Oracle source system side.
    how can i see that 'how many data records are loaded into ODS and Infocube'.
                     i can check in monitor , but that not correct(becz i loaded second , third time by giving the ignore duplicate records). So i think in monitor , i wont get the correct number of datarecords loaded in case of ODS and Infocube.
    So is there any transaction code or something to find number records loaded in case of ODS and Infocube .
    ps tell me
    i ll assing the points
    bye
    rizwan

    HAI
    I went into ODS manage and see the 'transferred' and 'added' data records .Both are same .
    But when i total the added data records then it comes 147737.
    But when i check in active table(BIC/A(odsname)00 then toal number of entries come 1,37,738
    why it is coming like that difference.......
    And in case of infocube , how can i find total number of records loaded into Infocube.(not in infocube).
               Like any table for fact table and dimension tables.
    pls tell me
    txs
    rizwan

  • How to get the process chain name if we know the data target in sap bi

    Hi SAP BI Gurus,
    Can any help me how to find the process chain name if we know the data target name
    i mean if i know the info cube name how to find the relavant process chain which is holding that info cube
    Thanks,
    Joe

    Hi R Kumar,
    Check the table RSPCCHAIN.
    I mean, Use Table RSPCCHAIN and give the local chain tech name in VARIANTE field and search, in out put you will get meta chain name under the field CHAIN_ID.
    Thanks,
    Sreehari.

  • Error in process chain for PCA full load

    Hello everyone,
    I'm trying to use a process chain in order to delete a previous full load of plan data in a cube prior to the new load (to avoid double records). The successor job in the process chain is loading a delta of actual data into the same cube (same info source).
    When executing the process chain (and the included info package (full load)), the setting "Automatic loading of similar/identical requests from info cube" in the info package is not working (I have ticked "full or init, data-/infosource are the same")...
    I have checked that the function itself works as I have executed the info package manually with success. So the problem is the chain somehow.
    In the chain I just execute the info package as usual... so to my understanding, it should work the same way as if I executed it manually. Or am I wrong? Is some additional setting required in the chain in order to make it work?
    Any ideas?
    Thanks,
    Fredrik

    Hi Fredrik,
    not all settings in infopackages work in chains in the same way they do while running the package manually. Mostly you can check that with pressing F1 on the setting. In your case, you need to add a process type for deleting the data to the chain. In your chain maintenance, look at process types and then in load processes .... There you will find the type you need.
    kind regards
    Siggi

  • Error while creating process chain for flat file loading

    Hi All,
    I had Created a process Chain to load Transactiion data(Full load) form flat file which is in my computer.
    start>Load>DTP>DeleteIndex>DTP loading CUBE--> Create Index
    but the system is throwing an error as "An upload from the client workstation in the background is not possible."
    I dont know why this error is coming?
    Can some one help me
    Regards
    Mamta

    Hi Mamta,
    Basically if you want to load the DS through FF using process chain, the FF has to be placed in Application server. We cant load the FF when it is located in the client local workstation(FF On your PC).
    So better you remove the Infopackage step from the PC. Load the IP manually. Once it is completed you can start the process chain with the following steps:
    start>DTP>DeleteIndex>DTP loading CUBE> Create Index
    Hope it is clear & helpful!
    Regards,
    Pavan

  • Process huge number of records in XI

    Hello
    I am having a simple scenario where I am sending details from SAP to legacy system on weekly basis. I am having SAP ABAP proxy as a sender and file as a receiver.
    My problem is when the data is huge (around 600,000 records) the its giving RFC timeout error on SAP ECC side. I tried to sending limited number of records per submit to XI but it creates multiple files on receiving FTP server.
    Instead of that can I use collect pattern of BPM to collect messages in BPM? Will it not be an overhead using BPM in this case as the data is tooo huge?
    If someone has already tackeled this problem pl respond.
    Thanks in advance.
    Regards
    Rajeev

    Hi Rajeev,
    dont use BPM for solving that, BPM itself has still a lot performance problems.
    If possible, split the 600.000 at R/3 side into several proxy requests. If required, use modus "add lines" of the file adapter to collect the messages again. You should think about to send the messages "Exacly Once In Order" to avoid processing more than one message at the same time.
    Regards,
    Udo

  • Process chain for a full load failed

    Hi,
    I have a process chain where load data from an InfoCube to a DSO with the following steps:
    Begin
    Load data: Execute an Infopackage with full load.
    Update from PSA
    Activate Data: Activate data of DSO.
    When I execute the process chain, the step of execute InfoPackage succes, but the step of Update from PSA failed. If I saw the errors, I can see that when the infopackage finished need to Activate the data of DSO, and the status of the request is yellow and to Update from PSA need the QM status was green. What can I do? The data transfer correctly to the DSO but not is active.
    Thank you very much.
    PD: May be, some steps and options are not exactly like I wrote them but I'm working in Spanish and the meaning is the same

    Hi....
    Look if Update from PSA has failed......then go the details tab in the IP monitor.........expand the failed data packet and see the error message........there may be several reasons .......try to solve that issue............ then delete the request from the target without making the QM status red.......the reconstruct the request................
    Actually I am not getting you clearly....I think your process chain is fine......Are you trying to say your ODS activation also failed...........but how ODS activation will start..........the load itself failed.........Is the link is on success or failure....
    Regards,
    Debjani....
    Edited by: Debjani  Mukherjee on Oct 16, 2008 2:02 PM

  • How to trigger process chain when datasource is loaded with new data? PUSH

    Hi all,
    Till now we use the pull method to load data in BW which is done manually......but we would like to work with the PUSH method where whenever new data is loaded in the datasource an event is triggered which inturn triggers the process chain...
    how is this possible? can we do this on a timestamp on the datasource to trigger the event?
    rgds,
    wills

    hi Geo,
    Thanks for ur response. I appreciate it.
    The case is slightly different. I am working on Bank analyzer data which is residing in a source system defined to load the results from the Results DataBase, a part of the Bank analyzer.
    If it was R3 we have the standard calling procedures...but now the data in not in R3 but in Bank analyzer.
    I am keen to look at some procedure to push the data automatically whenever an end user execution is done at the BA level into the BW.
    ur help would be highly appreciated....
    thks,
    rgds.
    wills

  • Skip steps in process chain if 0 records received from InfoPackage

    Hi Experts,
    In one business scenario, we need to change existing process chain such that if InfoPackage/DTP has brought 0 records process chain should skip rest steps or it should get failed.
    Do you have any ideas about this.
    Regards,

    Dear Ganesh,
    you can change the traffic light color for empty request in the infoPackage maintenance window. Top menu --> Scheduler --> Traffic light color for empty request.
    Using this option and connecting process chain nodes correctly, process chain execution will stop whenever the infoPackage gets 0 records.
    For a DTP, you can use ABAP code in the start routine of the corresponding transformation. You should check the contents of SOURCE_PACKAGE internal table and raise exception accordingly.
    I hope this information helps you.
    Best regards,
    Nacho

  • Transporting Process Chains-includes the ERROR DTPs in the Target System

    Hello Gurus,
    Iam facing an issue in version NW2004s while transporting the Process Chains from DEV to QA. The Process Chains in the Target system are including the ERROR Dtps as parallel loads along with the regular DTP.This happens when there exists an ERROR DTP in the Target system at the time of Transport.
    This will cause a problem
    1.these would run parallel to the regular DTPs.
    2.no of back ground processes running at any point will be beyond our limit.
    Let me know if you have faced the same issue and how you resolved it.
    Thanks
    Jagadish

    Hi DPN,
    Check oout this thread. This might solve yuor problem.
    Errors in Transportation
    Thanks and Regards
    Subray Hegde

  • Number of Records Loaded for 2LIS_02_HDR much higher than expected

    Hi, I just did a setup for 2LIS_02_HDR and in table EKKO has 1.2 million and in bw it looks like it is loading well over 6 million right now.  Is this because the HDR collects up detail information for header aggregation?  Even with that I don't expect 6 million records.
    Any ideas?  I'm fairly certain I put in all the right parameters in my setup load!  Any way to check?
    thanks!

    >
    Kenneth Murray wrote:
    > Hi, I just did a setup for 2LIS_02_HDR and in table EKKO has 1.2 million and in bw it looks like it is loading well over 6 million right now.  Is this because the HDR collects up detail information for header aggregation?  Even with that I don't expect 6 million records.
    >
    > Any ideas?  I'm fairly certain I put in all the right parameters in my setup load!  Any way to check?
    >
    > thanks!
    Hi,
    please check following :
    1. setup most not be filled repeatdly.... in case if its filled multiple times it wil give u higher no. of records than expected. Kindly check in number of entries in table "MC11VA0HDRSETUP".
    2. If records are higher than expected than please delete data for application 02 using tcode LBWG and refill it.
    Thanks
    Dipika

  • Bi admin process chains-  content master data load has failed

    Hi Experts,
    i worked with Bi Admin cockpit set-up, all  the things are going fine
    but Content Master data load (Attribute)has failed and i got the errors like
    1)data records for package 1 selected in PSA-2 errors
    2)Error 4 in the update
    can anyone suggest me how can i sove the issue
    regards
    Mrudula

    Hi
    yes, i got 2 errors in Psa
    when i click the 1st error i got like
    Data record 10023 & with the key
    'EBTCLNT100ACGRAZ_BWRPRT_USR_FBW_Ptest0001 &' is invalid in value
    'EBTCLNT100ACGRAZ_BWRPRT_USR_FBW_attribute/characteristic 0TCTBWOBJECT &.
    And i it gave the procedure as
    if this message appears during a data load, maintain the attribute in the PSA maintenance screens. if this message appears in the master data maintenance screens, leave the transaction and call it again. this allows you to maintain your master data.
    And when i click the 2nd error
    it has showed the data record as 10024 and remaing explanation is same like 1st one
    in this i am not getting, how to proceed the solution.
    plz help me anyone
    Thanks and regards
    Mrudula
    Edited by: mrudularajesh on Jul 1, 2009 7:39 AM

  • Updated no of records through process chain

    We are executing an iP and we want to add a message through email in the IP ,if it is success or fail and also is it possible to update the no of records that are updated in the iP in the same email...
    We are using BW 3.5 version..

    Hi Prince,
    Kindly have a look at below links,
    Process Chains - number of records loaded in various targets
    Message Alret  through Process Chain
    Hope this helps.
    Regards,
    Mani

  • Loading through Process Chains 2 Delta Loads and 1 Full Load (ODS to Cube).

    Dear All,
    I am loading through Process chains with 2 Delta Loads and 1 Full load from ODS to Cube in 3.5. Am in the development process.
    My loading process is:
    Start - 2 Delta Loads - 1 Full Load - ODS Activation - Delete Index - Further Update - Delete overlapping requests from infocube - Creating Index.
    My question is:
    When am loading for the first am getting some data and for the next load i should get as Zero as there is no data for the next load but am getting same no of records for the next load. May be it is taking data from full upload, i guess. Please, guide me.
    Krishna.

    Hi,
    The reason you are getting the same no. of records is as you said (Full load), after running the delta you got all the changed records but after those two delta's again you have a full load step which will pick whole of the data all over again.
    The reason you are getting same no. of records is:
    1> You are running the chain for the first time.
    2> You ran this delta ip's for the first time, as such while initializing these deltas you might have choosen "Initialization without data transfer", as such now when you ran these deltas for the first time they picked whole of the data.Running a full load after that will also pick the same no. of records too.
    If the two delats you are talking are one after another then is say u got the data because of some changes, since you are loading for a single ods to a cube both your delta and full will pick same "For the first time " during data marting, for they have the same data source(ODS).
    Hope fully this will serve your purpose and will be expedite.
    Thax & Regards
    Vaibhave Sharma
    Edited by: Vaibhave Sharma on Sep 3, 2008 10:28 PM

Maybe you are looking for

  • US iPod Nano vs UK

    If I were to buy my iPod from the US will it still be compatible with my UK laptop etc??

  • Network Extender has never worked

    We received a network extender from Verizon due to the lack of coverage in the area we live - too far from a tower. I have tried every weekend to get this thing going and I always get a solid blue power light, solid blue wan light a SLOW BLINKING RED

  • V_T5R05 - IT185

    When looking at the table V_T5R05 for IT0185 there is an entry for 'Prog Name 'and when do a F1 look up it talks about a report.  Has anybody used this field, if so for what purpose? Thanks WB

  • Word Web App cannot open this document due to an unknown error. If the problem persists, try opening the file in Microsoft Word.

    Word Web App cannot open this document due to an unknown error. If the problem persists, try opening the file in Microsoft Word. Can anybody pls help me how to resolve this for which got strucked !!!! Cheers !! Praveen Thanks in Advance !!! Cheers !!

  • IMac g3 cant boot mac os 9.1 install cd!!!!!! help!!!!!!

    well first of all i checked this website: http://www.everymac.com/systems/apple/imac/stats/imac600graphite.html and it said it shipped with os 9.1. but my problem is that it wont boot into the os 9.1 install cd. Also its a indigo iMac g3 and the cd i