Master datasource to ods through flexi update

hi
i tried to load master data from r/3 using standard master data datasource to ODS object through flexible update. i created infosource in bw and assigned it to the datasource. after that i created ods based on the infosource when i tried to activate the ods its asking for delta field. i need to add 0recordmode in the infosource if it so to which field of the datasource i have to map it.how to do it?

Hi Rajan,
infobject 0RECORDMODE is needed for the delta load and is added by the system if a DataSource is delta-capable.
In the ODS object the field is generated during the creation process.
If in your datasource (it's a master data datasource!) there is no 0STORNO (and, consequently, no ROCANCEL field), let 0RECORDMODE not mapped and, in your update rules, always use 'overwrite' as update method !
To call up documentation on 0RECORDMODE (BW Delta process: Update mode), call Transaction SE11, display data type RODMUPDMOD -> Pushbutton Documentation.
Here you will find more useful information on the five possible features for InfoObject 0RECORDMODE (space,X,A,D,R).
Hope it helps (and please don't forget to assign some points by clickin'on the yellow star to the contributors that help you !!!).
Bye,
Roberto

Similar Messages

  • RSA3 check generated datasource error, ODS data can't be updated into cube

    Hi Experts,
    I create an ODS( T_ODA01 ), and loaded data from flat file into this ODS. Of course, I activated the ODS after the loading process.
    Now Created an Infocube( T_CUBE01 ) similiar with the ODS.
    Next I want to update the data from ODS T_ODS01 into T_CUBE01.
    Following are my steps:
    1, Create Update rule from the InfoCube T_CUBE01, input the ODS T_ODS01 as the datasource.
    2, Activate the update rule
    3, Selected the 'Update ODS data in data target' in the context menu of ODS T_ODS01
    I checked the status of this process in the monitor. But it failed informed me that 'No IDoc generated in BW', and sent 0 records.
    Then I wanted to check the Generated DataSource 8T_ODS01 in RSA3. But when executed the check process, it noted me that Runtime Error.
    Syntax error in program "SAPLXRSA ".
    What happened?
    ------------
    The following syntax error occurred in the program SAPLXRSA : "The type "RSR_T_RANGESID" is unknown." Error in ABAP application program.
    The current ABAP program "SAPLRSAP" had to be terminated because one of the statements could not be executed.
    This is probably due to an error in the ABAP program.
    Error analysis
    The following syntax error was found in the program SAPLXRSA : "The type "RSR_T_RANGESID" is unknown."
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLRSAP" in  "CALL_DATA_CUSTOMER_FUNCTION". The main program was "RSFHGEN2 ".
    The termination occurred in line 117 of the source code of the (Include)  program "LRSAPF06" of the source code of program "LRSAPF06" (when calling the editor 1170).
    Source code extract
    001140   * Call Customer-Exit
    001150     message s299 with 'BEGIN EXIT' sy-uzeit.
    001160     clear sy-subrc.
    >     call customer-function '001'
    001180          exporting
    001190               i_datasource             = l_datasource
    001200               i_isource                = l_12b_source
    001210               i_updmode                = p_updmode
    001220          tables
    001230               i_t_select               = p_t_select
    001240               i_t_fields               = p_t_fields
    001250               c_t_data                 = p_t_data
    001260               c_t_messages             = l_t_messages
    001270          exceptions
    001280               rsap_customer_exit_error = 1
    001290               others                   = 2.
    001300     message s299 with 'END EXIT' sy-uzeit.
    Would you pls guide me how to crorrect this error?
    Many thanks for your help.

    Hi Kenneth,
    this user exit is called everytime you request transactional data, as you said, system wide.
    Then in the exit you have usually a CASE WHEN I_SOURCE = .... where you code your enhancement for a particular datasource.
    Needless to say that if you enable the exit, even for testing, you shall write something in; at least
    CASE I_SOURCE.
       WHEN 'your_data_source'.
    ENDCASE.
    hope that sheds light
    Olivier

  • Updating Standard ODS through database statements

    Hi All,
    Is it possible to insert records directly into the active table of a standard ODS through database INSERT statements. If yes, then will such records show up in the BEx queries ?
    Regards,
    Satya

    Hi,
    I am planning to generate the report from ODS only. I want to update ODS through a program because the data i want to update does not come from R/3. I need to get the data by doing some lookups in BW syatem. What i want to know is if i update data direclty in the active table of the ODS, will it be visible in reports if i create a report on ODS ?
    Regards,
    Satya

  • Master Datasource Update for custom fields

    I have a standard master data source for 0customer, I need some custom fields that are enhanced in the same SoURCE TABLE KNA1. please let me know if
    1.  i can create the generic data source Z_DS_CUSTOMER for custom fields only from KNA1
    2. Create transformation 1 to Map the data source Z_DS_CUSTOMER to Ocustomer to load the custom fields only and set no transformation for other standard fields
    3. Create transformation 2 to Map the data source 0customer_attr to same Ocustomer to load the standard fields.set no transformation for other custom fields
    4. Then Load via DTP Standard fields first via transformation 2
    5. Then Load via DTP custom fields first via transformation 1
    Will the above will work fine, and I can avoid any enhancement to master datasource 0customer_attr
    please help me with solution.
    Regards
    Soniya
    null

    Hi all my dear friends,
    I have seen the recommendation by my SAP collegue and Anil
    1. infoobject as Target and
    2. in between Standard DSO
    1 transformations as you mentioned from 1 IS
    3. Common Info source
    2 transformations as you mentioned from 2DS
    4. Datasources (2no's ) as source to splly to data to DSO
    <b>Please tell me what is the need to do all the above why can't I feed directly the Infoobject with the below PLEASE tell me what will be the bad impact on design if I do the below</b>.since my client is asking<b> justification for build of each BI object</b>
    1. infoobject as Target and
    1 transformations as  mentioned from 1 IS
    2. Common Info source
    2 transformations as mentioned from 2DS
    3. Datasources (2no's ) as source to splly to data to DSO
    I am not going for enhancement since it is not populating the datasource in rsa3. if you can correct that it would be great.
    I have the same code for all custom fields none of them is working no records are pulled in RSA3 For custom field ZZSTAT.
    Please help me with this
    Thanks
    Soniya Kapoor
    *data: l_BIW_KNA1_S like BIW_KNA1_S
    *case i_datasource.
    *WHEN ' 0CUSTOMER_ATTR'.
    *loop at C_t_data into l_BIW_KNA1_S
    *l_tabix = sy-tabix.
    *clear  I_KNA1.
    *select single * from KNA1 into i_KNA1 where kunnr = l_BIW_KNA1_S-kunnr.
    *if sy-subrc = 0.
    *l_BIW_KNA1-ZZSTAT = I_KNA1-ZINSTAT.
    *modify C_t_data from l_BIW_KNA1 index l_tabix.
    *endif.
    *endloop.
    *endcase.

  • Master data into ODS

    HI,
    How do we load from master data infosource into an ODS , using datamart concept. can any one give me step by step details..
    When i try to assign infosource to the ODS in the update rules...it says " INFO OBJECT 0recordmode missing from the infosource"
    Thanks in advance
    Message was edited by:

    Hi Harshi,
    Add 0recordmode in master data infosource and ROCANCEL in tranfer structure
    also check this info,
    Message RSAU128 'InfoObject 0recordmode missing is an information message, you can activate the update rules even without 0RECORDMODE. The field is required for the delta method of InfoSources with connected DataSources from an SAP R/3 system. For FlatFile DataSources or external DataSources InfoObject 0RECORDMODE does not need to be contained in the transfer structure of the InfoSource, or it does not need to be filled separately in the transfer rules. In the transfer rules when maintaining the transfer structure, the delta method for flat files or external DataSources is determined by field Update mode. In InfoSources that get their data exclusively from flat files or external does not need to be contained in the you can ignore the above-mentioned message when creation update rules."
    Hope this helps,
    Sudhakar.

  • First Loading of Master data into ODS

    Hello BW gurus,
    I have read the below mentioned sentence in a material stating that
    'By using flexible updating, it is possible to write master data from different sources into a consolidated object (master data ODS object) before this is stored in individual master data tables.'
    1)  why master data from different sources is being written into ODS first , before it is stored in individual Master Data tables ?
    2) Is every master data from source systems first loaded into ODS  before it is stored in individual Master Data tables?

    hi,
    1) why master data from different sources is being written into ODS first , before it is stored in individual Master Data tables ?
    Ans - In real time scenarios y may have to load data from various source system (liks sap,non sap,flat file).also more than on r3 source system is also possible. hence to have consolidation of the master data based on source system we load master data to ods first. but is not always. one few master datas like - Batch number,delivery number,invoice number. u can also load directly to master data tables using direct update.
    2) Is every master data from source systems first loaded into ODS before it is stored in individual Master Data tables?
    not mandatory, it depends on requirement.
    Ramesh

  • Attributes with Flexi update

    Hi,My direct question, Can we upload attributes with flexi update. If possible how can we see?  Please help me on this.  Thanks, NK

    Hi Kumaran,
    You want to populate attributes for a master data characteristic, isnt it?
    Do you have the any transfer rule maintained for this in BW???
    regards.

  • Error while loading data on 0LIV_DS01 ODS through DTP

    Hi Expert,
                  I am trying to load data on 0LIV_DS01 ODS through 2LIS_06_INV datasource data is comming correctly in PSA
    while i'm trying to load data on ODS through DTP is runing properly till 9th package but at 10th package it showing me error
    like "Exception condition "CTT_NOT_FOUND" raised"
    Error Analysis
    "A RAISE statement in the program "SAPLRSW0" raised the exception
    condition "CTT_NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated."
    please tell me how i rectify the error....
    Thanks and Regards
    Lalit Kumar

    Hi,
    This error has to do something with Currency Conversion.
    While loading from the DSO to the cube, do you have any currency conversions?
    Please look at the below threads:
    Loading error in 0LIV_DS01
    Raise Exception error: CTT_NOT_FOUND
    Hope this helps.
    Regards
    Vishal

  • How do i assign master datasource to my generica datasource

    Hi All,
    I got confused when linking master datasource to Generic datasources.
    I have created a generic datasource using View in CRM system (tables - CMSD_CB,CMSD_LO_QUANT AND CMSD_LO_PRICE) and replicated in bw.
    all records are coming to BW system and it is working fine.
    We want to link master datasources- 0ORGUNIT and 0BPARTNER because commission analyse is done based on Sales Representative(business partner number) wise quantity and price.
    - 0ORGUNIT will give all CRM and R/3 sales offices, sales group...etc
    - 0BPARTNER will give all business partner ..etc
    Could some one help me how to proceed/.
    Thanks in advance...
    Mahantesh

    Hi Mahantesh,
    Since SAP is already giving you the datasources, why don't you join the data togther into a ODS table or create a InfoSet that shows the join for you. Cheers! Bill

  • Master datasource delta problem.

    Hello,
    We are in process of implementing logistics module for our client. We are in BI7 and using all BI7 data flow for master and transaction data .
    While working with all master datasource which is supporting delta functionality, we have faced following issue. All this datasources are based on ALE pointer. somehow we are getting the same number of records in delta load...basically it is bringing the same records in delta load everytime.
    E.g - 0CUSTOMER_ATTR . when i extracted the data first time in delta load, it has brough 1200 records and from that day it is bringing 1000+ records in delta load. even if i start the delta in one min, it is bringing that much data. I am very confident that, there is not much changing in ECC ..but here it is bringing it from change pointer table and not updating the same table once the extraction is completed.
    When we dig into this issue, we realize that, somehow change pointer is not getting updated in change pointer table .  We haven't changed anything in standard extractor but still it is happening with all master datasource (delta based ) extractor .
    Can you please help me solving this issue ?
    Regards,

    Hi Maasum
    Not sure whether the below will help.. but give it a try:
    /people/simon.turnbull/blog/2010/04/08/bw-master-data-deltas-demystified
    Thanks
    Kalyan

  • HT4623 While updating ios6 through software update option, i am getting the error"unable to install the update an error occured installing IOS6"

    While updating ios6 through software update option, i am getting the error"unable to install the update an error occured installing IOS6"

    I am getting this message also.... mine cant update too...

  • I've downloaded the ios7 to my iphone but it didn't verify so I connected my iphone to itunes and updated it .. it's now stuck half way through saying 'updating iphone software' it's been like that for 40 mins .. should I be worried?

    I've downloaded the ios7 software to my iphone but it didn't let me install it over air so I connected my iphone to itunes and updated it .. it's now stuck half way through saying 'updating iphone software' it's been like that for 40 mins .. should I be worried?

    I imagine a ton of people are attempting to activate after the update, and the server is getting overloaded. Simple patience, maybe keep trying, and if possible, try a little later. Think of it as all those people lining up at Apple Stores + about a million more.

  • I installed 10.6.8 through Live Update, now Snow Leopard doesn't start at all! And I don't even have my Leopard DVD here! What should I do?

    Two days I ago I installed 10.6.8 through Live Update. But, since then, I can't open Snow Leopard! Everytime I got the grey page and the request to reboot turning the Macbook off and then on. I could use Safe Mode, used Utility to repair all the processes and deleted any cache but nothing, tried a procedure of renaming the kernel found on the net and now I can't even open the Safe Mode. I don't even have here my Snow Leopard dvd! What should I do? Called the customer service twice but not that great help. Can I try to use another Snow Leopard dvd (i.e. from a friend of mine)? Should I format the partition and reinstall it? I'm really angry about this, got this Macbook since less than one year and it crashes after an autoupdate, probably forcing me to 700 km x 2 trip to get that dvd (and of course those of any other app I got?!)? Grrr.

    ... tried a procedure of renaming the kernel found on the net ...
    If you've been doing things like that, you probably destroyed your system. You need the installation disc that came with the machine. Another one won't work, unless it's for the same model.
    I'm really angry about this, got this Macbook since less than one year and it crashes after an autoupdate ...
    It failed to boot because of incompatible third-party system modifications that you installed. We know that, because it started in safe mode. Then, instead of removing the modifications, which would have solved your problem, you did something that immobilized the machine completely. You should not have updated the OS without having an installation disc available, and you shouldn't be using a computer at all without backups. Apple can't protect you from the consequences of making bad choices.

  • I just installed Creative Suite v 6.0 Master Collection and downloaded all product updates - I tried

    I just installed Creative Suite v 6.0 Master Collection and downloaded all product updates - I tried opening a document created with InDesign v9.x Cloud version and I get an error that do not have the latest... what is going on here?

    CS6 Master Collection is the last perpetual licensed product. The files created with CC version of Adobe apps are not, in many cases, compatible with CS6 versions.
    Is there some reason you thought they were?

  • HT204266 do I need to update drivers on my mac pro, or is this done through software updates

    do I need to update drivers or is this done through software updates

    Welcome to Apple Support Communities
    For drivers for your hardware (printers, AirPort cards, GPUs...), they are done through Software Update, so open it and check if you have updates. If so, install them.
    However, note that third-party peripherals (external drives, routers...) may not be updated through Software Update. In this case, you should contact with the manufacturer in order to get the latest drivers for these devices

