REG: Remote Process chain

Hi Gurus,
I've a requirement that:
In SAP R/3 system user enters data for the planning and saves the data through a transaction code. Then i need to get the data into BI automatically, which ever the data user enters.
Please tell me whether i can use the remote process chain, if yes, please tell how can i achieve this.
or is there any other method to achieve this.
Thanks in Advance
Regards,
Ravi kanth

Hi Ravi......
Remote Process chain is a different concept..........u don't need that.........
Check this.........
http://help.sap.com/saphelp_nw04/helpdata/en/86/6ff03b166c8d66e10000000a11402f/frameset.htm
Look ..........what u need to do is to simply schedule a process chain.........which will automatically load data from R/3 to the BI.........When users enter data............they will be saved in some table..........either u can use Standard datasource .........if available..........otherwise u create Generic datasource(RSO2)..........and schedule the load........
To automate the Process..........either u create an Event based chain..........or a Time based chain......
To schedule a Event based process chain....
1) First create an Event in SM62...
2) Then Create a Job in SM36......In the first screen give the Job name >> Enter >> Then in the ABAP Program name : BTC_EVENT_RAISE...and in the varian name give the Event name that u hav created...save it and come out..
3) Then scedule the Job for a particular time ............for this ..click on the Start Condition tab >> Date/Time.....here give the date on which for the first time this job is going to run and the time...as per ur requirement......Click on Periodic Values tab....there give how frequent u want the job to run....Daily..Weekly...or Monthly...
When this job will run ....it will raise the Event....Now Maintain this event as the Start condition of the First Process chain.......To do this............open the chain in Planning mode..........u can open the chain using the tcode : RSPC1 >> Right click on the Start process >> Display Variant >> Click on After Event..........there u maintain the event name...........So whenever this job will run...it will raise the event...and this event in turn will trigger the chain...........
To Schedule a Time based process chain.......
Open the chain in Planning mode..........u>> Right click on the Start process >> Display Variant >> Click on Date/Time..............here give the date on which for the first time this job is going to run and the time...as per ur requirement......Click on Periodic Values tab....there give how frequent u want the job to run....Daily..Weekly...or Monthly...
Hope this helps.......
Regards,
Debjani.......

