Find Update Rule mapping!!!

Hi All,
Please let me know a method to find thru a FM or thru any Class (method) the mapping for characteristics in Update rule...
I want to find how is target fields mapped with src field in update rule...
Regards
Aadil
Point will be assigned!!!

Thanks 4 response!!!
@ Raj,
I know it can be found like that  but i want to find it in backend...ie an ABAP program to find it.....
@Aduri
Thanks for the table name... but i still would like to know some FM or some standard class cause i know it shud be present... 
But thanks for suggestion.

Similar Messages

  • Update rules mapping

    Hi Friends,
    I have ZSTCSDF coming from transfer structure now I need to map this field with InfoCube field ZCUSTOMER.
    ZSTCSDF is using ZCUSTOMER as a reference characteristic.
    If it is an attribute then I can map that in update rules but it is reference characteristic instead.
    Can anyone suggest me what to do in this?
    Thanks,
    John.

    Hi Friend,
    I already have ZSTCSDF this field. This gfield is using 0CUSTOMER as reference characteristic.
    So, I have ZSTCSDF in communication structure.
    my question is can I map ZSTCSDF and 0CUSTOMER one to one in update rules characteristics.
    by referenceing source characteristic in update rules mapping options.
    Thanks,
    John.

  • Purchasing cube designing, update rule mapping for 0calday

    Hi All,
       Iam designing cube for Purchasing module in BW. Iam having doubt in mapping for 0calday in update rules, is it with document date or scheduline date. I have searched in SAP cube 0PUR_C01, it is mapped with 0SCHED_DATE( schedule line date). How the difference comes when we choose document date and schedule line date.
      FYI, we are using only schedule line data source, which is giving relevant information.
    Thanks,
    Ram

    Hi Ram,
    Please note:
    0SCHED_DATE: The schedule line date is the day on which the scheduled quantity of the material is to be delivered.
    0DOC_DATE: The date on which document has been craeted.
    Use the first one for purchasing.
    Thanks...
    Shambhu

  • Error in update rules mapping

    Hi,
    I have added two new fileds into the view and then replicated in bw side.The two fields mapping correctly in Transfer rules.Getting error for two fileds while adding in the update rule.
    Thanks,
    Jayapal.

    Hi Jayapal,
    Hope, SAP Note 588247 will help you to resolve this issue. It is giving "Rule incorrect" error, may be because of Infoobject 0RECORDMODE is ignored.
    Veerendra.

  • Function Module where-used list does not find update rule programs

    We have function modules called in update rules. The where-used list in the function builder does not find the update rule programs.
    For example, function DATE_GET_WEEK is called in an update rule to InfoCube YCUBE001. The activated program name for this update rule is GP3PWI6PKM5Y3K75A370DIS8I77. When I goto SE37, enter the function DATE_GET_WEEK, click the where-used button, check the programs option and search. The system does not find the program GP3PWI6PKM5Y3K75A370DIS8I77.
    Without this search capability it is difficult to do an impact analysis of changing function modules. Does anyone know of a solution?

    hi,
    i think the reason is the code of update rules' generated program are stored line by line in table(rsaabap), update rules program itself stored in table rsupdrout, link with field codeid, another useful table is rsupdinfo which store infocube, infosource related.  other info may stored in some other rs* and rsa* tables.
    try to create following program in your system, and run, type in the function module name, and will display out the update rules program id, with additional useful info : which infoprovider, infosource, and detail info of the routine and infoobject in the update rule that using that function module. you may modify the program to have better display out list.
    hope this helps.
    REPORT  Z_FM_UPDRUL_WHEREUSED.
    data : lv_sfm,
           lv_line type string,
           lv_where type string.
    tables : rsaabap,RSUPDROUT,rsupdinfo.
    select-options:
    s_fm for rsaabap-LINE.
    start-of-selection.
      loop at s_fm.
        concatenate s_fm-low ' ' into lv_sfm.
        concatenate '%' s_fm-low into lv_line.
        concatenate lv_line '%' into lv_line.
        write : / 'function module', 'update rule id', 'routine id', 'infoobject', 'infocube', 'infosource'.
        select * from rsaabap
        where line like lv_line and objvers = 'A'.
           select * from rsupdrout
           where codeid = rsaabap-codeid and objvers = 'A'.
             select single * from rsupdinfo
             where updid = rsupdrout-updid and objvers = 'A'.
               write: / lv_sfm, rsupdrout-updid, rsaabap-codeid,
                        rsupdrout-iciobjnm, rsupdinfo-infocube,
                        rsupdinfo-isource.
        endselect.
        endselect.
      endloop.

  • Unable to find Update rules in BI content

    Hi All,
    We are unable to find the update rules for the datasource
    2LIS_03_BX
    2LIS_03_BM
    2LIS_03_UF
    in the Business Content for the cube 0IC_C03
    But we can find the update rules for the datasource 2LIS_40_S278 for the cube 0IC_C03
    The BI content was of Release 703 (level 0011) in our system.
    What might be the reason for this ?

    Hi Surya,
    How are you collecting the BI content.
    In BI content select the datasource and collect data flow afterwards. You will get update rule in it.
    Regards,
    Viren

  • Update rules mapping display

    I need to check the update rules and its mapping for objects in production.
    I clicked the next arrow button to see the mapping but not able to  . It is good enought for me to just see it in display mode.
    How can i see the mappings in display mode in Production system?

    Hi,
    Please double click on the update rule and it show the update rule in display mode .If it is a keyfigure you can see the mapping for all keyfigures and click on the Ty symbol then you can see the mapping for charachterstics.If it is a ODS then you can see the mapping for all char and whne you will double click on Ty symbol you can see the mapping for key fields in ODS.
    Regards
    Bibhu

  • How to find all the cubes update rules transfer rules ,programms ,ds,ect

    HI SDN
    Is there any tables for finding update rules,cubes,multiproviders in the system.
    can any body tells me the tables for the objects all the objects
    thx

    Hi Rubane,
    These the tables which gives relevant info,
    Here are few of those -
    Thought it may be of some use if we make a list of useful BW tables
    for instance
    v_rszglobv = variables
    /bic/f (cubename) is the fact table of a content cube
    /bic/D (cubename) P is the package dimension of a content cube
    /bic/D(cubename) U is the unit dimension of a content cube
    /bic/D(cubename) T is the time dimension of a content cube
    /bic/D(cubename) I is the userdefined dimension of a content cube
    /bic/m (object name) master data of object
    /bic/t (object name) text data of object
    /bic/H (object name) hierarchy data of object
    you can replace the BIC with BI0 for business content object and cubes
    RSDIOBJ - index of all InfoObjects
    RSSELDONE - Monitor: Selections for executed request
    RSREQDONE - Monitor: Saving of the QM entries, state of the uploads, all info about the upload via request number, field: RNR
    ODS Table names
    1.New data: /BIC/A (ODS NAME)40
    2.Active data: /BIC/A (ODS NAME)00
    3.Change log: /BIC/B ( NUMBERS)
    RSRREPDIR which is the table containing all your reports.
    RSTSODS - table that contain relation between "ODS Name" and PSA Table.
    TBDLS - Logical system customization, when you run TA: BDLS
    EDP21 - Partner Profile, when you run TA: WE20
    RSBASIDOC - Assignment of source systems to BIW systems incl. IDoc type
    In V_COMPDIR_COMPIC you can also see all your reports. The advantage is that you can see the name/text of the query, not only the technical id.
    RSDCUBEIOBJ Objects per InfoCube (where-used list)
    RSDODSOATRNAV InfoObject in ODS (navigational attributes)
    RSDODSOIOBJ InfoObject in ODS
    RSDIOBJT InfoObject texts
    RSDIOBJ Directory of all InfoObjects
    RSDKYF Key figures
    RSDBCHATR Master data attributes
    RSBBSQUERYDIR BW: Directory of the Query Sender
    RSBBSQUERY BW: Query Receiver
    RSBBSQUERYT BW: Texts for Query Receiver
    TQOP Compare Operators for View Maintenance Query
    TQOPT Compare operators for view maintenance query (texts)
    TQLOT Logical operators for view maintenance query (texts)
    ROMSDIOBJ BIW: Assignment of master data attributes to InfoObjects
    RODCHA BIW: InfoObjects / characteristics
    RODIOBJCMP BIW: InfoObjects / compounding
    RODKYF BIW: Key figures
    ROAPPLT BIW: Name of the application components
    RSUICDONE BIW: Selection table for user-selection update ICs
    RODTIM BIW: Time characteristics
    RODUNI BIW: Units
    RSIST InfoSource texts
    RSIS InfoSource (transaction data)
    RSISOSMAP Mapping Between InfoSources and OLTP Sources
    RSOSFIELDMAP Mapping Between OLTP Source Fields and InfoObjects
    RSUPDDAT Update rules key figures
    RSUPDKEY Update rule: Key per key figure
    RSUPDROUT Update rules - ABAP routine - check table
    RSRWBINDEXT Titles of binary objects (Excel workbooks) in InfoCatalog
    RSRWORKBOOK 'Where-used list' for reports in workbooks
    RSDDIME Dimensions directory
    RSDDIMEIOBJ InfoObjects per dimension (where-used list)
    RSDDIMET Dimension Texts
    RSZCOMPDIR Directory of reporting components
    RSZELTATTR Attribute selection per dimension element
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSZGLOBV Global Variables in Reporting
    RSDCUBET Texts for the InfoCubes
    SMEN_BUFFC-Table for Storing Favorites.
    tables which hold the list of BEx Queries, Web Reports, and Workbooks,
    RSRREPDIR
    RSZCALC
    RSZCEL
    RSZCHANGES
    RSZCOMPDIR
    RSZCOMPIC
    RSRWORKBOOK
    RSZCOMPDIR - Directory of reporting components
    RSZELTDIR - Reporting Component Details
    RSBCT_NAVKEY_T  
    RSBCT_NAVKEYDET 
    check it in the following table
    RSDDAGGL
    RSDDAGGLF
    RSDDAGGRDIR
    RSDDAGGRDIR_M
    RSAABAP - Routines
    Thanks,
    Sudhakar.

  • Date to Calendar Week in Update Rules

    Hi Experts,
    Does anyone of you know how/where BI/BW do the mapping when translating date in to a week in update rules?
    Thanks in advance,
    Rose

    Hi Kazmi and Ram,
    In Update Rules, in Time Ref tab, we can specify the source field e.g. posting date,  to get the calendar Year/Week time characteristics.   My question is where does the update rule get the week basing on the source date?
    This question is brought up to me because week days can be different from country to country.  e.g. in US  it is sunday to saturday and in Norway it is Monday to sunday.  If we do reporting that consolidates data from US and Norway and probably and use week as part of that report, then we have an issue.
    Can you please let me know how then the update rules mapped the date to week.  If you have similar issues, can  you please let me know how you address it?
    Best Regards,
    Rose

  • Direct mapping in updates rules not functioning as expected

    Hi experts,
      I have a character string with only digits (NUMC) which is mapped in udpate rules of a ODS. Its a direct mapping from another ODS. Inspite of that, we are having scenarios where the source ODS is filled and the character in the destination ODS is coming as empty. The source ODS is looking up that value from another ODS.
    I am wondering why is it so. I am in 3.5 enviornment.

    Is it just this field coming up as blank or other fields too,
    Do you any start routine or any kind of filtering in place in the update rules.
    Just try to simulate a update and see if you can find anything.
    /people/pavan.bayyapu/blog/2006/09/06/debugging-data-upload-in-bw
    Also make sure you "No Update" is not selected in update rules for this field.
    Edited by: sam hennry on Mar 28, 2008 1:15 PM
    Edited by: sam hennry on Mar 28, 2008 1:17 PM

  • Map 0MATERIAL to ZMATERIAL in Update Rules

    Hi all,
    I have two separate InfoCubes for two different Regions. And because the both regions have overlapping Materials, I am asked to create a ZMATERIAL for the new region (Different Source System).I cannot compound 0MATERIAL to Source System since one region has already gone LIVE. 0MATERIAL is Mapped to MATNR in the Transfer Rules. If I map 0MATERIAL to ZMATERIAL in the Update Rules would that work?
    Or would I need to change the mapping in the transfer rule level from MATNR to ZMATERIAL? That would mean to add ZMATERIAL into the InfoSource as well.
    Cheers

    You can able to MAP .. That's not a problem
    The data for 2 regions passes thru Transfer rules .. thru MATNR -->0MATERIAL
    Now you have 2 update rules for 0MATERIAL AND ZMATERIAL as well
    UR1 - 0MATERIAL - 0MATERIAL
    UR2 - 0MATERIAL - ZMATERIAL
    How do you differentiate the data has to update particular region to particular material ?
    If you are able to write Routine in update rule to update particular reg1 to 0material and reg2 to zmaterial  .. it should be ok

  • Mapping in update rules

    Hi experts,
    could anyone please advice on how to map in update rules for the following requirement.
    I have a generic extractor, with Order date,Billing date and Delivery Date fields.
    to map { Order date,Billing date, Delivery Date} - three different fields from Data source to one 'Date' info object in ODS.
    If I have Order record -
    > I have to get 'order date' in the
    'Date' Info object of ODS.
    similarly 'Date' info object should be filled as and when I have
    Billing and Delivery records, it should store Billing date and Delivery Date.
    Please advice

    Hi,
    If you are on the BI 7.0, you can achieve this by creating three different rule groups.
    In 3.5 you can do this by splitting keyfigures:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

  • Find break-points source code (update rules, transfer rules)

    Hi all,
    Is there any effective and efficient way to find (active) break-points in source code, more specfic update rules, transfer rules or other objects where custom code is implemented? Or in other words look for strings in source code or programs.
    I looked and searched everywhere but could not find any answer.
    RSRSCAN1 (does not work)
    RPR_ABAP_SOURCE_SCAN (does not exist)
    We are on SAP BW 3.5 with SAP Basis 640.
    Thanks all.

    Hi,
    Try this
    1)  if you're checking any program from SE38 ..goto Utilities -> find in the source code-> give breakpoint and search.
    2) else. load data , Goto details tab in the monitor and right click on any of the data packages.
    Simulate update -> choose transfer rules or update rules for debuging.-> It will take you debuging screen. -> Create a watch point with key word "break-point" and execute (F8).
    It will go and stop where there is  "break-point"

  • Unable to map Update Rule with u201CMaster data attribu201D option

    Hi,
    Does anybody know the reason why sometimes, in update rules to an ODS, I cannot map an InfoObject with the option u201CMaster data attribu201D?
    I have the characteristic in the ODS, and for another update rule, to the same ODS, I am able to map this field correctly, but for a specific rule, the u201CMaster data attribu201D field appears in blank when I press F4.
    Strange this behaviouru2026
    Can anybody help me with this issue?
    Thanks,
    Best Regards,
    Joana

    Hi  Shanthi,
    I didn't insert the InfoObject as an InfoProvider.
    The problem is that I have two update rules for the same ODS object. For one I can map the characteristic correctly, and for the other, when I press F4 in the "Master Data Attrib", no characteristics appear.
    Thanks,
    Joana

  • Update rule problem in stock

    Hi
    I am working with inventory managemnt.I am facing few issues in update rules like:-
    1.I am not able to find coressponding source info objects for the customized one .
    2.I am not able to find the some of the charactertics mapped to their info objects in the charactertics tab in the key figures.
    3. I some how activate the update rule, but it is not showing data in the cube contents while the request is there.
    thanx in advance.

    The only different is the development system is having this part of code in the update rules program compare to production system.  Do I need to compile the update rules formula manually?
    *This ABAP Code was generated automatically          *
    *Formula Calculator                                  *
    *Generated :2008:09:12-10:47
    *User: XXX
    *Calculation:
    result = COMM_STRUCTURE-CALDAY.
      ENDCATCH.
      if sy-subrc <> 0.
        perform error_message using 'RSAU' 'E' '507'
                'ROUTINE_0004' g_s_is-recno
                rs_c_false rs_c_false g_s_is-recno
                changing c_abort.
      endif.
    Cheers!

Maybe you are looking for