RSAU_READ_MASTER_DATA in transfer rules missing results or dump

Hi Guys,
Anybody know about if the RSAU_READ_MASTER_DATA work in transfer rules??
I have a routine for field attribute derivation  from a infobject; putting the trans-structure as I_CHAVL and returning the E_ATTRVAL in result. But don't work and is hiring a dump of CALL_FUNCTION_CONFLICT_TYPE.
I tested with I_CHAVL equal to a string that is the key of a field in the infobject that I want to read; i haven´t the dump but don't work. The value is blank.
The code is the next:
CALL FUNCTION 'RSAU_READ_MASTER_DATA'
    EXPORTING
      I_IOBJNM   = 'KSTATSDSK'
      I_CHAVL    = TRAN_STRUCTURE-KSTATSDSK
  I_T_CHAVL                     =
  I_DATE                        =
  I_FLG_WHOLE_TABLE             =
      I_ATTRNM                    = 'KGRALSTA'
      IMPORTING
  E_STRUCTURE                   =
  E_TABLE                       =
      E_ATTRVAL                   = RESULT
EXCEPTIONS
      READ_ERROR                    = 1
      NO_SUCH_ATTRIBUTE             = 2
      WRONG_IMPORT_PARAMETERS       = 3
      CHAVL_NOT_FOUND               = 4
      OTHERS                        = 5.
Please, help me to see the error, if exist, or help me with other method for do this master data attribute read.
Thank you.

Hi Jeysi,
What's ur purpose here ??
If u're gonna read some data in master data, instead of using function, why don't u directly select to master data table ???
Usually the table name is /BIC/PX
X: Master data name.
/BIC/ => Customized one.
But if you want to get the information regarding what the table is, you can open directly respective master data info-object, and you go to master data tab.
In over there, you'll see the box whose label is Master data tab.
You can use SELECT command in ur corresponding transfer/update rules..
SELECT *
  FROM ..
  INTO CORRESPONDING FIELD OF TABLE ..
  WHERE ..
Hopefully it can help you a lot.
Regards,
Niel.