Maybe you are looking for

  • Manual sync to ITunes does not update music

    I have a generation 3 (I think--it looks like the model number is A1318) IPOD Touch running version 4.1 operating system.  I have ITunes version 12.0.1.26.  It does not automatically sync.  When I select manual sync, it appears to go through the proc

  • 6600GT: Why can't I get my TV send in COLOR???!!!

         My Nvidia 5700 worked fine so i know the TV is compatable... When I bootup the initial bootscreens are in color but then the screen flashes > goes blank > then comes back in Black n' White      Argh!  I don't get it... Can someone give me advice

  • Voice messages

    Can I use Lookout to dial out through the modem and deliver voice messages (pre-recorded) to a regular telephone line in case of certain error conditions. Any ideas? Vinod Mathews [See first answer for additional information]

  • How can i integrate several transaction codes into a single report?

    Hi.. I am faced with a situation wherein i need to create a report. The output of the report is the combined output of the outputs of two or three standard sap transaction codes.. how can i code my report ? i tried to capture suitable portion of code

  • ORA-55312: échec de l'analyse du triplet

    Hi, I'm using Oracle 11g especially it's semantic's part, Jena and JenaAdaptor. I've created a table called "owltst" and fill it with millions of triples via a java program using jena adaptor apis: String query = "INSERT INTO owltst VALUES(1, sdo_rdf