Infopackage details in Update Rules

Hi All.
I need the InfoPackage name of a data mart in the update rules of the cube being updated by this data mart. There are two InfoPackages for this data mart, both updating the same cube. Depending on which one is being executed, different code will be executed in the update rules of the cube. In the transfer rules the InfoPackage name is available, but not in the update rules as far as I can see.
Can anybody please help?
Regards,
Johan Loock

Hi Sri,
Have you tried searching the forum... I think there was a discussion on this not very long ago.
This is the one I was talking about:
Re: Update Rule
Not exactly your scenario, but reading through it may help you.
Message was edited by: Bhanu Gupta

Similar Messages

  • Infopackage name in update rule

    Hi everyone,
    is there a way within an update rule start routine to find out the technical name of an infopackage where a load originated, maybe via the request number?
    Thanks for your ideas,
    Tilman

    Hi,
    try table rsreqdone.
    regards
    Siggi

  • Update rules of  infoobject ( Infopackage flexible)

    Hello, my name is Arkaitz. I have a problem with a update rules of one infoobject. The <b>infopackage is flexible</b>. I use this routine but not charge the new record created.
    $$ begin of routine - insert your code only below this line        -
    DATA: l_s_datapak_line type TRANSFER_STRUCTURE,
           l_s_errorlog TYPE rssm_s_errorlog_int.
      data: i_tabla type table of TRANSFER_STRUCTURE with header line.
      data: i_record type i.
      loop at datapak into l_s_datapak_line.
          move-corresponding l_s_datapak_line to i_tabla.
          append i_tabla.
          clear i_tabla.
        if l_s_datapak_line-fikrs = 'JCYL'.
          move-corresponding l_s_datapak_line to i_tabla.
          i_tabla-fikrs = 'CONS'.
          append i_tabla.
          clear i_tabla.
        endif.
      endloop.
      refresh datapak.
      loop at i_tabla.
        move-corresponding i_tabla to l_s_datapak_line.
        append l_s_datapak_line to datapak.
      endloop.
    abort <> 0 means skip whole data package !!!
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -

    In start routine simple write:
    delete data_package where 0REASON_REJ is not initial.
    This will remove from load all rejected orders.
    Hope it helps.
    Regards

  • Authorization Check for Update Rules Modify during Scheduling of InfoPackag

    Hello Everyone....
    We have recently upgraded our Testing Environment to NW2004s SP10, and the system is currently Non-Changeable and all the other changes have been brought in via transports.
    After SGEN has completed, when I try to open up an existing InfoPackage and click on the "Start" button it gives me the "You have only authorization to display the "InfoProvider" name".
    If it is the load into DSO it complains about Activity 23 not available for the Subobject UPDATERULE of the object S_RS_ODS and if it is an InfoCube it complains about Activity 23 again for the Subobject UPDATERULE of the object S_RS_ICUBE.
    Which doesn't really make sense as the Activity 23 would allow the change to the Update Rules for the InfoProviders.
    Please advice if there is any other Role or Profile which needs to be maintained or a system setting to avoid this Auth Check.
    Also, the same when repeated in the Development environment shows the message "Generating the Update Program" in the status bar below and once that has completed, the extract works fine.
    Please advice......
    Any help would be really appreciated as we are kind of stuck on this issue.
    Thanks
    Dharma.

    Hi,
    You should use transaction ST01 then you can see the objects asked for with the value needed. Also transaction SU53 gives you information about the object you want to use. The new transaction RSECADMIN with the tab analyses gives you information that is not in SU53 and releated to the data selection. If it is an analyses authorization problem add authorization object 0BI_ALL to a role in the autorisation object S_RS_AUTH. I think you can get the information you need this way.
    Bye Jan

  • Can't see Update rules and infopackage in the transport connection

    Hello, experts!
    I need to transport newly created (and activated) update rules and infopackage from Dev to QA environment.  When I open transport connection and select infosource, I don't see new update rules and infopackage.  There are few update rules for different source systems in this infosource and I can see all of them in the transport connection except for this new one.
    Your help is appreciated.
    Thanks, Alina.

    in Transport connection please select ur higher level Object say Infocube...and collect data flow before then you will ur Update rules and IP

  • What is the Relationship between Update Rule and Infopackage/Transfer Rules

    Hello Experts,
    can you help explain these scenarios to me:
    What is the relationship between update rules and infopackges?
    What is the relationship between transfer rules and infopackges?
    What is the relationship between update rules and transfer rules?

    Hello,
    Info-packages trigger the data load into BW system from the source system. An info-package is created for a specific data source and info source combination.
    1) When you trigger the info-package it sends an request to the source system to start the extraction process and this corresponds to the step "Data Request Received" in monitor under details tab. It is the first step.
    2) Then the selections specified in the info-package are transferred to the source system to select the requested data from BW system. Then it is sent back to BW system.
    3) Once it reach BW, it gets into the PSA and then it gets updated into the data target (depends on what settings are made in IP). No rules (Transfer rules / update rules) comes into picture when data is stored in PSA. Only the transfer structure is used to map the BW info-objects with the source system fields.
    4) After data is stored into PSA, the update into the data targets begins. First the transfer rules are applied -> data then flows through the communication structure -> update rules are applied and finally the records gets updated into the data target. 
    The extraction flow is: -
    Source System (DS) -> PSA -> Transfer Rules -> Communication Structure -> Update Rules -> Data target.
    Info-package actually triggers the whole data flow in BW system.
    Hope it gives you a clear picture.
    Thx,
    Soumya

  • Fields missing in Update rules

    I am creating snap shot DSO for inventory management and after that i created the update rules for it linking it to the info source 2LIS_03_BX. When i do this i am missing the info objects that i created to include in the DSO. How do i solve this issue as those info objects are very important and i have to create the routines for it.
    I have got the units for those fields and they are mapped but the info objects itself are missing.
    Thanks for any help in advance
    Naveen

    HI Naveen,
    Yes, you can include the missing infoobject in DSO. for that you need to follow bellow steps:
    a). Delete the data from DSO.
    b). you have to include the infoobject in DSO.
          Double click on  DSO>select chage mode->select keyfield /data field node--->right click select Infoobject Direct Input.
    c). Activate the DSO
    Brief Description about 2LIS_03_BX :
    The 2LIS_03_BX is used to extract an opening stock balance on a detailed level (material, plant, storage location and so on). At this moment, the opening stock is the operative stock in the source system. "At this moment" is the point in time at which the statistical setup ran for infosource 2LIS_03_BX.Loading the opening stock balance InfoSource 2LIS_03_BX into data target.In the InfoPackage, choose the upload mode u201CCreate opening balanceu201D.
    Regards,
    Suman.

  • Data Targets does not show up despite having Active Update Rule

    Hi mates,
      I have an Info Cube of which I have created an Update Rule from a Active Info Source.
      However, when I created the Info Package, the 'Data Targets' tab does NOT seem to show the Info Cube as part of the Data Target
      Please advice

    hello John;
    check if this is a Basic cube or Transactional cube. If for some reasons this has been created as a transactional cube then you won't be able to see the cube on the InfoPackage because you theoritically you won't be loading data into the transactional cubes.
    let us know the details.
    Regards:
    BK

  • Transport Failure - (Infocubes & Update Rules collection)

    Hi SDners,
    While i transporting the Request (which contain Infocubes and relevant update rules only)from develpment system to quality, the request was failed due to following Errors given below.
    Start of the after-import method RS_CUBE_AFTER_IMPORT for object type(s) CUBE (Activation Mode)                
    Error/warning in dict. activator, detailed log    > Detail                                                     
    /BIC/L100146 (specify a primary key)                                                                           
    Table /BIC/L100146 could not be activated                                                                      
    Return code..............: 8                                                                               
    DDIC Object TABL /BIC/L100146 has not been activated                                                           
    Error when activating InfoCube 100146                                                                          
    Error/warning in dict. activator, detailed log    > Detail                                                     
    /BIC/L100146 (specify a primary key)                                                                           
    Table /BIC/L100146 could not be activated                                                                      
    Return code..............: 8                                                                               
    DDIC Object TABL /BIC/L100146 has not been activated                                                           
    Error when activating InfoCube 100146                                                                          
    Error/warning in dict. activator, detailed log    > Detail                                                     
    /BIC/V1001042-0NETPRICE (combination reference table/field /BIC/V1001042-0LOC_CURRCY does not exist)           
    /BIC/V100104H-0NETPRICE (combination reference table/field /BIC/V100104H-0LOC_CURRCY does not exist)           
    /BIC/V100104I-NETPRICE (combination reference table/field /BIC/V100104I-LOC_CURRCY does not exist)             
    /BIC/V100104J-0NETPRICE (combination reference table/field /BIC/V100104J-0LOC_CURRCY does not exist)           
    /BIC/V100104M-0NETPRICE (combination reference table/field /BIC/V100104M-0LOC_CURRCY does not exist)           
    /BIC/V100104T-NETPRICE (combination reference table/field /BIC/V100104T-LOC_CURRCY does not exist)             
    Table /BIC/V1001042 could not be activated                                                                     
    Table /BIC/V100104H could not be activated                                                                     
    Table /BIC/V100104I could not be activated                                                                     
    Table /BIC/V100104J could not be activated                                                                     
    Table /BIC/V100104M could not be activated                                                                     
    Table /BIC/V100104T could not be activated                                                                     
    Return code..............: 8                                                                               
    DDIC Object TABL /BIC/V100104T has not been activated                                                          
    Error when activating InfoCube 100104                   
    Can any one suggest the solution.
    Thanks,
    Satya
    Edited by: satya prasad on Jan 15, 2010 11:48 AM

    Hi,
    Create two transport requests -
    TR1) Collect the InfoObjects (If newly creted or activated from the Business Content), InfoProviders and the Queries if created.
    TR2) Collect the Datasource, Infopackages, Transfer Rules, InfoSources, Update Rules, Transformations and DTPs
    Transport TR1 followed by TR2.
    Regards,
    Geeta

  • ?Difference: To create 2 Transfer Rules or 2 Update Rules

    Hi,
    I need to load 2 similar flat files to a single ODS. Only change is that, during the load, in the first file, File1, I want to set a field, FileType, as File1; and during the load of the second file, File2, I want to set FileType, as File2.
    One update rule which loads File1, already exists. I wanted to create the second update rule(for File2), but I encountered problems because I kept receiving a message that the update rule already exists for the ODS.
    I went to the InfoSource tree and under the infoSource for File1, I could see the transfer rule; at this point, I was able to create a second transfer rule where I was able to set the second constant while loading File2, as FileType as File2.
    What is the effect of creating 2 transfer rules for the InfoSource, as against creating 2 update rules for the ODS, which was I originally wanted to do?
    Thanks

    Hi Amanda,
        If both file formats are same, it better to populate File1 or File2 dynamically then a constant. Every time not supposed to create new transfer rules and data soruce for new flat file.
        Instead of constant, write a routine for File Type. Based on file name sinply pass File1 or File2 in routine. Or
        Use function module "BAPI_IPAK_GETDETAIL" to get infopackage details including file name. from flat file name also File type can be derived.
        In this way no need to maintain multiple transfer rules or update rules. Existing flow is enough.
    Hope it Helps
    Srini

  • Error while Transporting Update Rules.

    hi xperts,
       I am getting Error while Transporting the Update rules,i already transported the INFOCUBE,INFOPACKAGE EVERYTHING.
        Start of the after-import method for object type R3TR ROUT (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for ROUT L
    The errors affect the following components:
        BW-WHM (Warehouse Management)
    Is the  error,I didn't change any thing in the Cube or changes to Update rules.
    Can anybody Help me?.
       thanking you,
                                   with regards,
                                   Narendra.

    Hi,
    Are you still facuing the issue ?
    No need to worry about the routines, once you save the update rules if there is any routines in it it will be saved in the same request. If you want to check the routines you can check in the transport connections. Transfer the update rule to the right hand side of the screen and you can see all the routines that belong to the UR.
    If you know the technical names of the routines you can check in the TADIR table.
    Have you transported the info-sources for this update rules ? why not you again capture the info-source and the update rule in a single request and transport again.
    Hope it helps.
    Thanks,
    Soumya

  • DATA Transformation Vs Update Rules ?

    Hi guys,
          I have a scenerio , where I need to have data from 2 DSOs in to one combined DSO. Lets Says the 2 DSOs as DSO A and DSO B. and the Third as DSO C.
        I want to get DSO C Structure as exactly as DSO A. and DSO B structure is only few fiew fields from DSO A (Key Fields are same). I have loaded the data in to DSO A and DSO B using Transformation and DTP . Now How to load DSO C data I mean combined data of DSO A and B.
    1.If I create update Rules to DSO C using DSO A and DSO B. Iam not getting any data in to DSO C. (Do I need to make any settings in DSOs to update the data of A and B in to C ?).
    2.If I create 2 transformations between DSO A -C  and DSO B-C. I am sure I need to create DTPs to get the corresponding data. When I do that Iam getting 2 separate sets of data for DSO C. But I need data as one set from DSO A & B in to C.
    Please help me ASAP and let me know if you need more information on it.
    Thanks in advance

    Hello Harish,
    I just got confusedwith the requirement. When u r loading from 2 sources (here it is DSO A and DSO B), then obviously u will get 2 rows whne u manage your DSO C.
    But, in case u r referring to data, then there should be some commonality between A, B and C, thenonly it will not come as seperate rows in your report.
    Can u send the details of DSO A, B and C ?
    -- Plz assign points if helpful --
    Regards,
    Mainak

  • 'L_CHAVL_IN' Error while Activating Update Rules.

    Hi All,
          when i am tring to activate my update rules, it is giving error, field "L_CHAVL_IN' in unknown. I dont have that field in my objects.
       i found that field in 'Progarm' for the update rules. that field is used in the exit of one of the feild in the update rules.
        Please give me a solution how to solve this.
    Regards,
    Ramana.

    Check the following SAP Note (# 782858)
    <b>Symptom</b>
    When you activate the update rules, the system issues a syntax error: 'Syntax error: Field "L_CHAVL_IN" is unknown'.
    <b>Other terms</b>
    Syntax error; generation; l_chavl_in; update rules
    <b>Reason and Prerequisites</b>
    This is a program error. The error only occurs under the following circumstances:
    You generate an optimized update rule;
    An alpha conversion is required.
    <b>Solution</b>
    BW 3.0B
               Import Support Package 25 for BW 3.0B (BW3.0B Support Package 25 or SAPKW30B25) into your BW system. The Support Package will be available once note 0723254 with the short text, "SAPBWNews BW3.0B Support Package 25", which describes the Support Package in more detail, is released for customers.
    BW 3.10 Content
               Import Support Package 19 for BW 3.10 (BW3.10 Support Package 19 or SAPKW31019) into your BW system. The Support Package will be available once note 0723261 with the short text, "SAPBWNews BW 3.1 Content Support Package 19", which describes the Support Package in more detail, is released for customers.
    BW 3.50
               Import Support Package 10 for BW 3.5 (BW3.50 Support Package 10 or SAPKW35010) into your BW system. The Support Package will be available oncenote 0763336 with the short text, "SAPBWNews BW Support Package 10 NetWeaver'04 stack 10", which describes the Support Package in more detail, is released for customers.
    Assign pts if helpful.<b></b>

  • Error while transporting update rule.

    Hi experts
    I am trying to transport one update rule to production..
    But it is ending with error code 8 n it is giving me following error :
          Errors when activating update rule XXX
          IC=0PP_DS03 IS=0CO_OM_OPA_6 error when checking update rules
    Kindly tell me what need to be done now.
    Regards
    Swati

    Hi  Swati,
    Before transporting the update rule, in the present scenario, you have to transport the infosource which contains the corresponding "0recordmode".
    Whenever you transport anything into the quality or production, the list should be as followed in the given manner : 
    Seq No     Objects in Request
    1     Package(DEVC), InfoArea(AREA), Application Component(APCO)
    2     Function Modules
    3     Keyfigure Catalog(IOBC), Keyfigures(IOBJ), Units(IOBJ)
    4     Characteristic Catalog(IOBC), Characteristic Infoobjects(IOBJ)
    5     Infosources (ISCS, ISTD, ISMP, ISTS, ISFS, ROUT) and
                    Generic Data Sources(DataSrce Active Version(OSOA), ISMP, ISTS,DataSourceReplica (ISFS) 
                    and Tables (TABL)
    6     Infoproviders(ODS(ODSO), Cube(CUBE), Infoset(ISET))
    7     Update Rules(UPDR, ROUT)
    8     Infopackages(ISIP)
    9     Queries(ELEM)
    10     Webtemplates(TMPL, BLTM, BPTM)
    Just transport all your things in the above sequence, and it will be done successfully.
    Also, remember  there should not be any data in the corresponding infoprovider while you transfer the update rule, else it will fail.
    Hope it helps,
    Regards,
    Neha.

  • How do I tell if a particular update rule is used

    I have inherited a sales reporting application in BW 3.5. It has update rules from 2LIS_13_VDITM to 4 level 1 ODS. There are update rules from those 4 level 1 ODS to Level 2 ODS and cubes. So far so good. However there are also update rules from 2LIS_13_VDITM to the L2 ODS and to the cubes direct.
    My belief is that these update rules are never used. This is based on the production infopackage settings which do NOT have these objects ticked as data targets. However i would like to know for sure that these update rules have never been used.
    Question: Is there a way to tell this eg.
    a) is there a table linking infosource to destination with a date last used,
    b) or a table linking infopackage to destinations showing when a particular destination was last changed,
    c) or some other mechanism?

    Hi,
    Chk the L2 ODS which have update rules from 2LIS_13_VDITM if it has data loaded in it in production.
    If its loaded means it is used.
    You can also chk whether the InfoPackage which loads this data is used in any process chain, and then chk if that chain is scheduled in production.
    Regards,
    Mansi