Similar Messages

  • Source System Conversion in Remote Process Chain

    Hi all!
    I' working with BI7 SP12 and facing the following problem:
    <b>There is no source system conversion for Remote Process Chains, when transporting Process Chains with Remote Process Chains from DEV to QA.</b>
    First the following warning appears:
    DEV-Destination of Remote Process Chain does not exist on QA-System.
    ==> The is correct because the DEV-Destination should have been converted to QA-Destination.
    Then the following error appears:
    Process Chain with the Remote Process Chain was not succesfully checked.
    <b>All source system conversion tables are maintained correctly!</b>
    The source system conversion works for example for InfoPackages correctly.
    But for Remote Process Chain there is neither source system conversion for the Destination nor for Callback Destination. Both should be converted.
    Do I have to do it manually??
    Or do I have to create the DEV-Destination in SM59 on the QA-System??
    ==> We want to avoid this...
    Thanks for any ideas...
    kj

    Please note:
    When I create the DEV-Destination in SM59 on the QA-System,
    the transport gets no warnings and no errors...
    But there is still no conversion of the source systems for the Destination and the Callback Destination of the Remote Process Chain to QA-Destinations...
    So, i think:
    There is no automatic source system conversion of Remote Process Chains and I have to adjust it manually in the QA-System...

  • How to run remote process chain asynchronous?

    Hi,
    I have a situation where I would like to call a remote process chain asynchronous insted of the usual synchronous way.
    The docs on http://help.sap.com/saphelp_nw04/helpdata/en/86/6ff03b166c8d66e10000000a11402f/content.htm
    states that: <i>The remote process transfers the communication with the other system and <b>synchronously</b> starts the executed process chain</i>.
    ...but since I don't want it to be synchronous, I am looking for other ideas...
    Best regards,
    Christian Frier

    I found that it did not work tried to trigger the event on a remote system.
    If I call BP_EVENT_RAISE I can trigger an event and thereby start a process chain on my source system (local). If I specify TARGET_INSTANCE nothing seems to happen in the remote system...
    Also I cannot call BP_EVENT_RAISE with RFC as it is not remote enabled.
    It think the solution is to trigger a local chain that takes care of starting the remote chain. The net effect is that it is asynchronous.

  • Error when trying to add remote process chain related to some other system.

    Hi Gurus,
    I am trying to add process chain related to some other system in BW production through remote process chain but i am getting the issue " :RSM:918 YCPG_WEEK_GESPL_BW APO_DP_RTR DEFINITION 23" while checking or activating the same.i am able to add successfully in quality environment but getting the issue in only in production..I just tried to add some other chains too but i am getting same error for other chains which are related to same system.this means issue is present for all the chains related to that system.
    Can you please help me how to resolve the above as it is very urgent for me?.
    waiting for oyur response.
    Thanks,
    Nani

    Hi,
    Connection is working fine.we already checked RFC connection earlier itself.we have not find the same issue in quality environment i.e when we try to trigger same chain in corresponding quality environment it's working fine.where as when we are trying to checking/activate the same chain in production through remote process we are getting the above issue.
    Please help me to resolve the issue.
    Thanks,
    Nani

  • Error in adding remote process chain to existing one

    Hi all,
    when I try to add an remote process chain to an existing one I get an error. I created a variant for the remote call. I entered the destination and when I try to choose the remote process chain I get the following error:
    Error in remote call of destination
    The following error occurred during the remote function call for destination XY:
    Dynproausgabe ohne Verbindung zum Benutzer  (Sorry error message is in german)
    I checked the RFC and it is working. On the testsystem things were ok. On productive system it doesn't work... No I can not transport since the regarding process chain is only existing on productive.
    Thanks for any hints
    Stefan

    you can check out SAPNOTE 659160.

  • Remote Process Chains Source Systems mapping issues

    Hi,
    We have a process chain in APO system, which upon success calls another process chain in BW.   We recently implemented SCM5/BI7, and taking the advantage of remote chains functionality to call the BW chain from APO.
    However, when we transported the APO process chain from DEV to QA, the source systems in the remote chain are still pointing to DEV systems.   We were expecting to see both APO and BW source systems getting switched from DEV to QA.
    We have already verified the logical mappings for Sources Systems are in place under RSA1 | Transport Connect | Conversion.   Also,  the source systems seem to map correctly for other objects like data sources etc..   Only issue is with the remote chain.
    Is there any other setting which need to be set to make it work.   Any help or guidance will be greatly appreciated.
    Thanks in advance,
    Ravi Chitluru.

    Ravi,
    I have a similar situation. Can you explain how to run process chains in APO which can gets data from BW cubes, which in turn gets data from R/3.
    In this equation R/3->BW->APO, what are the options like 1)run process chains in BW system to pull data from R/3 into BW and run process chains to load BW data into APO 2)run remote process chains to pull data from R/3 into APO(of course via BW).

  • Error after transporting a process chain

    Hi Experts,
    I am facing an issue regarding remote process chain variant, as i have added it in an existing process chain, Now its throwing an error in Quality and the changes are also not visible..Please help me out in finding a solution..
    Regards
    Arpita

    Hi,
    when i am transporting it to Quality or production system, that variant for remote process chain is not visible. I have tried it many times. Connectivity between the systems are fine.
    I have kept APO System as destination
    And Destination for callback  BW System..
    Please let me know if i am wrong..
    Regards
    Arpita
    Edited by: Arpitac on May 25, 2011 8:51 AM

  • Trigger a process chain(PC) after successfull completion of two other PCs

    Hi All,
    My requirement is to trigger a Process Chain only after successfull completion of two other process chain which are already scheduled to run at different times.
    Please tell me how to achieve this into SAP-BW 3.5
    Thanks
    Jharna

    Hi
    It is very simple, I'm doing the same.
    Insert Remote Process Chain at the end of the actual process chain and call the other process chain, here you need to give source , destination and process chain name in Remote process chain.
    try it, it will work.
    Thanks
    Reddy

  • 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.

  • Problem with triggering process chain

    Hi
    We have a remote process chain that calls a process chain in another system.The process chain in the other system is not getting triggered with the remote chain.
    We have 3 such remote chains and we are facing such a problem with only one of them.
    The process chain in the other system has a start variant which gets triggered( i suppose) and gives an instance id...the next step in the process chain is to load data into a ODS.Now this step remains yellow forever.When i manually try to schedule this step it gives me records and the request in the monitor screen turns green.But the process chain step continues to remain yellow.
    What can be a way out for triggering the process chain or where could the problem be?
    Please help
    Thanks,
    Suchi

    Hi Suchitra,
    Even though ur process seems to be in yellow your data loading may be completed and the  reason for it may be the delay in activation of ODs by ur PC.
    For your information please go through the below infm provided in SAp Library
    Note when loading into an ODS object and for the subsequent, event-controlled update:
    If you switched on the automatic activation in the ODS maintenance or administration, the monitor status for the request remains yellow after the load was successfully completed. Nevertheless, the subsequent processing for the InfoPackage is started, because the loading process is successfully completed.
    [http://help.sap.com/saphelp_nw04/helpdata/en/65/163d3873130057e10000009b38f842/content.htm]
    I hope ur doubt is clear.
    Regards,
    Rajkandula

  • Process chain Types.

    Hi Gurus,
           Can some one explainhow many process chain types are there in sap bw3.5.I searched in forums.But i didnt get answer.
    Regards
    Arun

    Hi ,
    Process chain types are two.
    1) direct chain : meanns single chain
    2) meta chain:    Process chains can be scheduled as processes in additional process chains, which are known as meta chains. If the process chain you want to execute is in another system, use the process type Process Chain Remote, called remote process chain in the following. A remote process chain is a local process in the calling system that calls a process chain in this system, using a destination in another system, that is to be executed there. The remote process chain communicates with the other system and synchronously starts the executed process chain. After terminating the process chain in another system, this is reported back to the meta chain in the calling system.
    Thanks & Regards,
    Ramnaresh.

  • UNCAUGHT_EXCEPTION with msg CX_RSR_X_MESSAG while scheduling Process chain

    Hi Gurus,
    We are facing a short dump while scheduling process chains, as follows:
    <BR><BR>
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_RSR_X_MESSAGE
    <BR><BR>
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_RSR_X_MESSAGE', was not caught
         and
        therefore caused a runtime error.
        The reason for the exception is:
        No text available for this exception
    <BR>
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRRMS" - in "RRMS_X_MESSAGE".
        The main program was "RSPC_MAINTAIN_SINGLE ".
        In the source code you have the termination point in line 82
        of the (Include) program "LRRMSU13".
    <BR>
    We tried to schedule it as a remote process chain from some other system it cancelled the job there with an ERROR_MESSAGE. We checked the RFC Connections at the source system side but it is working properly. We then tried to schedule the chain manually, we had this exception. Then we tried to have a look at previous logs of the process chain. It had this exception. We tried to reactivate the chain it was successful but when tried to schedule the chain same issue again. We tried to run the Meta chains under the same chain separately. They too gave us the same exception.
    Please help.
    Regards,
    Sourabh Deo

    S Simran wrote:
    Hi,
    >
    > Ours is a fresh installation..
    >
    > When i am loading for the first time till PSA it is successful..
    >
    > As HR data sources are 3.5 datasources, i am loading cube via infopackage..
    >
    > When i start the load to cube it is giving me dump with exception CX_RSR_X_MESSAG.
    >
    > i checked note  615389 which talks about "buffering of number range object BIM9999998".  the 0REQID is not buffered, but it does not throw any error msg in RSRV to correct the error..
    >
    > and one more note 1157796 which talks about patches with version BI 7.0.
    >
    > Now we are in BI 730 with heighest level 0005.
    >
    > Not sure how to solve this error
    >
    > Any ideas?
    What's your SP? Are you having any master data updates left unattended? Check the Master data objects, check the flows. Related SAP Notes : 914304 / Check 967202(SP10) and 998673(SP11), 1157796, 763203 and 615389
    Edited by: Arun Bala G on Feb 12, 2012 9:50 PM

  • DYNPRO_SEND_IN_BACKGROUND short dump in BW while calling Process chain remotely from APO

    Hi,
    While trying to call a process chain remotely from SCM APO system to SAP BW system - we are getting below short dump -
    Short text
        Screen output without connection to user.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSDH4" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Checked the RFC connection between APO and BW system through SM59 and it is working fine - Can anyone pease suggest what configuration could be missing which might be causing this short dump.
    Thanks in advance.

    Additinal Data from Log -
    User and Transaction
        Client.............. 200
        User................ "AQ1ALE200"
        Language Key........ "E"
        Transaction......... " "
        Transactions ID..... "53F896E0992E0A50E10080000AF04150"
        Program............. "SAPLSDH4"
        Screen.............. "SAPMSSY1 3004"
        Screen Line......... 2
        Information on caller of Remote Function Call (RFC):
        System.............. "AQ1"
        Database Release.... 701
        Kernel Release...... 720
        Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
        Call Type........... "synchronous and non-transactional (emode 0, imode 0)"
        Inbound TID.........." "
        Inbound Queue Name..." "
        Outbound TID........." "
        Outbound Queue Name.." "
        Client.............. 200
        User................ "KANDIS"
        Transaction......... "RSPC"
        Call Program........."SAPLRSPC_PROCESSES"
        Function Module..... "RSPC_DESTINATION_F4"
    Call Destination.... "BQ2CLNT200_DIALOG"
    Error analysis
        During background processing, the system attempted to sen
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    How to correct the error
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DYNPRO_SEND_IN_BACKGROUND" " "
        "SAPLSDH4" or "LSDH4F09"
        "DISPLAY_LIST"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLSDH4" - in "DISPLAY_LIST".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 2205
        of the (Include) program "LSDH4F09".

  • Process Chain remote execution locks up (All Dialog Processes used up)

    Hi,
    We have the following task at hand. We kick in BW process chain execution via RFC from our R/3 system using the function described below. What happens is that the process chain does get kicked in the remote BW system, but it quickly locks up. System monitor  says that all dialog process have been utilized. So, basically it gets stuck in the beginning of the process chain. Is there anything I can do to prevent this from happening?
    Here is the function call:
    This function triggers execution of process chain
    (on the remote BW system)
      CALL FUNCTION 'RSPC_API_CHAIN_START' DESTINATION p_rdest
        EXPORTING
          i_chain             = p_pchain
      I_T_VARIABLES       =
          i_synchronous       = 'X'
      I_SIMULATE          =
      I_NOPLAN            =
        IMPORTING
          E_LOGID             = gv_pchain_logid
        EXCEPTIONS
         failed              = 1
         OTHERS              = 2
    Thank you,
    AG
    Message was edited by:
            AG

    How many work process did you configured in SOLMAN, what is the action that CSMUSER is busy with?
    I think CSMREG is a communicatino user to satellite agents and check the RZ21--> AGENT status.
    Regards
    SM

  • How to Create Process Chain for Remote Cube.

    Hi,
              I created Remote info cube, data from ECC, loaded Successfully, I want to create Process Chain for Reomte Cube, Please Help me.
    Thanks,
    Nandish Gowda

    Hi Nandish,
    After initialization, th next delta will come as per your delta nature, if it is 0calday: Then your next delta will come tomorrow only.
    If you are able to 7 records in RSA3, why not in PSA( Why it's only 5 records). Analyze this closely.
    Sometimes, RSA3 exactly doesn't match with PSA because, RSA3 works on update mode F.
    Regards,
    Suman

Maybe you are looking for