Logging process chains

Hello,
I have created many (about 100) process chains to load data into DSOs.
Now I want to analyse the performance of those chains.
Key Performance Indikators are:
Start-Time
End-Time
Number of Records transfered
I can manualy look this things up in the AdministratorWorkbench, but this needs much time.
Is it possible to download this information into a file automatically ?
Thanks
Armin

do you have BI admin cockpit installed
you can get the stats from tables - RSPCLOGCHAIN, RSPCPROCESSLOG built on a multiprovider 0TCT_MC21.
Hope it Helps
Chetan
@CP..

Similar Messages

  • List of Info Objects used in a process chain

    Hi,
    I have a master data process chain and in that process chain, close to about 50 Info objects are included. Rather than checking manually, I would like to know if there is any automated way to get the list of info objects used in a process chain.
    Please let me know if there is any table that gives this information.
    Thanks & Regards.

    following transparent tables store Process Chain related data... there you might get the information you are looking for..
    RSEVENTCHAIN       Event Chain Processing Event Table
    RSEVENTHEAD        Header for the event chain
    RSEVENTHEADT        Header for the event chain
    RSPCCHAIN     Process chain details
    RSPCCHAINATTR      Attributes for a Process Chain
    RSPCCHAINEVENTS      Multiple Events with Process Chains
    RSPCCHAINT      Texts for Chain
    RSPCCOMMANDLOG     System Command Execution Logs (Process Chains)
    RSPCLOGCHAIN      Cross-Table Log ID / Chain ID
    RSPCLOGS     Application Logs for the Process Chains
    RSPCPROCESSLOG     Logs for the Chain Runs
    RSPCRUNVARIABLES      Variables for Process Chains for Runtime
    RSPC_MONITOR     Monitor individual process chains
    Regards,
    Sharayu

  • Process chain tables

    Hi
    I am creating one z table for sake of monitoring sheet. For that information I need some information.
    In which table I get process chain scheduling details .and where should I get the information weather the process chain run manually or through schedule.
    Praveen

    Below are all tables related to process chains. You should be able to figure out from here.
    RSEVENTCHAIN       Event Chain Processing Event Table
    RSEVENTHEAD        Header for the event chain
    RSEVENTHEADT      Header for the event chain
    RSPCCHAIN            Process chain details
    RSPCCHAINATTR  Attributes for a Process Chain
    RSPCCHAINEVENTS      Multiple Events with Process Chains
    RSPCCHAINT      Texts for Chain
    RSPCCOMMANDLOG     System Command Execution Logs (Process Chains)
    RSPCLOGCHAIN      Cross-Table Log ID / Chain ID
    RSPCLOGS      Application Logs for the Process Chains
    RSPCPROCESSLOG      Logs for the Chain Runs
    RSPCRUNVARIABLES      Variables for Process Chains for Runtime
    RSPC_MONITOR     Monitor individual process chains
    Hope this helps.

  • How to see the installed BI content process chain?

    Hi Expert,
    I've installed a BI content process chain, called 0TCT_MD_C_FULL_P01, but I can not see it in tcode RSPC, also can not use it. Can you tell how to make it available in RSPC?
    Thanks a lot.
    Happy.Bear

    Hi,Check in RSPC under "Not Assigned"
    And also chcek in Tables related to PCs,
    RSEVENTCHAIN Event Chain Processing Event Table
    RSEVENTHEAD Header for the event chain
    RSEVENTHEADT Header for the event chain
    RSPCCHAIN Process chain details
    RSPCCHAINATTR Attributes for a Process Chain
    RSPCCHAINEVENTS Multiple Events with Process Chains
    RSPCCHAINT Texts for Chain
    RSPCCOMMANDLOG System Command Execution Logs (Process Chains)
    RSPCLOGCHAIN Cross-Table Log ID / Chain ID
    RSPCLOGS Application Logs for the Process Chains
    RSPCPROCESSLOG Logs for the Chain Runs
    RSPCRUNVARIABLES Variables for Process Chains for Runtime
    RSPC_MONITOR Monitor individual process chains
    Thanks
    Reddy

  • I need to review the existing process chain

    Hi Folks,
    I need to review the existing hte process Chain which is running in the live system since 1 year.
    My intention is what i need to considear while reviewing the process chain and i need to provide the some suggestion after review of the all chains.
    Can any one have SAP Notes or SAP help info on this,
    Thanks,
    Ven.

    Hi,
    Check in the following tables for Process Chaibn logs
    RSEVENTCHAIN ----Event Chain Processing Event Table
    RSEVENTHEAD -----Header for the event chain
    RSEVENTHEADT -----Header for the event chain
    RSPCCHAIN---------- Process chain details
    RSPCCHAINATTR------- Attributes for a Process Chain
    RSPCCHAINEVENTS------- Multiple Events with Process Chains
    RSPCCHAINT--------------- Texts for Chain
    RSPCCOMMANDLOG--------- System Command Execution Logs (Process Chains)
    RSPCLOGCHAIN---------- Cross-Table Log ID / Chain ID
    RSPCLOGS------------- Application Logs for the Process Chains
    RSPCPROCESSLOG------------- Logs for the Chain Runs
    RSPCRUNVARIABLES---------- Variables for Process Chains for Runtime
    RSPC_MONITOR----------- Monitor individual process chains
    Thanks
    Reddy

  • Complex process chain

    Hi,
    I need to create a process chain based on a event.
    From ECC i got a program that sends same event multiple times a day.
    The conditions are given below,
    1. Process chain must be scheduled to wait for the event.
    2. If the event is received between time '020000' and '050000.
        then the proces chain must proceedfurther
       else
       it must not proceed and wait.
    can this be achieved via process type ABAP program or any other best possibility?

    Hey Again. 
    Ok, I think you probably won't be able to do this with the decision between multiple alternatives.  Well, actually you could but it would take some extra work.  I've implemented custom formulas where I am and have created some for checking if a chain is active, a process is active, a chain has completed, etc... To get there though you have to first implement custom formulas.  it isn't difficult and can be extremely helpful (at least I have found them to be).  In case you are interested, here is a link to get you started on that effort (I think it's worth it even if not for this project):
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f095592f-42f7-2a10-6ab1-c836a559b48f
    So, while the solution could very well be done using a mix of custom formulas and the decision element it is probably best to simplify and use a custom abap program.  You have two choices, do this on the ECC side or on BW side. 
    If done in ECC:
    1)  Create log table, or utilize existing one
    2)  Check table... if event has been raised today, then do not raise event again.
    If done in BW:
    1)  Create a chain where starter uses the even and parameter that will be raised from ECC
    2)  Create a custom ABAP program that checks if the chain has run yet today.  If not, it would raise another event to trigger the chain doing the actual processing.  If the chain has run today, the event is not raised.
    While ECC side may seem simpler, you would be completely reliant on them not accidentally triggering the chain twice in one day.  So i would go with doing it on the BW side.  You can definitely check if a chain has run today and also if it has finished successfully.  Here is a list of some process chain related tables that you may find useful:
    RSEVENTCHAIN - Event Chain Processing Event Table
    RSEVENTHEAD - Header for the event chain
    RSEVENTHEADT - Header for the event chain
    RSPCCHAIN - Process chain details
    RSPCCHAINATTR - Attributes for a Process Chain
    RSPCCHAINEVENTS - Multiple Events with Process Chains
    RSPCCHAINT - Texts for Chain
    RSPCCOMMANDLOG - System Command Execution Logs (Process Chains)
    RSPCLOGCHAIN - Cross-Table Log ID / Chain ID
    RSPCLOGS - Application Logs for the Process Chains
    RSPCPROCESSLOG - Logs forthe Chain Runs
    RSPCRUNVARIABLES - Variables for Process Chains for Runtime
    RSPC_MONITOR - Monitorindividual process chains

  • How to find deleted process chain and query

    Hi All
    Some body has deleted one process chain and one query from development system
    how can i know who has deleted these?
    is there any table where deleted process chain and queries will maintain????
    Thanks & Regards,
    Krishna
    Edited by: krishnamurthy g on Sep 1, 2008 5:33 PM

    Hi,
    Usually its totally in tractable to find a deleted chain :
    But you can try out with the following options:
    1> T-code SLG2 .
    2> T-code SLG1 - find out who was logged on to the system on that particular client at that time.
    3> Try out the following tables in se16 :
    RSPCLOGS           --- Application Logs for the Process Chains
    RSPCLOGCHAIN    --- Cross-Table Log ID / Chain ID
    RSPCCOMMANDLOG --- System Command Execution Logs (Process Chains) .
    Hope it will be expedite.
    Thax & Regards.
    Vaibhave Sharma

  • How to find Process chain for event and parameter

    Hi,
    I have Event and parameter for the process, I wanted to know the which process chain does that process belons to.
    Is there any table where I can see those.

    Hi,
    Try these tables.
    RSEVENTCHAIN    Event Chain Processing Event Table 
    RSEVENTHEAD     Header for the event chain 
    RSEVENTHEADT   Header for the event chain 
    RSPCCHAIN  Process chain details
    RSPCCHAINATTR   Attributes for a Process Chain 
    RSPCCHAINEVENTS   Multiple Events with Process Chains 
    RSPCCHAINT   Texts for Chain 
    RSPCCOMMANDLOG  System Command Execution Logs (Process Chains) 
    RSPCLOGCHAIN   Cross-Table Log ID / Chain ID 
    RSPCLOGS  Application Logs for the Process Chains 
    RSPCPROCESSLOG  Logs for the Chain Runs
    RSPCRUNVARIABLES   Variables for Process Chains for Runtime 
    RSPC_MONITOR  Monitor individual process chains 
    Hope this helps.
    Thanks,
    JituK

  • Process chain Logs are not  able to view...

    <i>Hi Friends,</i>
                      We are facing a typical problem like this... We are loading master data weekly thru process chain.. The problem is dat for 5 weeks back we have kept back ground scheduling dat this chain needs to get run for every week.. So for the first week it runned successfully and for the second and third and fourth week also itz runned successfully..
                                                       But on the fifth week we got the process chained failed for some errors in Process chain.. We analyzed the errors and But yet to be rectified.. So for 6th week it needz to get runned.. But when am going to check the logs of dat process chain..
                                                        It was not showing any logs on the chains which have runned successfully for the past 4 weeks also, which have runned successfully... And I tried it in logs with givng today and yesterday and One week and This month and last month and tried it with free date also... BUt am not able 2 see the logs..
    Can anyone help me out from this issue..
    <i><b>Thanks & regards
    Aluri</b></i>
    <b></b>

    Have you tried adding the chain to the RSPCM transaction?
    If the chain has run you should be able to see the logs there by selecting the date.
    ~Nathaniel

  • Error log in Process chains...

    hai friends,
    am getting this error log messages while running the process chains...
    There is a discrepancy between the confirmation and deletion of qRFC-LUWs
    Message no. RSQU016
    Diagnosis
    When data was confirmed and deleted in the qRFC queue, the system found a discrepancy between the number of newly confirmed LUWs (                                               2282) and the number of LUWs to be deleted (                                               3424).
    Where more LUWs are to be deleted than were previously confirmed, a previous delete attempt was terminated.
    The LUWs were confirmed but not completely deleted from the qRFC and tRFC tables. The confirmation already ensures that the data is not transferred into the BW again with a subsequent request.
    Delta extraction was continued.
    Procedure
    You do not need to do anything urgently.
    If the message also arises during all subsequent delta requests, contact SAP Support with the message number at hand. In this case, there is a danger that the qRFC and tRFC tables run at full capacity, which may also affect other applications.
    please help me friendds...

    Refer to the OSS note: 583086
    Also you can refer to the smililar kind of discussion in this link:
    Discrepancy between the confirmation and deletion of qRFC-LUWs
    Hope this helps..

  • HOW TO VIEW DATA IN LOG VIEW - PROCESS CHAIN?

    HAI FRIENDS,
    I SIMULTANEOUSLY LOADED DATA INTO ODS AND INFOCUBE....I USED THE PROCESS CHAIN TO LOAD DATA.. BUT AFTER ACTIVATING, I COULD N'T VIEW THE DATA IN THE LOG.AFTER THAT I FOUND OUT DATA IS NOT LOADED INTO THE ODS ..SO I ACTIVATED IT AGAIN.. DID THE PROCESS CHAIN ACTIVATE.. EVEN AFTER THAT I COULD NOT VIEW DATA IN LOG VIEW AND ALSO WHEN I CLICK ON LOAD DATA PROCESS(ODS) NO DATA IS FOUND.. PLS HELP OUT
    WITH REGARDS
    APPU

    Hi,
    Go to the manage screen for that ODS. See teh relevent request and find how many records were transferred and how many added.
    If it is zero added records, then check for any rules.
    Arun
    Assign pts if useful

  • Log from ABAP program in Process chain

    Hello.
    I have some problem. I wrote the ABAP program and insert this program in process chain. This program a correctly work, but I canu2019t view the steps of work this program. In help:
    You can write logs by outputting success messages. (Error messages terminate the task!)
    Example: MESSAGE s051(rsar) WITH 'Process successfully ended'.
    You can see these logs on the tab page Batch in the detail monitors of the process chain.
    I append this code to my program, but nothing in process chain.
    Help me, please - what code I need to insert in my program so that view this message in a process chain logs?

    We have an ABAP that outputs a message.  The output from the following code is visible when you click on a process chain step icon, and select the middle tab that says "Backg" for background.
    IF sy-subrc = 0.
        CONCATENATE text-005 p_date INTO l_msg SEPARATED BY space.
        MESSAGE i162(00) WITH l_msg.
      ELSE.
        CONCATENATE text-003 p_date INTO l_msg SEPARATED BY space.
        MESSAGE e162(00) WITH l_msg.
      ENDIF.

  • Process Chain - Status Green but log says "Termination of chain "

    Hello Friends,
    One of the Steps in a Sub Chain of the Meta Chain shows the log as follows:
    30.10.2009 05:20:28 Job started
    30.10.2009 05:20:28 Step 001 started (program RSPROCESS, variant &0000000049485, user ID SCMREMOTE)
    30.10.2009 05:20:35 Spool request (number 0000017553) created without immediate output
    30.10.2009 05:20:35 Entire chain now has status 'G'
    30.10.2009 05:20:35 Termination of chain has been reported to meta chain D6SBR9M64EV91ZX911UJI7K36
    30.10.2009 05:20:35 Job finished
    and the Step has changed to Green. So we normally assume that it has executed succesfully. Recently, there came this data issue. This step loads Open Sales Order data from a Cube to APO DP Planning area. Now few Open Sales Order Qty for a material are missing in planning area.
    Does this step in the Process chain has executed Succefully or as the log says is it terminated? Though the step changes to green , were all the materials not loaded into planning area?
    Please advice and suggest.
    Thanks,
    Chandra.

    Hii
    This log shows that chain has been successfully terminated. This is a common log
    The missing of Open Sales Order Qty for a material  may be due to other reason .
    Try to get into more details for which Orders this has happened and check in the source system.
    Thanks
    Sonal...

  • Process Chain deleted, how to know who to blame? Log?

    Is there a log for changed/deleted Process chains (BW3.5)?
    br,
    Marko

    We created a new prochain and deleted it but after that there are no log entries in SLG1 about prochains.
    Some other solution needed!
    Thanks!

  • Send Message from Process Chain Step without Process Log

    We send a mail message, depending on the success or failure of the process chain step, to user list.
    When the message is sent not only custom message but also the status information and the process log are sent.
    Our users are only interested about the result of the chain and they don' t want to view all technical information.
    Is it possible to send message without process log?
    Regards

    Hi,
    Take 2 process(red and green line) from each of the process in the process Chain, one is for sucessfull and other is for failure and at the end of the proces chain,  just put all failure process to the OR and have add a ABAP Program (with Not Sucessfull) and then just put all sucessfull process to the AND and have add a ABAP Program (with Sucessfull) .
    This wil send the mail to the users, when ever there is failure in PC any where, or sends a mail ..if the process chain completes sucessfully.
    If you want only add the send of mail option at the end of the process chain, we can just add 2 process (red and green line) and have same flow as above. so that.. it will only sends mail..when there is failure or sucessfull of the process chian.
    Hope it helps ......

