ODS Lookup Routine

Hi Guys,
I am using BI 7.0.
My cube has 0material, 0salesorg, 0DISTR_CHAN,0rebate_grp and other characteristics. I have an ODS with 0material, 0salesorg, 0DISTR_CHAN,0rebate_grp only. I want to populate the 0rebate_grp data in the cube from the ods where 0material, 0salesorg, 0DISTR_CHAN are the key fields in the ODS.
Do you think this can be done through direct mapping or i would need code. If code is needed, thanks for code samples.

If 0rebate_grp data is present in ODS (key field or data field does not matter) than you can use direct mapping.
You need to use routine only when field is not present in the source or you need to do some extra calcuation on the source field

Similar Messages

  • Lookup routine problem

    Hi
        I have problem in Lookup routine in transformation.
    But need for some object which were not in Standard infocube 0sd_c03, i have created one customize Infocube ZSD_C03_1 where data have been coming from Standard 0SD_C03 infocube by Lookup Transformation routine & running full load DTP in Daily basis. It is working fn till today.
    But problem is that now size of data is very huge while full DTP run from 0sd_c03 to ZSD_C03_1. can any one give suggestion what should i do for only delta data come. lookup routine should update data in daily.plz help

    Hi
    In that case i would suggest you to have a DSO between the data loding process as your expectation cannot be met with data
    loading between cube to cube.
    Just create a standard DSo between the cubes and do the data loading so that the delta handling will be as per your
    expectation
    Prathish

  • ABAP DSO Lookup Routine

    I am new to ABAP......
    I am supposed to create a lookup into a DSO1 while loading data to DSO2.
    I wrote the routine as shown below. But, my problem is that my routine is not fetching any data into the DSO that i am loading into.
    Here is my routine
    Start Routine
    Global Declaration
    DATA: ITAB TYPE STANDARD TABLE OF /BIC/AZVC_MAT00,
          WA_ITAB TYPE  /BIC/AZVC_MAT00.
    SELECT   /BIC/ZVC_PLAN /BIC/ZVC_STYR  MATERIAL  /BIC/ZVC_BILN
    FROM /BIC/AZVC_MAT00  INTO CORRESPONDING FIELDS OF TABLE ITAB
    FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
    /BIC/ZVC_PLAN = SOURCE_PACKAGE-PLAN1
        AND
    /BIC/ZVC_STYR = SOURCE_PACKAGE-STORAGEYEARS.
       endif.
    Field Routine
    READ TABLE ITAB INTO WA_ITAB
         WITH KEY
         /BIC/ZVC_PLAN = SOURCE_FIELDS-PLAN1
          /BIC/ZVC_STYR = SOURCE_FIELDS-STORAGEYEARS.
         IF SY-SUBRC = 0.
         RESULT = WA_ITAB-/BIC/ZVC_BILN.
           ENDIF.
    What am i doing wrong? Someone help me.
    Also, there is data in the active table of the DSO i created lookup to.

    Hi Phil,
    I am transforming the whole code into end routine and see if that gives you correct output or not.
    Declaration of internal table:
    TYPES: BEGIN OF ST_TAB,
                   /BIC/ZVC_PLAN TYPE  /BIC/OIZVC_PLAN,
                   /BIC/ZVC_STYR TYPE  /BIC/OIZVC_STYR,
                    MATERIAL         TYPE  /BI0/OIMATERIAL,              
                  /BIC/ZVC_BILN   TYPE   /BIC/OIZVC_BILN,
                  END OF ST_TAB.
    DATA: ITAB TYPE STANDARD TABLE OF ST_TAB,
          WA_ITAB TYPE  ST_TAB.
    SELECT   /BIC/ZVC_PLAN /BIC/ZVC_STYR  MATERIAL  /BIC/ZVC_BILN
    FROM /BIC/AZVC_MAT00  INTO  TABLE ITAB
    FOR ALL ENTRIES IN RESULT_PACKAGE WHERE
    /BIC/ZVC_PLAN = RESULT_PACKAGE-PLAN1
        AND
    /BIC/ZVC_STYR = RESULT_PACKAGE-STORAGEYEARS.
    loop at RESULT_PACKAGE ASSIGNING <result_fields>.
    READ TABLE ITAB INTO WA_ITAB
         WITH KEY
         /BIC/ZVC_PLAN = <RESULT_FIELDS>-PLAN1
          /BIC/ZVC_STYR = <RESULT_FIELDS>-STORAGEYEARS.
         IF SY-SUBRC = 0.
    <RESULT_FIELDS>-INFOOBJECT = WA_ITAB-/BIC/ZVC_BILN.
           ENDIF.
    ENDLOOP.
    *INFOOBJECT- Name of the infoobject which you created to store the value from look up DSO.
    Note: Please refer this help doc.Make sure you select that option so that the value gets populated for dso in case of end routine.
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/48/6e375c0b104e6de10000000a421937/content.htm
    Hope that helps.
    Regards,
    AL

  • ODS lookup for a second layer ODS

    HI guys,
    i'm writing a start routine in a transformation (ODSA to ODSTARGET) to make a lookup from the ODSA to the ODSB to populate into the ODSTARGET one field that is present only in ODSB
    i read that is better to make it in the start routine instead in the end routine,
    But i receive an error during the creation of the routine
    Field CASEID unknown
    how can i solve it?
    is ok this approach?
    thanks
    [code]
    PROGRAM trans_routine.
          CLASS routine DEFINITION
    CLASS lcl_transform DEFINITION.
      PUBLIC SECTION.
        TYPES:
          BEGIN OF tys_SC_1,
         InfoObject: CASEID CaseID.
            /BIC/CASEID           TYPE /BIC/OICASEID,
         InfoObject: 0RECORDMODE BW Delta Process: Update Mode.
            RECORDMODE           TYPE RODMUPDMOD,
         InfoObject: EFFDATE Caseheader Effective Date.
            /BIC/EFFDATE           TYPE /BIC/OIEFFDATE,
         InfoObject: ENDDATE Caseheader End Date.
            /BIC/ENDDATE           TYPE /BIC/OIENDDATE,
         InfoObject: RECDATE Caseheader Received Date.
            /BIC/RECDATE           TYPE /BIC/OIRECDATE,
         InfoObject: REGDATE Caseheader Registration Date.
            /BIC/REGDATE           TYPE /BIC/OIREGDATE,
         InfoObject: STARTDATE Caseheader Start Date.
            /BIC/STARTDATE           TYPE /BIC/OISTARTDATE,
         InfoObject: CASETYPE Case Type Code.
            /BIC/CASETYPE           TYPE /BIC/OICASETYPE,
         InfoObject: USERID User Name.
            /BIC/USERID           TYPE /BIC/OIUSERID,
         InfoObject: ORGUNITID Organization Unit Id.
            /BIC/ORGUNITID           TYPE /BIC/OIORGUNITID,
         InfoObject: INTCASEID Integrated CaseID.
            /BIC/INTCASEID           TYPE /BIC/OIINTCASEID,
         InfoObject: CASEOWNER CASEOWNER.
            /BIC/CASEOWNER           TYPE /BIC/OICASEOWNER,
         InfoObject: CHSTDATE Caseheader Start Date.
            /BIC/CHSTDATE           TYPE /BIC/OICHSTDATE,
         InfoObject: CHENDDATE Caseheader End Date.
            /BIC/CHENDDATE           TYPE /BIC/OICHENDDATE,
         Field: RECORD.
            RECORD           TYPE RSARECORD,
          END   OF tys_SC_1.
        TYPES:
          tyt_SC_1        TYPE STANDARD TABLE OF tys_SC_1
                            WITH NON-UNIQUE DEFAULT KEY.
      PRIVATE SECTION.
        TYPE-POOLS: rsd, rstr.
    $$ begin of global - insert your declaration only below this line  -
    ... "insert your code here
    $$ end of global - insert your declaration only before this line   -
        METHODS
          start_routine
            IMPORTING
              request                  type rsrequest
              datapackid               type rsdatapid
            EXPORTING
              monitor                  type rstr_ty_t_monitors
            CHANGING
              SOURCE_PACKAGE              type tyt_SC_1
            RAISING
              cx_rsrout_abort.
        METHODS
          inverse_start_routine
            IMPORTING
              i_th_fields_outbound         TYPE rstran_t_field_inv
              i_r_selset_outbound          TYPE REF TO cl_rsmds_set
              i_is_main_selection          TYPE rs_bool
              i_r_selset_outbound_complete TYPE REF TO cl_rsmds_set
              i_r_universe_inbound         TYPE REF TO cl_rsmds_universe
            CHANGING
              c_th_fields_inbound          TYPE rstran_t_field_inv
              c_r_selset_inbound           TYPE REF TO cl_rsmds_set
              c_exact                      TYPE rs_bool.
    ENDCLASS.                    "routine DEFINITION
    $$ begin of 2nd part global - insert your code only below this line  *
    ... "insert your code here
    $$ end of 2nd part global - insert your code only before this line   *
          CLASS routine IMPLEMENTATION
    CLASS lcl_transform IMPLEMENTATION.
          Method start_routine
          Calculation of source package via start routine
      <-> source package
      METHOD start_routine.
    *=== Segments ===
        FIELD-SYMBOLS:
          <SOURCE_FIELDS>    TYPE tys_SC_1.
        DATA:
          MONITOR_REC     TYPE rstmonitor.
    *$*$ begin of routine - insert your code only below this line        *-*
    ... "insert your code here
    TYPES: BEGIN OF G_REC_S,
    CASEID TYPE /BIC/OICASEID,
    EFFDATE TYPE /BIC/OIEFFDATE,
    ENDDATE TYPE /BIC/OIENDDATE,
    REGDATE TYPE /BIC/OIREGDATE,
    STARTDATE TYPE /BIC/OISTARTDATE,
    CASETYPE TYPE /BIC/OICASETYPE,
    CASEREF TYPE /BIC/OICASEREF,
    USERID  TYPE /BIC/OIUSERID,
    ORGUNITID TYPE /BIC/OIORGUNITID,
    INTCASEID TYPE /BIC/OIINTCASEID,
    CASEOWNER TYPE /BIC/OICASEOWNER,
    CHSTDATE TYPE /BIC/OICHSTDATE,
    CHENDDATE TYPE /BIC/OICHENDDATE,
    END OF G_REC_S.
    *DATA: W_REC_S TYPE /BIC/ACASEHEAD00.
    *DATA: T_REC_S TYPE STANDARD TABLE OF /BIC/ACASEHEAD00 INITIAL SIZE 0.
    DATA: W_REC_S TYPE G_REC_S.
    DATA: T_REC_S TYPE STANDARD TABLE OF G_REC_S INITIAL SIZE 0.
    SELECT *
    FROM /BIC/ACASEHEAD00 as a INTO CORRESPONDING FIELDS OF TABLE T_REC_S
    FOR ALL ENTRIES IN SOURCE_PACKAGE
    WHERE CASEID = SOURCE_PACKAGE-CASEID.
    SORT T_REC_S ASCENDING
    BY CASEID.
    DELETE ADJACENT DUPLICATES FROM T_REC_S COMPARING CASEID.
    *--  fill table "MONITOR" with values of structure "MONITOR_REC"
    *-   to make monitor entries
    ... "to cancel the update process
       raise exception type CX_RSROUT_ABORT.
    $$ end of routine - insert your code only before this line         -
      ENDMETHOD.                    "start_routine
          Method inverse_start_routine
          This subroutine needs to be implemented only for direct access
          (for better performance) and for the Report/Report Interface
          (drill through).
          The inverse routine should transform a projection and
          a selection for the target to a projection and a selection
          for the source, respectively.
          If the implementation remains empty all fields are filled and
          all values are selected.
      METHOD inverse_start_routine.
    $$ begin of inverse routine - insert your code only below this line-
    ... "insert your code here
    $$ end of inverse routine - insert your code only before this line -
      ENDMETHOD.                    "inverse_start_routine
    ENDCLASS.                    "routine IMPLEMENTATION[/code]
    Message was edited by:
            Bloom

    Hi Bloom,
    "for all entries" statement required a table with header line but, in BI7, source package is a table with NO header line.
    For now I use a loop...endloop (I know that it isn't efficient!!!)
    <b>loop at source_package assigning <source_fields>.
    SELECT *
    FROM /BIC/ACASEHEAD00 as a INTO CORRESPONDING FIELDS OF TABLE T_REC_S
    WHERE CASEID = <source_fields>-CASEID.
    endloop.</b>
    Ciao,
    Antonio

  • Cube or Ods design datamodelling question

    Hi gurus,
    I have below data coming from 2 different source in 2 different ods---
    ODS1
    INo....Lookup No.....Material....
    11.....a11..............mat1
    12....a12...............mat1
    13.....a13..............mat2
    14....a14...............mat2
    another datasource is bringing data in ods2 like below:::
    INo....IdentifierParent...Unique--Identifier......Valid from................Valid to
    11......777......................771.............................1/1/2010................12/1/2010
    12......777......................772.............................1/1/2010................12/1/2010
    13......778......................773.............................1/1/2010................12/1/2010
    14......778......................774.............................1/1/2010................12/1/2010
    Q1----now if i build ODS3 which has update rules of ODS1 & ODS2, with Key = INo.
    How will the data look like ?????
    Q2----If i build Infocube with update rules from ODS1 & ODS2 (no ods in between) how will the data look like
    Q3----also is there need of Key in Update rules from Ods to Infocube ??
    just tryinng to understand the data storage techniques in cubes vs ods
    and advantages of infocubes

    Hi,
    Here are the answers for your queries.
    Ans 1: If your ODS 3 is having Key a IN0 then this will be the data in ODS3 after completing loadind data from 2 ODSes
    INo....Lookup No.....Material...IdentifierParent...Unique--Identifier......Valid from................Valid to
    11.....a11..............mat1..........777......................771.............................1/1/2010................12/1/2010
    12....a12...............mat1.........777......................772.............................1/1/2010................12/1/2010
    13.....a13..............mat2........778......................773.............................1/1/2010................12/1/2010
    14....a14...............mat2.........778......................774.............................1/1/2010................12/1/2010
    Ans 2:
    If you do loading to Cube then all the records from the two ODSes will be added depending upon the sequence of the laod as shwon below
    INo....Lookup No.....Material...IdentifierParent...Unique--Identifier......Valid from................Valid to
    11.....a11..............mat1..........                       ...                           .......                  ..............          
    12....a12...............mat1..........                       ...                           .......                  ..............          
    13.....a13..............mat2..........                       ...                           .......                  ..............          
    14....a14...............mat2..........                       ...                           .......                  ..............          
    11...        .............      .......  777......................771.............................1/1/2010................12/1/2010
    12....        ...............     ........777......................772.............................1/1/2010................12/1/2010
    13.....        ..............     ........778......................773.............................1/1/2010................12/1/2010
    14....                            .........778......................774.............................1/1/2010................12/1/2010
    You need to goo for some lookup routines if you want to fill cube in similar manner the ODS 3 has data in it..
    Hope it helps you...

  • Can you help me understand this sentence about Maser data/routine?

    Hi,
    I read the following statement from this forum:
    “… if u add an attribute to master data and that field is not getting populated from source system and you want to get it populated dynamically we can write look up code in routine such as getting data from some other master data table.”
    1. Can you clarify what this sentence really mean? Any examples?
    2. Why is it that in some cases when you modify master data, you don’t have to write a routine to populate it with data but in some cases you do?
    e.g. in the quote it says, if the attribute is not getting populated, why will it in some cases and others not?
    3. Please explain in particular “..to get it populated dynamically we can write look up code in routine..”
    4. Any hints on writing a look up code? Any example?
    Thanks

    Hi Amanda,
    I would understand the sentence you stated as related to load of TRANSACTION DATA (not populating the MASTER DATA) -- and aTripple k example (a good one) shows me that s/he treat it similarly.
    When you are retreiving a lot of data from the transaction system (R/3) you may really not getting values of some infoobjects. However, if the infoobject is an attribute of another infoobject which value we have in incoming data, we may get the value of the attribute from master data of main (basic) infoobject. For this you either may use the mentioned functional module (must be accessable through SE37 t-code) or write a lookup routine.
    Here (in the text itself and in the threads linked):
    Re: Look up at master data in  update routine 
    you may see examples of lookup routine and usage of that FM RSAU_READ_MASTER_DATA.
    Hope this helps.

  • LOOKUP-Master Data Attribute (ABAP Code)

    Hi,
    My requirment
    ZCOMPANY is an attribute of ZCostcenter
    ZCost center is an attribute ZEMPLOYEE
    zcomp is an attribute of employee
    While Loading attribute data to employee i need to write Lookup/routine in transformations that will
    Based on ZCOSTCENTER data of an employee i has to read setup tables in BW and update ZCOMP of an employee(attribute) from ZCOMPANY  of ZCostcenter
    Please update me with the ABAP Code
    Thanks in advance

    Hi,
    This is the routine written in transformations.
    My requirment is to modify this a bit to include following conditions
    1)source_fields-costcenter
    (It needs to be converted to CAPS)(Bcaz ZCOSTCENTER consists all the caps)
    2)I want to include 'OBJVERS'='A' in the code
    Please update me with the code
    select /bic/zcompany from /bic/mzcostcenter
    into result
    where zcostcenter = source_fields-costcenter.
    end select.
    Thanks

  • Push from ODS to cube taking a long time

    Hi All,
    I've created a new ODS that pushes data to a new cube.  I am trying to load 3000 records and its taking over 30 minutes, and I can never get it to complete successfully.  When I look in sm50, there is nothing running.  The are no short dumps in st22. But when I look in sm21 I get the following:
    Documentation for system log message R6 8 :                                                
    An error has causes an SAP rollback.  All database updates are reset.                                                                               
    Technical details                                                                          
    File................ 009581                                                                
    Position............ 0000072900                                                            
    Entry type.......... m      ( Error (Function,Module,Row)    )                             
    Message ID.......... R6 8                                                                  
    Variable parts......                                       ThIRollroll bathxxhead1248                                                                               
    My update rules between the ODS and cube are very straightforward.  All fields are a direct mapping to the ODS, no routines.  I have a start routine, but when I comment out the entire start routine and run the update between ODS and cube, I still get the same issue.  We are on version 3.5.
    Any suggestions?
    Thanks
    Charla

    Hi,
    Try "generate export data source" from ODS and load the data. Sometimes there is problem in DDIC tables and structures are not generated properly.
    Regards,
    Kams

  • How to bring a custom data element into another ods object

    I have an ods object which has a custom data element called customer purchase order number. I have another ods object which needs that custom data element. Both these ods objects are part of a multiprovider. How do I make the customer purchase order number available in the 2nd ods object? We are in SAP BW 3.5
    Thanks
    Ram

    Hi Ramgopal,
    as suggested by experts, create or use the custom infoobject.
    go to change mode of ODS (2nd ODS) add custom infoobject into data or key fields (similar to 1st ODS), then update rules od 2nd ODS will be deactivated. go to change mode of update rules and map with the infoobjects which feeds dat to custom infoobject (similar to 1st ODS)
    if routine is used to populate data copy and paste same routine and check routine and activate.
    Hope this helps.
    Regards,
    Daya Sagar

  • Copying of routines

    I have seven ODS set up each to represent a fiscal year. I have one Cube that uses some of the data using the data mart. I have created a start routine and four characteristic routines witihin the cube. Coding is over two hundred lines in one routine. When I create the update rule for each of the ODS the routines do not copy. I am forced to copy paste the routines. Any better way to do this?

    You can code the start routine in an include and use it in the start routine. This makes things more maintainable (if you were to change start routine instead of doing it in 7 places you can just change the include). My 2cents

  • Urgent:Inventory Modelling with Moving price

    I have to create an Inventory report storage locationwise material stock along with standard price and moving average price.
    We have a z cube zic_c03.
    Moving price and standard price is stored an Z ODS on fiscal/period wise.
    I need to have the following fields in the report
    charactersitics
    Plant
    Material
    Storage location
    Price control(from Z ods)
    keyfigures:
    Valuated stock qty(from zic_c03)
    Valuated stock value(from zic_c03)
    Standard price(from ods)-Using routine
    Moving Price(from ods)-Using Routine
    I have created another cube(included all the fields from zic_c03 and added the three fields from ODS).
    For the fields included from ODS, I have written an lookup routine in the new cube (zic_c04) update rule.
    For ex.Stand price routine as follows:
    PROGRAM UPDATE_ROUTINE.
    TABLES: ...
    DATA : tstd like /BIC/AZMM_O0200-pRICE_std.
    DATA : tavg like /BIC/AZMM_O0200-pRICE_avg.
    DATA : tpc  like /BIC/AZMM_O0200-PRICE_CTRL.
    fill the internal table "MONITOR", to make monitor entries
    select single PRICE_STD
      into tstd
      from /BIC/AZMOV_O0100
    where material = COMM_STRUCTURE-material
       and plant = COMM_STRUCTURE-plant
       and FISCPER = COMM_STRUCTURE-FISCPER.
      RESULT = tstd.
      RETURNCODE = 0.
      ABORT = 0.
    I have the following issues:.
    1)After adding the price control Indicator(assigned to all keyfigures in update rule) Valuated stock qty and value showing in negative.
    2)Intially I didn't compress the new cube(zic_c04).After seeing negative values I compressed(no marker update enabled) it and checked.But still showing negative.
    2)If I assign price control Indicator to only standard price and moving price Iam not getting any results for valuated qty and stock(price control Indicator = 'not assigned')
    Pls help me to do the right modelling for the above requirement.
    Thanks in advance.
    Regards
    Soujanya

    Hi,
    I have different Modeling scenario to get MAP in BIW.
    Take a Look on this thread:
    Re: 2lis_03_um and MBEW- STPRS
    Re: How to get Moving Average Prince and Standard Price in BW (inventory cube).
    With rgds,
    Anil Kumar Sharma .P

  • Best approach for combinng cubes of different data

    Hi Guys,
    I have two different cubes with much different data in them and only a couple of shared characteristics.
    Im looking to merge most of the data of cube 2 with the data of cube number 1.
    Multiprovider wont work( not many shared characteristics)
    I cant do a routine to pull the data as I cant build a simple routine as it is difficult to extract from Dimensions.
    I have tried Infoset but this does not appear to work.
    Scenario is I have two fields in cube 1 that exist in cube 2, I want to look up these values in cube 2 and return some of their key figures that exist
    Is the easiest way around this to create transformation from Cube to ODS and extract data via a lookup routine?

    Hello,
    Is the data being loaded directly to the Cube, is there no underlying DSO.
    I think if you want to look up on cube based on 2 char it should be not a difficult look up routine to code in the transformation.
    If the above you feel is not feasible, load data to DSO first and then to the cube and use this DSO for your look up. BUt note here you would be consuming DB space again
    Regards,
    SHashank

  • Master Data in Data Target

    Hello Folks
    I have master data infosource.And theres a requirement for me to have it in my ODS.Now  i was trying to add it to my infosource and see.When i see it in my Update Rule i can only see my main  Infoobject MD but i also need some of its Attributes to be mapped, which i cant. I also tried  going to the Master Data in infosource>right clicking and selecting 'Generate Export Datasource' but dont see a datamart or anything in regards to that ,so that i could have used it as Update Rules.Is there a way i can make this happen or possibly  do a look up.And if yes then how.
    Thanks in advance.

    I have the master data infosource, from which I need 3 attributes.  I have to do a lookup to that infosource in my updaterules on the 3 attributes.  Can someone please give me the code how to write.the code for the infosource lookup.  I know how to write a lookup routine from another ods, but I don’t know from infosource. 
    For the ods, I wrote something like this:
    SELECT  SINGLE /BIC/Mfld1
            INTO   l_mfld1
            FROM   /bic/ampp_o0600
            WHERE /bic/mxyz = COMM_STRUCTURE-/bic/mxyz AND
              /bic/mabc = COMM_STRUCTURE-/bic/mabc.
    IF sy-subrc = 0.
      RESULT =   l_fld1.

  • Payment cancellation records with debit amount 0 can't be extracted to BW?

    Payment cancellation records with debit amount 0 can't be extracted to BW?
    We use 0FI_AP_4 to extract R3 data to an ODS.  We restrict the data selection in the ODS start routine of update rule to select company code range and accounting document types.  Today R3 people added one new accounting document type with 10 records generated.  Run RSA3 can see the 10 records with new accounting document types.  But somehow the 10 new records can't be brought into BW and we have tried many different ways by even just restrict company code range inside the start routine, but still not helpful.  All other document type records can be brought in except the 10 new records for the new document types which reflect payment cancellation.  We run RSA3 to compare the field value difference between the new doc type and other types, find the difference is on the debit amount value that all the new records debit amount values are null but with positive credit values and other doc types of records are the opposite that their debit amounts are positive and their credit amounts are 0.  The new records are not even in PSA.
    Is this the way SAP set up that only debit amount with values can be extracted to BW?
    Thanks
    Message was edited by: Kevin Smith

    hi Diego,
    We have tried almost everything like refresh the load from Initial, but still no help.
    A hint is that R3 people posted the records today which is 8/18 and the variant they used is V6 (July - June, 4 +1 year), the fiscal year for these new records are 2007.  The problem we found is on DEV and we found actually all transactions in the fiscal year 2007 have failed to be extracted to our DEV BW, but on our TEST system, all the transactions in the fiscal year 2007 have been extracted to BW. 
    Any idea?
    Thanks

  • Transformation After Import RC12 Method GET_T_TRANSFORM

    Hi,
    we are on BI 7.0 SP11 (this intermediate SP between SPS10 and SPS11).
    We now twice had the problem that a transport of a transformation (with start-routine, look-up-routines and formulas) from DEV- to Q-System failed with RC 12 with the following informations in the job protocol of RDDEXECL:
        "OBJECTS_OBJREF_NOT_ASSIGNED" " "
        "CL_RSBK_DTP_V=================CP" bzw.
    "CL_RSBK_DTP_V=================CM02F"
        "GET_T_TRANSFORM"
    Haven't been able to find any sapnote with any of the (for me ...) thinkable key words in this case. [ST22 (dump analysis) offers the component BW-WHM-DST.]
    The situation in Q after the aborted import is the following:
    Browsing the start- and lookup-routines causes short-dumps.
    Browsing the formula and other field-rules is fine.
    We then opened up the Q-System for changing repository objects and, guess what, editing of start- and look-up-routines was just fine. Checking brought no syntax error and without changing anything at all we simply saved and activated the routines and the transformation and the following import in our P-System gave us no trouble at all.
    However, the situation isn't quite satisfying. The above mentioned short-dump while trying to browse the start-routine mentions the programme name  CL_RSTRAN_STEP_ROUT===========CP. This led me to
    SAPNOTE 1024333 (SP13!).
    But I'm not sure weather it really fits our problem.
    Has anybody of you experienced the same problem and could give us some advice? Would be great!
    Many thanks in advance and regards,
    Iris

    Hi Iris,
    Did you ever figure out how to resolve this issue?
    I just ran in to the exact same issue with a transformation with 2 field routines.
    In my case I'm not able to go to change mode in Q system so I have get the transport issue fixed.
    Any help would be great.
    Thanks

