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

Similar Messages

  • How to upload data into SAP BW Info Objects using SAP XI

    Hi,
    I need to upload master and hierarchy data into SAP BW Info Objects using SAP XI as EAI.
    Can anyone suggest me the best solution to do it.
    Thanks in Advance,
    Volker.

    Hi! Have you not checked the BW-XI Integration document? It is available on the main page of the SDN section for XI. Almost all the steps for the integration are there...

  • How to get list of custom objects used in abap report program?

    Hi friends,
    I have a requirement in which I have to scan the entire abap report and retrieve list of custom objects used in it for example custom tables, data elements, structures, table types etc,. Is there any provision in SAP like fuction modules to do this functionality?  As of now I am coding everything manually where so many possibilities are there for all kinds of objects. Provide your answers and suggestions...
    Thanks,
    Nastera

    Hi,
    The best way to do this is environment analysis. Follow the steps:
    1. Open se38, type in the program name (don't click on on display/change or create button, stay on first screen only)
    2. Click on environment analysis button (hot key SHIFT+F4)
    3. It will throw a pop-up, which will ask for type of object you want to see, which are linked /used by this program. select all (or may be if you are only interested in Tables, then select table only)
    4. Hit 'Enter'
    You will get the full list of all objects used in this report program. Just note down the one which starts with Z or Y and that's it.
    Cheers,
    Anid

  • How to Retrieve a List of Business Objects using DI Server?

    In DI Server (and DI-API) I could not find how I can get a list of business objects, for instance ServiceCall objects.
    and more - say i need the list with a filter on customer code and call status?

    ...at least not to the extent that you are looking for.
    Please check the E-learning:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d78ab1f9-0901-0010-8495-8ca0facaea2e?prtmode=navigate
    at: https://www.sdn.sap.com/irj/sdn/businessone-elearning
    ...or go the sample code for the DataBrowser (sub-)object in the "SDK Help Center"...
    ...or go to the DI API sample (no. 2 I think I remember).
    ...to find out how you can navigate between the records of the result of your SQL query; from there you could e.g. export the objects to XML...
    HTH

  • Objects Locked by Failed Process Chain

    HI,
    I cannot update certain infopackages as they are locked by a failed Process Chain update, however I have checked sm12 and there are no locked items showing, also I have gone into RSA1 --> tools Attrib Change Run and into the InfoObject List and ther are no objects so i cant run the Atrrib change run from their either.
    So if there is no locked items in Sm12 well then how do i unlock them?
    Do i need to mark the failed Process chain as complete or something?
    Thanks.

    Is this in the Source Code tab? Sorry i do not see where i should input the Timestamp or where i actually run the RSDDS_AGGR_MOD_CLOSE function module?
    This is the code i see when i Run SE37 with RSDDS_AGGR_MOD_CLOSE
    FUNCTION RSDDS_AGGR_MOD_CLOSE.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(I_CNSID) TYPE  RSSID
    *"  EXCEPTIONS
    *"      X_MESSAGE
      DATA: l_timestmp type rs_timestmp.
      get time stamp field l_timestmp.
      UPDATE RSDDAGGRMODSTATE set   closedfl     = rs_c_true
                                    TIMESTMP_END = l_timestmp
                              where cnsid = i_cnsid.
      IF SY-SUBRC NE 0.
        perform x_message using 'RSDDS_AGGR_MOD_CLOSE-1-'.
      ENDIF.
    ENDFUNCTION.

  • Maintain a common email list at one place  for all the process chains

    Hello BW Gurus,
    I have built a process chain and listed the email ids and pager numbers to be notified should an error occur.
    But I need to provide the same list for other process chains( around 15) and to avoid me adding the same id's and pager numbers in all the process chains....is there a table/group that I can maintain and use that group in all the process chains?
    Thanks in advance,
    -madhuri

    hi Madhuri,
    welcome to SDN ...
    try to maintain/change the distribution list by clicking on the search option for a name, then searching for the required distribution list. double click it and in next screen(display mode), switch to edit mode and add/remove the recipents there.
    hope this helps.

  • Query on using EVENTS in process chains.

    Hi,
    Process Chain A on completion posts a Trigger using FM - BP_EVENT_RAISE.
    Is there an ABAP program to check for the specific event completion from process chain A. Basically , we need an FM or program that reads the event status ( whether event raised or not ) and accordingly triggers another process chain.
    We need this fuctionality in process chain B coz we would be using an AND condition that checks for the event trigger from process chain A as well as Step 1 in chain B.
    Thanks,

    Welcome to forum.
    Hari,
    1) Let us say ,Process Chain A, will triggger an event EVENT_A for an example.
    instead of one evnt use 2 events, EVENT_A on success and EVENT_B on failure.
    2) Link Program A to EVENT_A and Program B o EVENT_B
    I hope it helps..
    Regards,
    Hari
    if this helps pls.. assign some points..

  • Using events in Process chain

    Hi All,
    I have below scenario:
    Now we are using event collecter and subsequent event in event collector .
    I am going to convert my loads into Process chain from Infopackage groups. My problem is I can use event1 directly in Start of process chain but how to trigger event2 using this chain. I need to trigger event2 once my PC is completed successfully. The even2 will trigger a background job to execute one ABAP program. This ABAP program triggers event1 again if it meets certain requirement.
    Hope you understood my problem.
    Thanks in advance
    Vani

    Hi,
    If I have understood properly,
    Event1(Start) --> Sequence of PC steps --> ABAP Program Process Type (To trigger Event2)  --> Event2 triggers again Event1( If meets requirement)
    What is your End of the Process Chain if it triggers again Event1?
    Why do you want to trigger events in a cyclic way?
    Regards,
    Suman

  • How to create an OS command that can be used in the process chains

    I need to create a command that can copy files from one location to another for a unix machine.
    I have the commands for the unix machine, but need to create a Z customer command so it can be executed in a process chain in SAP

    Hi Again,
    You can use ABAP program in the process chain.
    I guess there are some OS level commands in ABAP which will allow you to open, close, read , write and move files.
    Serach in ABAP help or on net.
    Bes regards,
    Sunmit.

  • How to use XOR in process chain

    Hi,
    Can you please let me know how to use XOR in a process chain..and what is the use of this..
    Thanks in advance
    hari

    hi krishna..
    here are some links which has scenarios..
    XOR Process
    The application process starts when the first event in one of the predecessor processes has been successfully triggered
    Hope the following links will give u a clear idea about process chains and clear ur doubts.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/using%20process%20chains%20in%20sap%20business%20information%20warehouse
    Business Intelligence Old Forum (Read Only Archive)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    hope it helps,
    all the best....

  • Re-using variants in process chains

    Hi experts,
    Need some clarification on variants used in process chains. I have variants created as they are needed when adding steps like activating an ods. However, I need to re-use this step (activating the ods) in another chain, however I cannot seem to reuse the existing variant as it is a 1-1 relationship (e.g. 1 variant to 1 chain). Is this a limitation to process chains or is there a way to reuse a variant since the step is exactly the same?
    mark

    Hi Mark
    U can reuse the Varian no problem ..
    just search the varian and select it . and then u just need to insert it and while inserting it will ask u "whud i need to display the corresponding PCs attached to this variant " if u dont want u just click on "No" so u can get the Process variant on the maintainnance screen ..
    It not like one Process varian to one PC
    Hope it helps
    Regards
    AK

  • How to identify the dtp used in the process chain in bi 7?

    Hi all,
    I have a a couple of dtp in the production system, i need to find out what are all the process chains using this DTP?
    Can anyone help me on this!!
    thanks

    Right click on DTP - If 'process chain' option is enabled for navigation it means it's already used by Process chain - click on it will take you to PC
    If it's disabled then It's not locked in any PC

  • How to insert Info spoke /Open hub in process chain

    Hi,
    How can I include Info spoke in my process chain.
    Thanks

    Hi,
    Including InfoSpokes in Process Chains:(IMP Link):
    http://help.sap.com/saphelp_nw04/helpdata/en/59/90070982d5524b931ae16d613ac04a/content.htm
    Complete Open Hub Information:
    http://gassems.com/SAP%20Reources/Open%20Hub%20Service.pdf
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 10, 2009 10:49 AM

  • Use event trigger process chain

    Hi friends,
    I am working on a process chain tuning task.
    One request is to change a schedule method  of an interrupt from date/time to event.
    I know how to generate and utilize event.
    My worrying is:
    Is an event has duration?
    E.g Today's process chain scheduled at 01am,,processing, the interrupt was triggered  by event at 04am, but at 10am, the event was trigger again for some unknown reason.
    Then,the process chain with the interrupt will be scheduled  at 04am tomorrow, but actually, there may be no event for tomorrow as requirement(due to some reasons,we do not like PC run everyday).
    Anyone know how to solve this problem?

    Martin
    You partially answered my questions.
    My chain contains both date/time schedule and event trigger.
    As is:
    Start-date/time schedule daily at 1:00am
    step1,step2,,etc
    interrupt-now, it is date/time schedule,at 4:00am
    other steps.
    To be:
    Start-date/time schedule daily at 1:00am
    step1,step2,,etc
    interrupt-  event trigger schedule
    other steps.
    I know how to trigger event by ABAP program.
    My concern is:
    Today afternoon, someone run this ABAP 10 times to generate 10 events,what will happen tomorrow?
    Actually,according to business requirement,tomorrow's process chain(interrupt below part) shall not be ran.

  • List with multiple objects using Comparator

    Hi,
    I have a comparator to sort the fields of 2 objects. I have a resultlist which contains the CustomerAddressVO which contains the properties of both
    Customer and Address entities List resultList<CustomerAddressVO>.
    This CustomerAddressVO.java in turn have
    private long id
    private Customer customer;
    private Address address;
    Where Customer.java
    will have properties of customer
    Where Address.java
    will have properties of address
    Now i need to use the comparator for customer.getName() asc and address.id() desc, as i have mentioned the resultList doesn't directly contain this object as it contains CustomerAddressVO which in turn have those two object Customer and Address. Hence unless you iterate the list and retrieve the respective objects (customer, address) you cannot do the sorting through comparator. In such case how we can go about it. If you iterate the list also how we can pass the respective object to the compare() ? And more importantly we need to sort the columns of 2 different entites? Please clarify how we can go about it?
    Thanks.

    You can still do the sorting through a Comparator
    The compare method should take
    public int compare(CustomerAddressVO o1, CustomerAddressVO o2) { //..so you can then do
    01.getCustomer().getName();
    //and
    o1.getAddress().getId() together with relevant null checks

Maybe you are looking for

  • Driver Program for Smartform

    i want the name of the driver program & form name in smartform for Invoice . kindly help.tks

  • How to send background program output to a printer

    Hi ! I created a background report,running via a job in background. I need to display the output of the background report via two channels : a printer and an e mail. I created the output of the report by using the command Write, and the output is pri

  • How do I connect my external hard drive with all of my digital media to my Apple TV network and make it accessable 24/7?

    How do I connect my external hard drive with all of my digital media to my Apple TV network and make it accessable 24/7?  I have the latest Apple TV, ipads, iPhones as well as a solid HP Windows machine all on my home network.  Is there a way that I

  • Changing Purchase Reqs after release.

    After releasing a Preq (Cost Centre), if we attempt to change it in ME52N everything on the line's display only. So I can't increase the qty for example and send for re-approval (trigger the release strategy). This is normal? The Changeability indica

  • Check field values wad

    Hi everyone, I'm working on a template in wad and I have to check whether the user has choosen values in different dropdown boxes or not. How do I do this? I tried different things with the command wizzard and javascript but don't know how to impleme