After Even Process Chain

I have a process chain ‘B’ scheduled in mode ‘After Event: Z_CHAIN’
How can I see what is ‘Z_CHAIN’?
I try to see this with SE37 and SE38 but with out any happy result.
Thank you in advance.

Hi SSAP,
z_CHAIN is an event which triggers this process chain.
This event can be raised through background jobs also.
You can find oyt the name of the job which triggers this event by going into
trasaction se11>In database/table name write BTCEVTJOB-click on contents --->
then write your event name
Hope this helps.
Varada

Similar Messages

  • Error in PSA after running process chain

    Hello All,
    I have ran a process chain, which came back with an error.  I have checked the PSA and there is one line which has an error.  How can I resolve it and reload the data into the cube succesfully?  Is there away to delete the data from the PSA and reload it? 
    Thanks,
    Nick.

    Dear Nick,
    I will add the step by step procedure to edit PSA data and update into target (request based).
    Identifying incorrect records.
    System wont show all the incorrect records at the first time itself. You need to search the PSA table manually to find all the incorrect records.
    1. First see RSMO > Details > Expand upate rules / processing tabs and you will find some of the error records.
    2. Then you can go to PSA and filter using the status of records. Filter all the red requests. This may also wont show the entire incorrect records.
    3. Then you can go to PSA and filter using the incorrect records based on the particular field.
    4. If this also doesnt work out go to PSA and sort (not filter) the records based on the particular field with incorrect values and it will show all the records. Note down the record numbers and then edit them one by one.
    If you want to confirm find the PSA table and search manually."
    Also Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
    Steps to resolve this
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    Refer how to Modify PSA Data
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40890eda-1b99-2a10-2d8b-a18b9108fc38
    Hope it helps you,Revert me back if you have any queries
    Assign points if helpful
    Regards
    Bala

  • 2 Infopackages missing after installing Process Chain BI 7.0 TechContents

    Hi,
    I have installed the process chains for BI 7.0 Technical Contents and when trying to run a check on the process chains, I got an error on these 2 infopackages which were not installed from the BI 7.0 technical content packages:
    0PAK_472D695A0ZS3DWVBA4H1OO9A6
    0PAK_472D4SFZXKU0L9FF8UESP72F2
    Anyone know if these 2 infopackages are needed and if yes, where are these infopackages loading data to?
    Thanks,
    Anthony

    Please upgrade the system to SAP_BW SP16
    There is a work-around for activating these two process chains if you don't want to upgrade the SP Level to SP16.
    Apply SAP Note No. 989927 and run the installation report RSTCC_ACTIVATEADMINCOCKPIT_NEW. Please follow the manual steps mentioned below.
    Please execute the transaction RSPC (Network Display). Change to 'Edit' mode. Go to the Main Menu.  Double-click on Query Runtime Statistics - Init (0TCT_C0_INIT_P01) and right-click on 'Load Data (0TCT_DSA1_INIT_DATAMART)' and select 'Remove Process' option in the Context Menu. Repeat the same procedure for the subsequent process 'Create Index (Generated from Loading 0PAK_472D4SFZXKU0L9FF8UESP72F2) and remove the links related to it as well. Then Activate the Process Chain 'Query Runtime Statistics - Init (0TCT_C0_INIT_P01)'.
    Go to the Main Menu. Click on Query Runtime Statistics - Delta (0TCT_C0_DELTA_P01) and right click on 'Load Data (0TCT_DSA1_DELTA_DATAMART)' and click 'Remove Process' in the Context Menu. Remove all links leding to it as well. Then Activate the Process Chain 'Query Runtime Statistics - Delta (0TCT_C0_DELTA_P01)'.
    Then Schedule the Process Chain 'Query Runtime Statistics - Init (0TCT_C0_INIT_P01)'. This will take care of the Process Chain 'Query Runtime Statistics - Delta (0TCT_C0_DELTA_P01)' as well.
    Note 1134944 - BIAC: Problem in Process Chains BI_CONT SP8, SAP_BW < SP16
    Hope it Helps
    Chetan
    @CP..

  • Process chains administration

    Hi experts!
    I want your advice about the best way for administering process chains.
    We have been adding process chains because of delivering new models and now we want to adopt best practices about the way to monitor these process.
    We use RSPCM transaction to monitor process chains (and eventually many others : rsmon, changerunmoni, etc) but we want to implement automated warnings that can alert via email about: process chains terminated with red status, process chains still running after certain hour (long running or "hanged " process), or even process chains that do not run but have to.
    We have programmed emails from process chains, we know about ccms alerting...but still we don't know about which practice to adopt.
    We think about developing some abap code with events handling, but we want to know if there are not better ways.
    Thanks in advance

    Hi,
    Please check the following links these might help you
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/9bdd42cadf2878e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/92/5e073c8e56f658e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/bb/f0033c128f4a7de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/bb/f0033c128f4a7de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/bb/f0033c128f4a7de10000000a114084/frameset.htm
    Regards,
    MADhu

  • Issue with ABAP program execution from process chains

    Hi All:
    We have a process chain with 3 steps, each of them executing the same program with three different variants. The program is ftp's the file from APO's dataexchange (mount) to another ftp server. The first variant transfers file A to a directory in the external ftp server (say /X) . The second and the third variants are supposed to transfer different files, B and C to the same directory.
    That is where the problem is. After the process chain is successful, I see two files B and C but the contents are same and that of C. So, if I switch the steps in the PC to bring in A then C and then B, I see files B and C with content of C. I tried C then A then B. I see the file names correct but now the contents are A, A then B.
    Have any of you come across this issue? Do you know that these is an existing problem? IF you have a solution, pl. let me know.
    Thanks
    Narayanan

    Narayanan,
    Instead of doing it in three steps - would it be possible for you to have one UNIX script or equivalent doing the above and calling the same from your process chain ...?
    We do a lot of FTPs but then our file names are standard and we have a UNIX script for the same executed using a system command through a process chain and it has been working without issues for the past 1 year ...
    Maybe I have not got your situation properly ... some more detail on the program details and what you are doing in more detail would help....  also SP levels please..

  • Process type in Process chain

    HI all;
    I want to cancel the process type if it takes let's say more than 2 hrs.; the reason is sometimes the rollup job don't finish and just hang it forever...until more than 12 hrs and we have to manually cancel the job in the morning when we come to the office. This is affecting the runstats job when we do after the process chain completes.
    so, is there any set up that I can do to cancel the process types let's say rollup for a cube if this doesn't finish by 2 hrs automatically.
    thank you.

    Bhanu;
    they are SEM cubes; and there are several situations sometimes the rollup gets stucks..; for example if some users do the planning in the same cube, or locks.,,etc..we tried to tell all the planner not to do any activities during the daily process chain time. we are doing rollup and compress every day for the sem cubes.

  • Problem in Activating Hierarchy Attribute change run through process chain.

    Hi All,
    I have the problem in Hierarchy change run processw running through process chain..and also process chain completes successfully without any error..
    Even hierarchy change run  completes successfully the hierarchy objects are not activating,
    so daily when i have to activate hierarchy objects manually..
    and what i did was in one attributechange run process i have included 10 hierarchy object is it correct or else i have to separatly create 10 attribute change hierachy proceess in the process chain.. pls through some lights on this issue
    With regards,
    Hari

    Hi venkat,
    Yes.. i already include the save hierarchies process in process chain...
    my main problem is hierarchy infobject are not activating  using process chain and also even process chain is not giving error message.. and in which log table the hierarchy objects are maintained (such as run time, date , status etc..).
    IS there is any other settings to be made in process chain..
    with regards,
    hari

  • Trigger Process Chain from Source System into Target System

    Hello...actually in source system BZD, we have a process chain, in the target system BWD, we have another process chain as well. We want to have a process of combining these two process chain together. When the process chain in source system is completed successfully, the system will sent out some sort of signal to start the process chain in BWD. I am not sure how this can be done, I try to use the function module "BP_EVENT_RAISE" in the BZD and when this module is called, it does not start the process chain in BWD after the process chain in BZD is completed. I just wondering am I using the correct method. If will be good if anyone here can help...thanks alot.

    >
    FluffyToffee wrote:
    > Hello...actually in source system BZD, we have a process chain, in the target system BWD, we have another process chain as well. We want to have a process of combining these two process chain together. When the process chain in source system is completed successfully, the system will sent out some sort of signal to start the process chain in BWD. I am not sure how this can be done, I try to use the function module "BP_EVENT_RAISE" in the BZD and when this module is called, it does not start the process chain in BWD after the process chain in BZD is completed. I just wondering am I using the correct method. If will be good if anyone here can help...thanks alot.
    Hi Fluffy,
    Check RFC connection between the two sysems.
    Try using remote process chain process type in the process chain. the fllowing link may help you.
    http://help.sap.com/saphelp_nw70/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    Regards,
    sunmit.

  • Infopackage for updating hierarchy doesn't work in process chain

    All:
    I have infopackages for Cost Center and they are part of a process chain. While cost center master data get populated after the process chain runs, cost center hierarchy does not get populated. Infopackage for cost center hierarchy is also part of the process chain.
    However, when I manually run the same infopackage (for CC hierarchy) cost center hierarchy in BW (BW 3.5) gets populated.
    Could anybody suggest what is wrong here?
    Thanks,
    Pranab

    Hi,
    Did you include "Attribute Change" process in your process chain which will activate the saved hierarchy? Otherwise the new loading hierarchy will be kept as "M" version instead of "A" version.
    Joe

  • How to change source system in process chain

    Hi All,
    In our Bw quality system, process chain is pointing to the Production system ,
    I want to keep the process variant name same as production but want to change the source system
    For example.. let us say currently process chains(All DTPs) are pointing to the Production server (PD001) ip (200.12.23.22)
    now i want to keep the Server name same but want to point it to the quality system..so after change Process chain will show same name but it should point out to quality system.(let us say bwq 200.12.23.232).
    Can you please help me on this

    Hi Pravender,
    In our BW system , we have same process chain in all the system (Dev, Quality and production)..and naming convention is also same ..(all process chain points to Production system only)..
    So when I want to load data from development i just need to change the source system ip adrress  to  the Development Server  (So names in process chain will indicate production but  it will point to the development server), .
    I want to know how can i change the source system mapping.
    Hope i am clear now

  • Process chain Schedule change

    Hi,
    I have process chains in which there is one info packages.  I have changed the Schedule from once in a day to twice in a Day.  But after that Process chain is not executing the infopackage.  then I have changed the schedule in the infopackage and clicked start. After that I have changed the Infopackage to Start immediate and save the infopackage and came to process chain and again activated and scheduled but when I go to the info package it is still in the schedule mode.  Previously this process chain is working fine but now it is not executing.   This contains two programs also.  Please suggest me in this.
    Thanks
    naveen

    Hi Naveen,
       Goto process chain and double click on start routine and specify the start timing make it periodic for evry 12 hours.
       Execute process chain, you can see as scheduled only. According to specified schedule times chain will be triggered.
    Hope it Helps
    Srini

  • Removing process chain from schedule

    Hi Gurus
    I have a very basic question, under what circumstances do we take a process chain out of schedule? Till now i was being asked to make occasional changes in Process chains and then revert them back later,i did this activity of changing(adding or removing processes) after removing process chain from schedule( i was asked to do that)...
    Now i need to edit recipient list(add one recipient's name ) in alll the process chains where success and error messages are present.
    I want to know whether i need to remove the chain from schedule before starting with this activity.
    If one chain contains multipe individual chains and every individual chain contains messages,do i need to remove every chain from schedule and edit the recipient list....or this is not required and i can simply open individual chain containing messsages in edit mode and edit the recipient list and save the changes and follow the same for all chains?
    kindly help.

    Hi,
    We would normally be asked to remove the process chains from schedule during any upgrade activities. or it can also be related to any particular flow - this is in case particular process chains are asked to be removed from schedule. This may be due to adding an intermediate step in between the flow or any such scenario.
    And you can change the recipient list when the process chain is running also, because here you will not actually be editing the process chain but will be editing the "message" object. just click "edit message", save the message and come out, do not click save when you are in the process chain maintenance screen.
    Hope this helps.
    Regards,
    Joe

  • Process chain jobs struck in released state

    Hi,
    We have a strange problem with process chains, After the process chain is
    triggered in the middle of the PC, one of the process step job is getting struck
    in released state and not moving to active, what might be the probelm, please suggest.
    Thanks.

    Hi....
    Actually this issue sometime happens due to more number of active jobs in the system.........If the number jobs running is huge.........then there will be no free work process.........and all the jobs will stucked in release state only......
    Also due to poor system performance also we face this issue.......check ST04 if there is any locks or deadlocks.......Also check ST22 for shortdumps and check the system log in SM21.........
    This also sometimes happens due to memory problem.....
    You can manually trigger the event to make the job active ..........Right click on the process>> Go to Display messages >> from the chain tab copy the After event and With Parameter.............go to sm64.............search the after event >> click on execute>> give the parameter and execute............it will start the job.............
    U can also use the Function module BP_EVENT_RAISE............go to SE37 >> BP_EVENT_RAISE >> Click on Text/Execute.........give the copied event and parameter and execute.......
    Hope this helps........
    Regards,
    Debjani.........

  • Process chain can't activate ods

    Hi all,
    I have a Process chain like this.
    http://img2.freeimagehosting.net/image.php?34737b7ab5.jpg
    after the process chain has been scheduling the data loading process run very good. But it's stuck at the activate ODS. The ODS can't be activated so the data can't fill into the infoCube.
    Is my Process chain well defined?
    Does anyone know how to solve the problem?
    Regards,
    Chuong Hoang

    Hi Charan and  Srinivas,
    when I check the request of ODS the request, which has been made by the process chain, it is green.
    "Call log" of that request, them all green.
    but it just has one tab:
    > Status During Load / 15.01.2008 / 08:31:16
          "Load status set to "started" for DataStore object 0CPR_O02"
    instead of 2 tab like I load by hand:
    > Status During Load / 15.01.2008 / 08:31:16
          "Load status set to "started" for DataStore object 0CPR_O02"
    > Activation of Data / 15.01.2008 / 10:35:32
    Maybe the problem happen in the "Active data store Obj"
    waiting for your advise.
    Chuong Hoang

  • Log for process chain.

    Hello Gurus,
           after my process chain runned today sucessfully, I want to check this running in the log view, but after I chose "yesterday and today" and got into log view, there are only log for "03/05/2010" and "02/26/2010". please how can I get the log for today's running?
    Many thanks,

    Hi,
    If you select the option u201CTodayu201D in date selection it displays todayu2019s process chain log.  I think, you have selected the option u201CThis month and last monthu201D in your case. So, it displayed the logs for date "03/05/2010" and "02/26/2010u201D accordingly and only two runs were done since last month. Please make sure your selections.

Maybe you are looking for

  • W530, questions about adding additional RAM

    My current setup came with the factory optional 2x 8gb Samsung DDR3 1600mhz RAM. I recently purchased gskill ripjaws 8gb stick ( 1.35V model). My computer recognizes the ram is installed however mentions that the new ram is unusable.  I have the i7-3

  • Error while Test Map in Biztalk 2010

    Hello, I have made some changes to the existing map and tried to test the map.The Changes I made is adding a scripting functoid with the following code public string Code(string recode, string amount) { double k = Convert.ToDouble(amount); if(k>0) {

  • Composite AV connector stopped sending video

    my composite AV connector stopped sending video.......  audio still works but NO video.  I even exchanged the cable for new one.  Any advise??

  • Dynamically creation of ITAb

    Hi all, I want to accept Table Name on selection screen and from that to create Iternal table dynamically. Plz tell me how to that.

  • FRENCH - RECUPERER IMAGE ECRAN VERROUILLE

    Bonjour, ne comprenant pas l'anglais je me tente malgré tout vers les gens comprenant ma langue. Mon iphone 4 est synchronisé chaque jour vers icloud et lors des mises à jours il formate correctement mon iphone et remet mon image sur mon écran de ver