Maybe you are looking for

  • [SOLVED] == ERROR: file not found: `/sbin/dmsetup'

    [EDIT] A much simpler way to deal with this is to explicitly ignore the kernel update during a full system update: pacman -Syu --ignore linux Then explicitly update the kernel alone: pacman -S linux [EDIT] First, after a full system update I had to m

  • Why do I have to keep saving my PDFs as enabled for commenting in Reader?

    As part of my review process, I create a PDF, enable it for commenting in Reader, send it to reviewers, receive comments back from them, reply to the review comments, and send it back to the reviewers so that they can see the replies and make further

  • Mapping in TopLink workbench: Sorting order for one-to-one mapping field

    Hi, we have a requirement; though it is one-to-many relationship, we wanted to map it as one-to-one, so that we get latest of the mappped entity based on attribute:*noOfVisits*. For this, I am trying to make descending order by noOfVisists in workben

  • ITunes library transfer question

    Everyone, I create a Libary on my MacBook Air it has 2000 songs.  I want to move this to my Mac Book Pro machine and then Sync it with a new purchased iPod Touch.  Can this be done and how.  Do I just copy the iTunes Media folder? I tested this and i

  • Oc4j 9.0.4, pdk 1.4, jdeveloper 10.1.3.1

    Hello guys, I'm setting up a new environment, and I'm having trouble finding all the pieces. 1. JDeveloper 10.1.3.1 - I've got this 2. oc4j 9.0.4 - I see a url on OTN where I can download this 3. portal developer kit (a.k.a jpdk, j for java) - I can'