Maybe you are looking for

  • Oracle Ebiz 12.1.3 versus 12.1.1 changes

    Hi All, I am working with oracle apps 12.1.3 which involves kind of comparison analysis with 12.1.1 and based on this result I should go ahead with next part of my work. I could not see ETRM help for 12.1.3. Is there any documentation available on th

  • Transformation provider for AD in OIM 11g R1

    Hi, I have to write a transformation provider for reading AD object id from Ad and storing it in OIM. AD object id is in some byte form in AD, I have to write a transformation provider to convert it in String format. In this I am unable to find Jar c

  • Does anyone know why songs I have purchased occassionally go missing and I have to re-download ???? Mystery !

    Sometimes I cannot play a song I've previously purchased. It is in my "Songs" list..but won't play. I show it is 'downloaded' in "purchased items" on the Itunes right-link menu....but it is NOT. Tried 'not on this computer tab' and it does not come u

  • Window's media player

    I am trying to download window's media player. I have read posts and found that I need to download stuffit expander first, so I did that and when I tried to open in it says Error Opening Movie: movie could not be opened. I am trying to open it in Qui

  • TS4062 Drag and drop of purchase wiped out Library

    I've purchased a few times in the past from iTunes, but this time for some reason the purchase showed up under the iTunes Store. I guess I was set up differently somehow. I was casting around for a way to get my purchase into the library, and I hit o