Similar Messages

  • Content for 0REFX_3 transfer rules missing.

    Hi folks
    We are trying to implement content for 0REFX_C03 cube. But the transfer rules from datasource to infosource 0REFX_3 is missing from business content.
    Inorder to get that we have implemented SAP note
    BW transfer rules missing in delivery
    SAP Note Number: 1246385 
    And we installed  BI_CONT 704 SAPK-70401INBICONT  New support pack for BI content.
    It leads to weird changes in the system like previously available objects in BI content are missing.
    Did any body encountered same problem.

    Hi,
    We are having the same problem - no transfer rules for  0REFX_C03.
    Currently on BI_CONT 735 Level 003.
    Did this problem get resolved?
    Any help greatly appreciated.

  • BI transfer rules missing .

    Dear all,
    we had made a system copy of the source system (ECC) and with BI (Scm) system i.e  both the systems on Quality was refreshed with prod , now  we get the error that transfer rules does not exist on the copied BI system .
    Could any one help
    Regards
    kumar

    Hi,
    See the following  SAP Notes:
    SAP Note 886102  - System Landscape Copy for SAP NetWeaver BW
    SAP Note 325470  - Activities after client copy in BW source systems
    SAP Note 325525  - Copying and renaming systems in a BW environment
    SAP Note 1333302 - Special procedure for BW system copy
    SAP Note 996238  - Dump 'RFC connection error' after BW system copy
    SAP Note 184754  - Procedure after BW database copy
    SAP Note 184322  - Procedure after DB copy of BW source systems
    SAP Note 538052  - Maintenance of Myself destination in BW
    Search for PDF in SDN
    How Tou2026System Copy in SAP Business Intelligence System Landscapes
    Need to activate the objects and then transport.
    Thanks
    Reddy

  • Transfer Rules missing in Business Content (704 lvl 1) for CMS

    Hi SDN,
    We are currently on BI 7.0, and using Business Content 704 level 1.  When collecting BIC InfoSources for Collateral Management Systems (CMS), we notice that the transfer rules are missing in business content.
    Has anyone encountered this issue?  I have  been referencing notes 1171293, and 1179880
    Thanks,
    Brendon

    hi,
    If there is missing in Business its problem with the business content patch levels.Check out with your basis team.
    Regards,
    Shiva.

  • Transfer rules missing!!!

    Hi,
    i can not see any tranfer rules in BI content . i have Bi -content 9 and Bw SP15 patch levels.
    any suggestions?
    regards,
    prasad

    no am not done any migration of Ds till now,,
    m donethe following steps..
    1. Rsa5 -DS (3.x)activation ..(master n transaction)
    2. replicated in Bi side .
    3. installed the 0SD_C03 cube with "dat flow before " and "Automatic collection"
    4.while tring to load master data for TEXTS 0BILBLK_ITM ..In Transfer structure it's not proposing the KEy1 field ..if i tries to map manually ..then loading ..it's giivng erroe where as in  r3 records are avaialble (RSA3)..
    is there any issue with BW SP15 and BI content 9 combination...
    please suggegst.
    regards

  • CLIENT of the source system in the Transfer Rules

    Hi,
    Can I get the CLIENT of the source system dynamically in the Transfer Rules (and assign it to an InfoObject)?
    I have a generic extractor from a R/3 source system. The table in the source system & the extract structure the DataSource both contain MANDT, but its not coming in the RSO2 screen (which, if I'm not wrong, is how it should be).
    I need the CLIENT info. in my BW data targets. I do not want to hardcode this value in Trans Rules as the client in Dev & Prod is different for my R/3 sys.
    If I can't get it directly from the DataSource, is there any way I can get it from any system field using routine?
    If I'm not wrong - SYST-MANDT in the Formulas will give me only my BW CLIENT.
    Thanks in advance for your help.
    Regards,
    Melwyn

    hi,
    i think if your bw dev and prod client is different you can try in transfer rules
    if sy-mandt = xxx. ( bw dev client number)
       result = 'yyy'. (source system dev)
    else.
       result = 'zzz'. (source system prod)
    endif.
    or enhance the extract structure/ append structure with zz field for mandt and field in user exit zxrsau01 with sy-mandt
    or if use infoobject 0LOGSYS, populate in transfer rules with result = g_s_minfo-logsys.
    hope this helps.

  • Missing Transfer Rules in Selection Window for Transport

    Hello,
    Can somebody tell me why certain transfer rules are missing in the object selection list of the transport connection window?  I am using BW 3.5.
    Problem details:
    I want to transport a transfer rule from a DEV box to a QA box.  In the transport connection window, I clicked on "select objects" from under transfer rules in the middle panel.  The object listing that followed showed only objects that start with numbers; no object we defined locally that starts with Z was included. 
    I also noticed that this appears to be a "funny" problem.  One other computer connected to BW shows the correct listing while still another shows a different listing.  Has this got to do with any setting? 
    Please help.
    Wernel

    Hi Wernel,
    Its better to activate ur transfer rules once again. Also this Z*  TRs would be displayed in last row of the Pop up window in the select Objects list.
    or select them by grouping as before dataflow by selecting InfoSoruce.
    Assign points if it helps...
    Regards,
    ARK

  • Technical Content BI Stat`s missing Transfer Rules for 0TCT_CA1

    Hi,
    I installed the new 7.0 technical content and had several glitches. Some are fixed with the new SP16, that we installed.
    We are at BI Cont 7.03, patch 8.
    There is no business content for the Frontend & OLAP Statistics (highly aggregated) 0TCT_CA1 transfer rules - although the cube and communication structure are there - as well as the virtual and multi cube with a lot of queries etc.
    Does anyone have a solution for this?
    Thanks!
    Kathleen

    Hi Kathleen Cooke ,
    I am having similar issue now, can you please let me know if you know the solution for the below problem..
    I am trying to activate the Business Content for BW Statistics, but the datasource and the  Transfer Rules are missing for the 0TCTPRCSVAR_TEXT and also a couple of BW Statistics objects...
    I am on
    BI_CONT 703, level 0005, Support Package SAPKIBIIP5
    SAP_BW 700, level 0012, Support Package SAPKW70012
    Thank You,
    Varun.

  • 0Gender Transfer Rules for its Text Datasource Missing

    Dear Experts,
    While checking 0Gender infoobject, I do not see any transfer rules connected to the 0Gender_Text Datasource?
    Within the 0Gender Display in RSD1, I see text data loaded into /BI0/TGENDER table.
    In the Business content activation under any grouping too no transfer rules are present.
    I am on BI 7SP17 and BI Cont 703 SP6.
    Can anyone please help.
    Thanks,
    Raj Jain

    Hi Raj Jain,
    Try the below SAP Note...
    SAP Note Number: 329874:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bct/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d333239383734%7d
    Hope this helps u...
    Regards,
    KK.

  • Transfer rules are missing for selected source system in BI content

    Hi All!
    The problem is: in BI content (Release 704, level 0003, SP SAPK-70403INBICONT) when I select needed source system (for example, A) only I can not find any transfer rules (0RPM area, 3.X transfer rules). When I select more than 1 source system (B, C..), I can see lot of different transfer rules for 0RPM area, but with assignment to another systems (B, C..). How can I get in Business Content transfer rules for data sources from needed source system (A)? Any help appreciated!
    Regards, Iryna.

    Hi Rathy!
    Thank you very much for your quick help! Usually I do the same. Now I faced with BI system, where data source were already activated in system A and replicated. I can see all needed active sata source un BI already. But I can not see transfer rules in content!
    What you can advise?
    Reagrds, Iryna.

  • ROCANCEL field is missing in Transfer Rules.

    Hi Bw Experts,
    i have created the datasource and enabled the delta. I have replicated the datasource.I have created the Custom ODS.When i am creating the transfer rules, ROCANCEL field is not displaying.I couldnt able to map for RECORDMODE Info Object.
    Can u pls help on this issue.
    Thanks,
    Jelina.

    Hi,
    making a field delta enabled will not make the ROCANCEL filed included in the data source.
    Its provided by SAP for the standard extractor to track the cancelled records and changes and there is logic written in the SAP programs to populate it.
    If you create a generic data source it will bring the changes based on the date which you have given.
    If the record is cancelled or deleted then you should include the indicator from the underlying table which shows the records as deleted and make it part of the data source.
    You can then map that too 0RECORMODE.
    Thanks
    Ajeet

  • Dump when activating transfer rules

    Hi All,
                 I am trying to create transfer rules and activate from a DB connect source system and I am getting the following error when activating.
    Runtime Errors         ASSERTION_FAILED
    Short text                                                                               
    The ASSERT condition was violated.                                                                               
    What happened?                                                                               
    In the running application program, the ASSERT statement recognized a                        
        situation that should not have occurred.                                                     
        The runtime error was triggered for one of these reasons:                                    
        - For the checkpoint group specified with the ASSERT statement, the                          
          activation mode is set to "abort".                                                         
        - Via a system variant, the activation mode is globally set to "abort"                       
          for checkpoint groups in this system.                                                      
        - The activation mode is set to "abort" on program level.                                    
        - The ASSERT statement is not assigned to any checkpoint group.                              
    Can somebody help me with this error?
    Thank you.

    BI User
    Please check the OSS Notes 914998 and 791549 and see these notes helps
    Thnaks
    Sat

  • 2LIS_02_SCL Transfer Rules are missing

    Good Morning everyone, I recently activated BI Content (7.05 SP4) in BW (7.02 SP8) for infocube 0PUR_C01, and I can not see the transfer rules for 2LIS_02_SCL, what can I do?

    Juan Orozco wrote:
    I did install BC for 2LIS_02_SCL Transfer Rule (ISMP) again with options "In data flow before and afterwards", I got the right flow of objects from 2LIS_02_SCL ECC datasource to 0PUR_C01 Infocube in BW installed, but the Transfer Rule 2LIS_02_SCL status is Modified(Saved), when I try to activate this Transfer Rule, the system send the message "There is no PSA for InfoSource 2LIS_02_SCL_DA and source system LOGSYS120", what can I do?
    Case A. RS_TRANSTRU_ACTIVATE_ALL
    Case B. Give the tech name of the CLNT120 & generate it. RSDS_DATASOURCE_ACTIVATE_ALL
    Case C. Replicate the datasource after adding/deleting fields in R/3. Right-click on this datasource and select 'replicate metadata' again. Activate using FM in Case A.
    Edited by: Arun Bala G on Feb 16, 2012 9:29 PM

  • R/3 DataSource field missing in Transfer Rules

    Hello Everyone,
    I am working with R/3 Datasource 0ASSET_AFAB_ATTR. I enhanced the structure by adding a new field 'VYEAR'. After generating the Datasource in R/3, i replicated the datasources on the BW Application Component. But, i cannot see the appended field 'VYEAR'in the Transfer Rules. The field is not hidden and I can see the field getting populated in RSA3 for that datasource. Could someone help.
    Thanks

    Hi Sachin,
    In the InfoSource Maintenance screen expand the node for transfer structur/transfer rules and click on the tab datasource/transfer structure and scroll down to find your field.
    Cheers,
    Sree

  • 0CA_TS_IS_2 Transfer rules is missing

    Hello All,
    I tried to install transfer rules for 0CA_TS_IS_2, But couldn't able to get I can install update rules and InfoCube 0CATS_C02,
    I also tried to install transformation but not able to find, Do i need to create Tansformation or Transfer rules Manually, If yes.. Then is there and routine or master data read in between, Pl. help me to complete this flow.
    Thanks.
    shalini Singh

    In that transformation (Datasource --> InfoSource) all fields have 1 to 1 mapping.
    In transformation btn InfoSource --> infoCube
    0CALDAY (from infosource) is mapped to all time characteristics (calday, month, month2, quart1, quarter, year, week) in infocube.
    Some fields (Emplgrp, emplsgrp, pern area, pern subarea, 0CO_MST_AR, 0MAST_CCTR, person, orgunit) are master data read from 0EMPLOYEE.
    And remaining fields have 1 to 1 mapping.

Maybe you are looking for

  • How to transfer GOS attachment to my work item

    Hi Friends,   I have the following requirement. The user while creating a Appropriation request in tcode IMA1N will create an attachment using Generic Object Services(GOS). once he saves my workflow will trigger and it will go to approval. I need to

  • SAP ERP EHP 5 - Activating Embeded Analytics (dashboards)

    Hi We (the basis team+BI team) have been trying to activate the dashboards that apparently come embedded in SAP ERP EHP 5.  To test the functionality, we were hoping to demo the Cash Management Dashboards.  Unfortunately non of the Dashboards are eve

  • KM Document iview not working properly...

    Hi, I am in EP6SP2 P4HF8 for Portal and KM. Based on my user requirment, I need to link a document from KM directly to my detail Navigation under my Portal roles. I have done the following. 1) Create a KM Document iview. 2) Gave the KM Document path

  • Problem With SAP GUI for HTML iView

    Hi All, I have created a transaction iView(SAP GUI for HTML) for the T code SE12, when I view the iview, it get loaded for the first time and if I log out and when i again login to the portal and view the transaction iview it is not getting loaded. I

  • Non-Blocking Server closes his socketChannels on his own (10 dukes)

    Hi, I have created a server using the new nio package. Clients can connect and disconnect as they wish : the client has a GUI with a button "connect" and a button "disconnect". When the client engages a new connection with the server, the ServerSocke