Is the extraction without Transfer rule possible?

Can you help me out for this question.
Thanks in advance
Kay
Is the extraction without Transfer rule possible?

Until the version 3.x we need transfer rules for physical transfer of data.

Similar Messages

  • Hierarchy without Transfer rules?

    Dear All,
    Can we load Hierarchy without Transfer rules?
    *I know we can do this without Update rules but in the case of transfer rules?!!!
    Awaiting early response.
    Regards,
    KS.

    Hi,
    Here, the question is -> when we load hierarchy from SAP source sys.? do we need or not?
    But in TBW10 it is saying we can do hierarchy with and without transfer rules.
    Regards,
    KS

  • Not able to find the infosource and transfer rules in the infosource tab

    Hi everyone,
    Not able to find the infosource and transfer rules in the infosource tab in Modelling. I was able to see that the infosource is available under nodesnot connected in the transport connection tab. But i cannot see the same in infosource tab. Please advise.

    I have searched with technical name, I am not able to find it, but when i double click on the datasource .....the transfer rules pop up. Because I have not transported the application component, I am not able to find it. But even though it should be available on the nodesnotconnected, I still cannot see it. Is there a work around this ?
    I have also tried rsa1old, it still could not find.
    Thanks for your quick response

  • Issue with the activation of transfer rules

    Hi,
    I am working with the datasource 0PRODUCT_TEXT, and I am trying to install transfer rules from BI Content and unable to get the active version.
    But the transfer rules are showing inactive and the error is as follows.
    Error generating program
    Message no. RSAR245
    Diagnosis
    An error occurred during program generation:
    Template:   RSTMPL80
    Error code: 6
    Row:        47
    Message:    Statement concluding with "...LIKE" ended unexpect
    Procedure
    Correct the template to remove the problem
    Please help me in this issue.
    Thanks in advance,
    Rama Murthy.

    Try to run RSActivate* all transfer rule program that will activate the inactive transfer rules. Don't forget to replicate the datasource once again before you run the program.
    thanks.
    Wond

  • Problem in writing the routine in transfer rule....

    Hi,
    I want to put the routine for the upper case in the transfer rules.
    When I go to the Infosource and create the transfer routine I do not
    get the editable code for the field for which I want to create the routine.
    Only editable thing I get is "RESULT"
    As nothing else is editable not even the TRAN_STRUCUTE has anything.
    Everything is commented out by the system automatically.
    How to make this editable and put the code.
    Thanks , Jeetu

    try to concatenate all the message into a string.. and finally call the method. Also, search in WEB DYNPRO forum on this..
    LOOP AT t_return INTO wa_return WHERE type = 'E'.
         lo_api_controller ?= wd_this->wd_get_api( ).
            CALL METHOD lo_api_controller->get_message_manager
              RECEIVING
                message_manager = lo_message_manager.
            lv_message_string = wa_return-message.
    *     report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
    *        EXIT.
        ENDLOOP.

  • Add InfoObject Atrribute as field to the InfoSource by Transfer Rule

    Hi
    To filter out a special customer country in the start routine in update rules for a sales cube, I need the InfoObject 0COUNTRY in the update rules.
    I already included 0COUNTRY to the cube and the update rules (filled via Master Data Attribute of 0CUSTOMER in update rules. Yet as 0COUNTRY is not in the InfoSource I cannot use it in start routine to filter one country out.
    How can I add 0COUNTRY to the InfoSource and populate it by Transfer Rule if it is not in the DataSource. I guess I'd have to load it from Customer Master Data? But there is no obvious option in the Transfer Rules like there is in the Update Rules.
    How do I have to proceed to be able to filter out records with special navigation attribute values before they reach the cube?
    Full points will be assigned.
    Thanks,
    German

    Hi German,
    please try
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    TABLES: /BI0/PCUSTOMER.
    DATA:   ...
    DATA: i_t_customer like /BI0/PCUSTOMER occurs 0 with header line.
    $$ end of global - insert your declaration only before this line   -/code
    ... internal definitions ...
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
      DATA: i_l_data_package LIKE LINE OF DATA_PACKAGE,
              i_t_data_package LIKE STANDARD TABLE OF DATA_PACKAGE.
      select * from /BI0/PCUSTOMER into table i_t_customer.
      LOOP AT DATA_PACKAGE.   
        MOVE-CORRESPONDING DATA_PACKAGE TO i_l_data_package.
        read table i_t_customer with key
          CUSTOMER = i_l_data_package-CUSTOMER.   
        IF sy-subrc = 0.
          IF i_t_customer-COUNTRY = 'DE'.
              APPEND i_l_data_package TO i_t_data_package.
          ENDIF.
        ENDIF.       
      ENDLOOP.
      REFRESH DATA_PACKAGE.
      DATA_PACKAGE[] = i_t_data_package.
      REFRESH i_t_data_package.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    /code
    This code should filter records with customers located in Germany, for other countries adjust line
    IF i_t_customer-COUNTRY = 'DE'.
    to correct country code.
    Best regards,
    Björn
    ===================================================
    EDIT: Did some corrections...
    Message was edited by: Björn Grahlher

  • 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

  • How can I activate the transfer rules for the ODS updating a data target.

    We are on BW 3.5 and I'm loading data into the 0FIGL_O10 ODS  and then uploading the data into the cube 0FIGL_C10. The data loads just fine to the ODS but when I try to <u><b>'update the data target'</b></u> I get a date & time stamp' error on the info-package transfer rules.
    I then Replicate the datasource 80FIGL_O01.
    I must then <u><b>'activate' the transfer rules</b></u>.
    However I cannot get the transfer rules for 80FIGL_O10 in CHANGE MODE to activate them.
    How can I activate the transfer rules for the ODS updating a data target.
    The error text is as follows:
    DataSource 80FIGL_O10 has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 80FIGL_O10 does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 02/15/2007 10:42:33.
    The time stamp in the BW system is 11/07/2006 13:11:54.
    System response
    The load process has been terminated.
    <b>Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.</b>
    Thanks for your assistance.
    Denny

    Hi Dennis,
           Try, using Business Content to activate your data source
           hope this will help you
    How activate business content?
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm

  • How to post own message to monitor RSMON from transfer rules

    I'd like to post descriptions for errorneous (for business process, not for R/3) data which drop package by setting ABORT <> 0 or RETURNCODE <> 0.
    How can i do this in start routine for transfer rules and in transfer rules themselves?
    I tryed RSSM_MON_WRITE_MONITOR_IC and RSAL_LOG_WRITE. But really this messages don't appear in monitor. The most i achive is to show message during "sumulate transfer" using RSSM_MON_WRITE_MONITOR_IC.
    And another thing, that I don't want to create my own message class and messages, Just to post text as error. Is that possible?

    Hi,
    I had given wrong answer.
    Appending lines to MONITOR is only poosible when we want to create logs for wrong data at the time of Update Rules.
    Here You will create a routine for an info object.And then you check some condition .If it is not satisfying you will add lines to MONITOR. Here you donot require to declare it. It is already declared in Program RS_ROUTINE.This program will be included for each routine of upadte rule.
    In the similar mannner, you will add lines to G_T_ERRORLOG , in transfer routine,if want to give error message at the time of transfer rule. Here you donot require to declare it. It is already declared in Program RS_ROUTINE.This program will be included for each routine of Transfer rule.
    With rgds,
    Anil Kumar Sharma .P

  • How to get Transfer rules or Transformations from SRM Datasources to Infoso

    Hi
    We are in SRM 7.0 and BI 7.0. We have all the datasources activates from SRM and replicated in BI side. Now we have all of the content in Dataflow ,, from Datasources to DSOs, Cubes and Multiproviders,,,
    Except Transdormations from Datasources 0SRM_TD_CF, 0SRM_TD_IV,  0SRM_TD_PO_ACC, 0SRM_TD_PO in SRM EBP to respective Infosources.
    I have activated the datasources and tried both in 3.5 and 7.0. But I couldn't find the business content transfer rules/ Transformations.

    Hi there are trnasfer rules please have a look under BI content >object type> transfer rule search
    0SRM_TD_CF                    DE3_630     from SRM CF Transactional for DE3 Client 630
    0SRM_TD_IV                    DE3_630     from SRM IV Transactional for DE3 Client 630
    0SRM_TD_LA                    DE3_630     from SRM LA Transactional for DE3 Client 630
    0SRM_TD_PO                    DE3_630     from SRM PO Transactional for DE3 Client 630
    0SRM_TD_PO_ACC           DE3_630     from SRM PO Accounting for DE3 Client 630
    let me knw whether it ws helpful

  • 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

  • Debugging of Routines in transfer rules

    Hi All,
    I wrote a routine and trying to debug.I tried to debug using "Simulate update" option when we right click in the monitor screen.I don't know how to proceed from there.Could some one explains the steps to debug the routine in transfer rules?
    Your help is greatly appreciated.
    Thanks
    Manish

    Hello Manish,
    You can create a Watch point if you are looking for some InfoObject / table field values.
    Or you can keep pressing F5 for step by step debugging (takes long time) and double click the field when you see them.
    If you want to go by block by block instead of line you can use F6 and F7 and if you want to execute you can F8 as what we do for execution.
    If you are sure where you want to check then set a break point by double click or select the line and click the Break Point Icon in the top and press F8, the system will automatically stops at the break point then double click the field you need and check the value in the right side window.
    If you are using BW3.x the you can switch between New Debug mode (Multiple screen and will be difficult to use if you are new) and Classical Debug Mode (easy to use)
    Hope it helps
    Thanks
    Chandran

  • Transfer Rule Actrivation Error

    We are on BW3.5 and just upgraded R/3 to ERP2005.  Our transfer rules for master data are not active, and when we run RS_TRANSTRU_ACTIVATE_ALL, we get an error that reads:  "An error occurred when creating transfer structure /BIC/CCBD0PLANT as an IDOC segment in source system"
    We were able to use that program to activate the transaction data transfer rules, but something about the master data won't allow the activation.
    The Procedure in the error message says to Use the generation log in the source system to identify the error.  I am not sure where to look for this.
    It appears to be a connection problem, but it is weird that the transaction transfer rules we are able to activate.
    This is in a QA system, so we cannot activate directly.
    Thanks,

    Hi ,
    Check whether the transferstructure table is active ...
    if not there si a difference between source system data source and transfer rules you assigned...
    Replicate the datasource...Check each field for assignment.... and then activate in Dev..
    Probably after generating the transstruct/ rules you might changed some thing either in rules or in datasource.
    Cheer's
    HVR.

  • Transfer rules

    hi,
    wt is the difference between Transfer rules and update rules

    hai vijay
    transfer rule update data from source system to info source and it will defined globally.
    update rules update data from info source to info cube and ods it will defined locally.
    thanks.
    aravind.s

  • Transfer rules partly maintained

    Hi Experts,
    In transfer rules when I am activating it is showing transfer rules activated but when I see above the tab of transfer rules,I can see transfer rules are partly maintained(it is yellow also above its tab)
    Can anyone tell why it is showing so.
    why I am concerned is that i m getting short dump error in my infopackage.
    thanks in advance.
    Edited by: Meenu Laul on Nov 25, 2008 5:52 AM

    Thanks for your reply.
    I checked ST22 and it is showing me this message :
    '25.11.2008     09:02:54     mmscmdev     100     C     MESSAGE_TYPE_X'     
    I dont know exactly how to see error in short dump.Can anyone help me in it?
    though I know it is run time error.So I checked Update rule and transfer rule and didn't find anything which is wrong.
    I checked data source after replicating it in RSA3 and it is showing data.
    what could problem.all suggestions are welcome and <removed by moderator>.
    Edited by: Siegfried Szameitat on Nov 25, 2008 10:23 AM

Maybe you are looking for

  • Urjent-how to add line items in tcode-FBL3N

    Hi Experts,   How to add line items customer, customer name,  vendor and vendor name in FBL3N. Thanks in advance. mahe Moderator message - Please do not use words like "urjent". Please ask a specific question. Please search the forum. This question h

  • Hardware requirement for a RAC

    Hi, I want to create a 11.2 RAC with only one node. I will add a new node in the future. I've available a netapp for the shared storage (ASM). So I need to buy only the server. The requirement is that the server has 4 network devices (2 for public an

  • JTree image question

    I have a question about using images in a JTree. I have like 2 parent nodes who both have a lot of child nodes now i know how to get an image for every node but how do i get 1 image for 1 parent with all his children and another image for the other p

  • Brief pause after failed Select Resource and Connect event

    Hi. To work around the inability to play a prompt when resources are available in a Select Resource step with connect set to yes; I have attempted to add this functionality in the script using a connect set to no. A loop counter has been added before

  • How much does apple charge to replace logicboards?

    I have a late 2011 macbook pro but the speaker connector broke off and i had it looked at and I was told I'd need a new logicboard to have sound cause the connector spot is messed up now , so I'll get to the point now that all that information is out