And i enhanced these objects into process chains also

Hi All,
                  as per my requirement i created infopackage and dtp in development system. and i enhanced these objects into process chains also. now i want to send this infopackage ,dtp and enhanced process chains(at the process chain level i want to add only this infopackage and dtp).i dont want to collect total chain.please guide me.
Regards,
chandra.

Hi,
The Process Chain definition will be collected with the Infopackage & DTP automatically when you make the change (It will prompt for a Transport Request).
But the other Process Variants which is used in the Process Chain will not come, but if you need them then u need to collect it using Transport Connection.
PS. Make sure the Start Variant is set to "Start using Meta-Chain" so that the chain is not scheduled automatically after Transport.
Regards,
Chathia.

Similar Messages

  • Authorization objects for Process chain and Data source in BW 3.x

    Hi,
              Can any one tell me the authorization objects regaring process chain and Data source in BW 3.x versions. I guess we have auth objects for both of them in BW 3.5 that is S_RS_PC AND S_RS_DS .
    Can any one help me solving this issue
    Thanks
    Bharat

    Hi bharat
    I dont thin these objects are part of 3.0
    check from SU03 weather these objects are present in 3.o box
    In 7.0 they exist:
    http://help.sap.com/saphelp_bw33/helpdata/en/8b/134c3b5710486be10000000a11402f/frameset.htm
    TO see weather these objects exist:
    Go to Tools -> Administration ->User maintenance ->Information System -> Authorization objects -> Authorization objects by Complex Selection Criteria -> By Object Class. For the object class, enter either RS (for Business Information Warehouse objects)
    OR
    S_BCE_68001413 (Tcode for this rep)
    Thanks,
    Raj

  • Authorization objects for Process chain and Data sources in BW 3.x version

    Hi,
              Can any one tell me the authorization objects regaring process chain and Data source in BW 3.x versions. I guess we have auth objects for both of them in BW 3.5 that is S_RS_PC AND S_RS_DS .
    Can any one help me solving this issue
    Thanks
    Bharat

    its the same thread again
    /community [original link is broken]
    Thanks,
    Raj

  • How to put APD into process chain ??

    Hi all,
    I have created a analytical process in the transaction RSANWB. And I would like to incorporate it into process chain. Is it possible ??
    Thank in advance
    JJ

    Hi JJ,
    did you get your process chain runing?
    I've got the same problem: I want to trigger an analysis process through a process chain. Thanks to this posting and help.sap.com I've added the ABAP programm RSAN_PROCESS_EXECUTE to the process chain and created a program variant for the analysis process to be called. When I 'activate and schedule' the process chain I can only see the job 'BI_PROCESS_TRIGGER' in sm37. The APD won't start...
    What am I missing in my process chain?
    Thanks in advance,
    Alex

  • ABAP Routine for Deleting and creating index for ODS in Process chains

    Any pointers for the ABAP Routine code for deleting and creating index for ODS in Process chains.

    Hi Sachin,
    find the following ABAP code to delete ODS ondex.
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_DROP_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    To create index:
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_CREA_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    hope it helps....
    regards,
    Raju

  • How to find unassigned master data text objects in process chain in bi

    Hi
    Please let me know how to find the unassigned master data text objects in process chain.

    hi,
    actually if u want to find that , is ur Unassigned Infoobject in present in process chain or not, , that u can find out just by right
    click on your DTP (master data Txt datasource--> Master data text ), if this is present in Process chain, then on ryt click, the process chain option will be active. by clicking over that u can find the name in which this exists.
    thanks.

  • Object Lock -- Process Chain --- How to Track

    Dear All...
    Working on SCM 4.1
    Daily we schedule the Process Chain , but sometime we get the Object Lock Error.
    To see this error we have to go to process chain-> Log , Steps-->right click , and display message...
    This is manual Process , and we cant keep track of many Process Chain Jobs >Steps>messages??
    Is there any process /way to Track /watch these types of Object Lock Errors automaticaly ??
    as it could reduce our manual activity??
    Thanks in advance..
    Rajesh patil

    HI Rajesh,
    You can get mail on abort of any step in Process chain.
    For that go to edit mode of existing process chain in RSPC. Right Click on Step (for which you need mail) and click on CREATE MESSAGE.
    Click on radio button "Error" so that when ever Error comes you will get mail.
    Hope this helps.
    Vishal..

  • Delete Running Request in DSO Objects using Process Chain

    hello...currently i have one process chain that load the data from 3.5 datasource into the dso objects in BI 7.0. When i trigger the process chain and when there are no data from the source system, the dso will having the request in yellow color. And when comes to data activation in the dso, it will givin out error and stop the loading of data into the infocube using DTP process. I am just wondering is there any item that can be used in process chain to delete the yellow request in the DSO Object.
    thanks!

    Hi,
    I gues you can solve this problem in a much simpler manner, with out having to add any
    new process step or any thing.
    In your SAP system, the system wide setting to deal with a load if it fetched zero records
    is to consider it as incomplete i.e. mark it as YELLOW request.
    You just have to change this setting, and make the system to consider it as a complete
    request i.e GREEN, so that it gets activated with out fail.
    Select your data load -> Open Process Monitor /  Goto RSMO -> Menu -> Settings ->
    evaluation of reqest-> if no data is available from request, here you have to select successful
    Hope this resolves your concern....
    Cheers,
    Habeeb

  • How to include RSRT into process chain

    Hi Gurus ,
    I need to include the RSRT into my process chain,
    Can anyone guide me
    Thanks in advanvce

    Hi,
    first of all the report should be regerated only if you have changes in its definition.
    More over, generating a query will empty its cache; OK, if you are loading one of its IProvider during this chain then the cache will be invalidated anyway.
    I don't get the point of the variables at this stage; the generation of the report is like a "compilation of its code"; not an execution of it.
    If you need to execute it once after the loading by the chain (or any other process within your chain) then you can use the reporting agent in order to precalculate it (search this forum for precalculation or help.sap.com).
    If you really want to regenerate your query, you'll have to write an ABAP report and add it to your chain;
    here you go:
    TYPE-POOLS: RRO01.
    data: l_s_rkb1d   type rsr_s_rkb1d,
            l_sx_report type rro01_sx_report,
             i_s_repkey LIKE RSZCOMPKEY.
    *BREAK-POINT.
    SELECT SINGLE GENUNIID INTO i_s_repkey-GENUNIID
    FROM RSRREPDIR
    WHERE COMPID = 'ZRT_ZICRT_C07_003' "the techname of your query
      AND OBJVERS = 'A'.
    check sy-subrc = 0.
    call function 'RRI_REPDIR_READ'
         importing
            e_s_rkb1d  = l_s_rkb1d
        changing
            c_s_repkey = i_s_repkey
        exceptions
            others     = 1.
    check sy-subrc = 0.
    call function 'RRI_REPORT_GENERATE'
        exporting
            i_pretty_print = ' '
        changing
            c_sx_report    = l_sx_report
            c_s_rkb1d      = l_s_rkb1d
        exceptions
            others         = 0.
    hope this helps...
    Olivier.

  • How can I insert the RSCRM_BAPI into Process chain?

    Dear all:
    Now I Use RSCRM_BAPI(RSCRM_REPORT) ,excute a query , Get the result in a table, I use this table as a datasource,and then next steps,upload data. all of this runs well.
    But  I want inset this process into a process chain. now I don't know how to do it.
    who can help me?

    Hi,
    Now I'm using RSCRM_BAPI in Process chains..
    1. I set the report name RSCRM_BAPI  and then in schedule I select EVENT there I given Event is
    'ZE_GR' and parameter is  'ZEP_GR'. and then I created a program and there I given Event and Parameter. And then I inserted this program in Process chain. And I scheduled the Process chain.
    You need to create the event in SM62
    REPORT  ZE_GR_RP.
    DATA: EVENTID LIKE TBTCJOB-EVENTID.
    DATA: EVENTPARM LIKE TBTCJOB-EVENTPARM.
    EVENTID = 'ZE_GR'.
    EVENTPARM = 'ZEP_GR'.
    CALL FUNCTION 'RSSM_EVENT_RAISE'
      EXPORTING
        I_EVENTID                    = EVENTID
        I_EVENTPARM                  = EVENTPARM
    EXCEPTIONS
      BAD_EVENTID                  = 1
      EVENTID_DOES_NOT_EXIST       = 2
      EVENTID_MISSING              = 3
      RAISE_FAILED                 = 4
      OTHERS                       = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks
    Reddy
    Edited by: Surendra Reddy on Dec 2, 2008 5:09 AM

  • Error in Including Roll Up Process Type into Process Chain

    Dear Experts,
       On BI 7.0, I found an error, when including the Roll Up Process Type into my process chain. The sequence of my first process chain looks like this.
    Start -> Execute Infopackage -> Execute DTP to load data to DSO -> Delete Cube Index -> Execute DTP to load data to cube -> Create Cube Index -> Roll Up
       I found this error when activating the process chain
    'No type "Delete Index" process can be in front of process "Roll Up of Filled Aggregates/BIA Indexes" variable ROLLUP_ZHRF_C04
    Then, after looking through the forum, I found someone suggest using 'Initial Fill' before 'Roll Up'. I followed his sugguestion, so my second process chain looks like this.
    Start -> Execute Infopackage -> Execute DTP to load data to DSO -> Delete Cube Index -> Execute DTP to load data to cube -> Create Cube Index -> Initial Fill -> Roll Up
    The same message is shown; however, this time it just a warning message instead of the error msg.
    1) How can I solve this problem?
    2) In which sequence of process types I should take for my process chain?
    3) Must I always use the Initial Fill before the Roll Up in the process chain?

    Hello,
    This issue is with patch 16 of BI. The only solution i think is you need to create a local chain with start process -> rollup and include all the roll up cubes in that variant and include this local chain at the end of the main chain. Hope this helps.
    REgds,
    Shashank

  • Increse No of BGP while data load and how to bypass the DTPin Process Chain

    Hello  All,
    We want to improve the performance of the loads. Currently we are loading the data from external Data Base though DB link. Just to mention we are on BI 7 system.  We are by passing the PSA to load the data quickest. Unfortunately we cannot use PSA.  Because loads times are more when we use PSA. So we are directly accessing views on external data base.  Also external data base is indexed as per our requirement.
    Currently our DTP is set to run on the 10 parallel processes (on DTP settings for batch Batch Manager with job class A). Even though we set to 10 we can see loads are running on 3 or 4 Back ground parallel processes only. Not sure why. Does any one know why it is behaving like that and how to increase them?
    If I want to split the load into three. (Diff DTPs with Different selections).  And all three will load the data into same info provider parallel. We have the routine in the selection that will look a table to get the respective selection conditions and all three DTPs will kick off parallel as part of the process chain.
    But in some cases we only get the data for two or oneDTPs(depends on the selection conditions). In this case is there any way in routine or process chain to say that if there is no selection for that DTP then ignore that DTP or set to success for that DTP and process chain should continue.
    Really appreciate your help.

    Hi
    Sounds like a nice problemu2026
    Here is a response to your questions:
    Before I start, I just want to mention that I do not understand how you are bypassing the PSA if you are using a DTP? Be that as it may, I will respond regardless.
    When looking at performance, you need to identify where your problem is.
    First, execute your view directly on the database. Ask the DBA if you do not have access. If possible perform a database explain on the view (this can also be done from within SAPu2026I think). This step is required to ensure that the view is not the cause of your performance problem. If it is, we need to implement steps to resolve that.
    If the view performs well, consider the following SAP BI ETL design changes:
    1. Are you loading deltas or full loads. When you have performance problems u2013 the first thing to consider is to make use of the delta queue (or changing the extraction to just send deltas to BI)
    2. Drop indexes before load and re-create them after the load 
    3. Make use of the BI 7.0 write optimized DSO. This allows for much faster loads.
    4. Check if you do ABAP lookups during the load. If you do, consider loading the DSO that you are selecting on in memory and change the lookup to refer to the table in memory rather. This will save tremendous time in terms of DB I/O
    5. This will have cost implications but the BI Accelerator will allow for much faster loads
    Good luck!

  • What's the attribute change run? and the common sequence of a process chain

    The BW consultants of our company were gone and they used to create a complicated process chain, and we can see the sequences in the process chain is:
    Load different Master data attributes -> Attribute Change Run -> Load different master text data -> Load different transaction data.
    The sequence of the above process chain is pretty common, right?  We are pretty new to process chain and we are appreciated if someone could elaborate this and please also let us know the functionality of the Attribute Change Run variant here.
    We will reward your points and Thanks in advance!

    Hi,
    When ever u load the masterdata then it has to be activated so that the data will be available for the reporting. The Attribute change run will does the same thing. This will be applied to the Attributes and Hierarchies.
    for creation of process chains u can refer the link..
    follow the steps which is given by me..
    Re: Process chain in Generic extracter
    and refer these also..
    http://help.sap.com/saphelp_bw32/helpdata/en/65/163d3873130057e10000009b38f842/content.htm
    http://help.sap.com/saphelp_bw32/helpdata/en/8f/c08b3baaa59649e10000000a11402f/content.htm
    And u can refer some of the links in help.sap.com
    Regards-
    MM
    Dont forget to assign points if it helps, it is the right way to say thanks.
    Message was edited by: vishnuC

  • BW objects in Process Chain Maintenance Planning view disappeared.

    Hello,
    I am running Business Information Warehouse 3.1
    We recently updated our system to the lastest supportpacks. After the supportpacks were completed. When I go to edit process chains in transaction RSA1, all the objects in the left are no longer there. Have anyone experience this? How can I get the objects back?
    Thank you

    does not apply anymore

  • Sum of the keyfigure from the Infocube and need to be placed in process chain

    Hi,
    Before asking your advise, here is my development,
    1. We are implementing retraction through APD and generating CSV files with Excel file data as Extracting Inputs.
    2. So executed all queries in cutomer exit variant by reading this inputs file from AL11 and result files also placed in same location.
    3. Now my query is,
    Extractor parameters/inputs Excel file format is
    Char1     Char2   
    100          RK     
    now I need to calculate the sum of the KF(i.e this is the kf in result files) value from generated file or info cube and that needs to be placed besides/concatenate extract parameters values.
    Char1     Char2   Total of the KF
    100          RK       1113888
    How to fetch the total value for the KF from the cube and add this into extract parameters file and need attach this to email alert to the user.
    Please advise. Your help is more appreciated.
    Thanks,
    RK

    Hi Ramakrishna,
    Just consider this option - using APD you can store data as per your requirement(rad file and cube data) and create report on direct update DSO and using information broadcasting send it to business user.
    Regards,
    Ganesh Bothe