Maybe you are looking for

  • "False" in quiz is always graded as "True"

    I'm new to Captivate.....using version 6.  I've created 3 short quizzes with a variety of questions. The problem is, there are several true/false questions, and each time the students answer True to a question that is actually False, it grades them a

  • "File path not found" when opening an Encore DVD project made 2 years ago

    Configuration: XP SP3, Encore DVD CS3 coming from Creative Suite. 2Gb RAM, fast-enough-CPU, large-enough-harddisk (~70Gb space). The project, as I remember, should has been made with Encore DVD 2.0 2 years ago. The project file is placed on the C:\ w

  • OPatch Exception: Patch "13643211" has min OPatch V "11.1.0.8.3 " @ 10.1.2

    I am upgrading EBS 11i to 12.1.1 using note E16342-03. We were using Discoverer Version 4.1.48.00 an I am uprading using Note ID 1074326.1 (Discoverer 11.1.1). I have successfully installed RCU, Discoverer (ofm_pfrd_linux_11.1.1.2.0_32*.zip ) and Pat

  • Command number

    Hi all, I ran the statement below to give a list of all statements that have been hitting the instance. select command, count(distinct command) from v$session group by command; from the command output column i got a value of zero i.e. 0 and i can not

  • CS 5 to CS 6

    I have InDesign CS 5. How do I upgrade to CS 6? Do I have to use the Cloud?