Maybe you are looking for

  • Cocoa app design advice

    hello, as i'm studying cocoa i've created a test app and i'm looking for some advice/direction when it comes to design. this is what i've done so far: 1. placed a custom view on my main window linked to my custom subclass "dropview" of nsview 2. plac

  • Unable to set working directory (-2147024832) for some app installs

    I've found several drivers on a Dell Laptop that don't play well with others in MDT 2012, so I started making an application install package for them instead.  Most of them fail with an "unable to set working directory" error.  I checked the app inst

  • Acrobat pro Download on new PC (I have an active subscription)

    I have an active 12 month subscription to Acrobat pro. I have a new laptop on Windows8.1 and need to download Acrobat Pro again. All I can find is the trial version to download. Where do I find a link to download it so I can use it with my subscripti

  • DataGuard setup between Windows XP Pro and Windows 2003 Server - possible?

    Oracle 9.2. The documentation says "The hardware and operating system architecture on the primary and standby locations must be the same". I understand that this is recommended setup and it will be much better if it will be setup on EXACTLY same hard

  • ABAP Retail Store management

    Hi, I am a ABAP consultant. I want to learn ABAP Retail Store management. So can u tell me how difference is this with normal ABAP? Can u provide some documents on Retail Store & important technical stuffs ex: tables, transactions etc. Thanks Shan