Reg: Loading historic data for the enhanced field

Hello All,
We need to add a new field 0VENDOR to our datasource 0FI_GL_4. This field is available in our BSEG table. Hence, we are planning to go ahead with datasource enhancement.
Now, please advice on how to update the historical data to this newly added field.I have heard there is a BW functionality/program to do so without deleting the entire data. Kindly advice on the possible solutions.
Thanks & Regards
Sneha Santhanakrishnan

HI Sneha,
Using remodeling option you will be able to do that, ie.. loading historical data for new attributes without deleting existing data. But the problem is in remodeling either you can assign constant or some other attribute value or values determined using EXIT.
Now when you are loading data from source system and if you need historical data as well the best practise is delete existing data and reload it from source sytsem.
But if you don't want to do that then I can give you one trick but not sure whether it will work or not. The idea is to populate the historical values for 0Vendor using customer exit option of remodeling. Now to get the historical values in customer exit you will need all that data in some BW table, here you can think of creating some generic extractor which will store the values of all the documents and the respective vendor, as you will load data form source system you will get historical values as well.
Now read that table in customer exit and populate vendor value. This will be one time process to populate the historical values.
Regards,
Durgesh.

Similar Messages

  • Loading Historical data to the new field without deleting the data in cube

    Dear BI Experts,
    I have enhanced a new field to the Generic data source in BI 7.0 .
    I need to load historical data to the newly  appended field.
    As we are having very huge data it is not possible to delete and do init again.
    Is there any  other possibility to load the historical data for the new appeneded field without deleting the old requests?
    Thanks for your Kind  help.
    Kind Regards,
    Sunil

    Dear Sushant,
    Thanks for your reply.
    But I am just wondeing if there is any possibility of loading historical data for new field using Remodelling  concept
    with out deleting old requests.
    I do not know about Remodelling conept but heard that it is not recommeneded to use.
    Can you please suggest and help.
    Thanks and Regards,
    Sunil Kotne

  • Regarding updating data in the enhanced fields

    Hi All,
    I have enhanced one standard FI data source with a field. Now I have one doubt. We can do a full load and for subsequent loads, what should I do so that delta values are filled for the new appeneded field.
    Regards
    Jay Y

    Hello JayanTh Y,
    How r u ?
    You have enhanced one FI Data Source with 1 field. Then
    1. Replicate that Data Source and do the changes also in the InfoSource and the Data Targets
    2. Schedule a Full Upload and load the data. Now, your new enhanced field's data will be updated in BW
    3. Schedule again "Initialize without Data Transfer" and from now the delta update will be available and the values for the new enhanced field will be captured along with the delta.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • How to upload the data for the z fields for the delta upload

    Hi Exports,
    I have the Z fields for the data sourse 2LIS_05_Q0ITEM. when doing any changes in the R3 system,the changes for the Zfileds are not uploded through delta upload.
    Anybody plese suggest me to upload the changes.
    Thanks,
    Krishna

    Hi krishna,
    see....have u activated that DATA SOURCE or not? if not activate that DATA SOURCE and have u written any code to that Zfields in RSAP0001?
    Regards
    chandra sekhar
    Edited by: chandra  sekhar on Nov 11, 2008 12:47 PM

  • Table for the enhanced fields

    Hi Experts,
    i enhanced the the data source 0FI_AP_4 with the four fields BUSAB,MWSKZ,TXJCD,FWSTE
    now i need to write code in CMOD to populate these fields in to RSA3, but i dont know from which tables these fields will get populated........
    can you please give me the tables from which these fields will get populated
    BUSAB - Accounting clerck - Table ?
    MWSKZ - Tax code - Table ?
    TXJCD - Jurisdiction code - Table ?
    FWSTE - Tax amount - Table ?
    Thank you

    Hi,
    You can follow the various approach to identify the table to populate the fields.
    1. Use Tcode SE11 and go to where used list to find desired table from the list of table.
    2. Use FI trasnsaction code to check FI document in R/3 (If you are not sure which code to be used please take the help of functional consultant) and press F1 -> go to technical help -> and you can find the proper FIELD/TABLE relationship.
    Dev

  • Azure AD "Cannot load management data for the current view."

    For the past week I have received the following message when I attempt to open the Users view. My web application users can still authenticate to the directory. But I am unable to manage users and groups from the portal.

    > For which services and region the portal is affected ?
    United States. Azure reports I am the Global Administrator for this directory.
    > Sometimes, this could be an issue with slow internet.
    I am running Verizon FiOS 50/50 (fiber optic). I have no other issues accessing sites and services in Azure or otherwise.
    > Have you also tried in different browsers and in private browsing ?
    Yes. IE11 InPrivate. Chrome 39.0.2171.95m Incognito Mode. I also have a teammate who can access and manage the directory under his own credentials. He gets the same error message.
    The first time I launched with Chrome Incognito Mode, I saw the users in the directory. But as soon as I attempted to manage a user, it immediately displayed the "Cannot load management data.." message.
    Thanks,
    Brian

  • Calling the selection screen of report with data for the selection field

    I have the selection screen with 2 fileds.
    sales order and  payment terms.
    My requirement is to update the payment terms into the ztable for the given order.
    Sometimes the payment terms will be there ie already maintained ,in that case i need to show to the user the existing payment term ,so that he can modify and save that one.If the payment term is not existing then simply i can go inside the program and update the payment term.
    What I thought of doing is , writing a report program and then after the user inputs the selection screen ie order number , I Will check in the ztable and if the payment terms is found then i will use the key word leave list processing. But i dont know how to populate the payement term in the selection screen oncegaing from the program

    Hi shiva,
    when the user enters sales order number on screen, in parameter 1,
    you want to show payment term, on selection screen itself, in parameter 2.
    We can use the event
    AT SELECTION-SCREEN.
    Eg. PO Number <----
    > User
    Below is sample code for same.
    If you enter PO Number, the system will show the corresponding user in parameter2.
    Just copy paste.
    REPORT  YAM_TEMPA09.
    PARAMETERS : EBELN LIKE EKKO-EBELN.
    PARAMETERS : ERNAM LIKE EKKO-ERNAM.
    AT SELECTION-SCREEN.
    ERNAM = ''.
    SELECT SINGLE ERNAM
    FROM EKKO
    INTO ERNAM
    WHERE EBELN = EBELN.
    regards,
    amit m.

  • How to get the histoical data for newly added field in the cube?

    Hi Experts,
    I have small doubt on remodeling the infocube.
    After adding the characteristic or keyfigure  to a cube by using remodeling concept, how can I get the historical data for that particular field.
    I have searched in SDN also but I didn't get proper information.
    Please excuse me if I posted repeated question.
    helpful answer will be awarded with poitns.
    Thanks & regards,
    Venkat.

    hi
    depending on your customer need you could use the remodelling functionnality but sometimes you have no way to retrieve what you want so another option you should consider is the following:
    Advantages
    that will cost less effort and guarantee the result.
    Drawbacks
    data is redondant for a while
    space (depending on the volume of historical data)
    So here are the steps :
    step 1Adjust your extraction process according to the fields you need to add to populate the cube.
    step 2 Then create a dso next or even a cube, feed the dso with a full load with the enhanced extractor you adjusted with the new fields in step 1 only once in fact this should be one shot.
    step 3 Copy the query to the previous built  multi-provider on top of the new historical data from dso and the running live delta cube. Adjust the queries if necessary.
    optionnal Then if you want to get rid of the dso or new cube for historical data you could empty the actual one push the data from the new data provider and that's all.
    bye
    Boujema

  • HISTORICAL DATA FOR HR

    Hi All,
    I am working on HR design in SAP.
    My client wants Historical information for every Infotype.
    I had around 30 NO.
    Creating DSO for each Infotype is the only option to capture historical data.
    I am not interested on creating Infosets.
    PLease advice!!
    Nani

    Praveen thanks for your quick response,
    For my requirement I need the historical data for the employees for the headcount trends, how can that be achieved?
    Thanks,
    Aashish

  • Loading Master Data - Select the 'right' attributes

    Hello everybody,
    hopefully some expert can answer my question.
    I want to load Master Data for the InfoObject 0CRM_PROD.
    When I look at the tree beneath the 0CRM_PROD attributes following DataSources are listed:
    - 0CRM_PRODUCT_ATTR
    - 0CRM_PROD_ATTR (obsolete)
    - 0CRM_PR_MAT_ATTR
    - 0CRM_PR_REST_IN_ATTR
    - 0CRM_TR_CONTROL_ATTR
    - 0PRODUCT_ATTR (obsolete)
    - 0PRODUCT_GENERAL_ATTR
    - 0PRODUCT_STATUS_ATTR
    - 0PR_BASE_UNIT_ATTR
    - 0PR_COMMERCIAL_ATTR
    - 0PR_IL_PROREF_ATTR
    - 0PR_PROD_VAR_ATTR
    - 0PR_PURCHASE_CATEG_ATTR
    - 0PR_SALES_CATEG_ATTR
    Now my question is which attributes for 0CRM_PROD do I have to load?
    Are any of them mandatory or basic attributes?
    And how do the attributes 0CRM_PRODUCT_ATTR and 0PRODUCT_ATTR differ from each other?
    Thanks in advance!
    Chris

    Hello,
    The BW DataSources used in CRM 4.0 for the SAP product are replaced with new DataSources.
    Please see the Note 673053 - SAP product: New DataSources in PI_BASIS 2004_1_640
    Just for Reference
    [Integration of SAP Products in SAP BW|http://help.sap.com/saphelp_nw04/helpdata/en/f8/580f40763f1e07e10000000a1550b0/content.htm]
    Thanks
    Chandran

  • Enhancing package 'load transactional data for BW infoprovider UI'

    Dear,
    for project reasons, we would like to enhance the package ''load transactional data for BW infoprovider UI'. To be more precisely, we want to add some dimensions to the method of data transfer 'replace & clear datavalues'. Now the system clears the data that mirror each entity/category/time/datasource. With only those dimensions, we cannot be precise enought, so in our case the system clears too many data. We want to be able to extend this with some dimensions.
    Is there any way this can be adapted ?
    thx.

    Hi Wouter,
    for a more precise delete you should execute first a clear and after import using Merge option.
    Kind regards
         Roberto

  • Set up table contains the enhanced field information?

    Hi Experts,
    I am enhancing a field in the datasource 2lis_11_vaitm,
    Things i did :
    1.Enhanced the ext.structure with the required field.
    2.Activated the ext.structure.
    3.Witten the logic in the CMOD.
    4. Deleted the Setup table and refilled.
    Now my question is :
    1.Did the setup table contains the ENHANCED FIELD with the historical data ?if so where to see that?
    I checked in RSA3 the enhanced field is displayed with the records.
    The code i have wriiten is WHEN "DATASOURCE " then -> logic from the base table.
    Now will the data come from the base table or from the setup table?
    Can any one help me in this issue.
    Best Regards
    Jelina

    Why do we need to delete the setup table after doing enchancement with standard Datasource.
    Ans :
    You neednot refill the setup table just because you enhanced the datasource.
    You need to delete and refill if the postings happened after you filled the setup table.
    Meaning you will miss the current posting.Unless you have done a init in BI/BW side.
    Hope this helps.

  • Deltas are not capturing for the enchanced field

    Hi Friends,
    We have enchanced 2LIS_11_VAITM datasource with custom field called customer requested date.
    For initial setup i can see the data for this field in BI. But when user changes the customer requested date then this is capturing in deltas.
    can any one know the reason behind this.
    But when i run set tables for the particula Sales document number i can see the data for this field.
    <removed by moderator>.
    Best Regards,
    Reddy.
    Edited by: Siegfried Szameitat on Dec 23, 2008 4:38 PM

    Hi,
    when u replicated those fields are appering in bw side? if not by default the enhanced fields in hide condition for that fields data will not come ,if it is the case go to the RSA6 and select ur datasource and go to the change mode and deselect the hide check box in extraction structure of datasource and do the activation and do the replication in bw side
    if the fields are came in bw side then u check in transferstructure either the fields assigned to correct infoobjects or not then check the update rules either those fields assignd or not.
    Thanks & regards
    k.sathish

  • Loading master data for characteristic having compounded characteristic

    Hey guyzz
    I am getting an error when i am trying to load master data for a custom characterisrtic ZQUALGRP (Quality Group) which has a compounded characteristic 0PLANT.
    The data in the excel file used for loading looks like:
    Plant | Quality Group | Description
    1601 | BlendA | Willow Lake Underground | Blend A
    1610 | BlendA | Riola Complex - Riola Portal | Blend A
    1611 | BlendA Riola Complex - VG Portal | Blend A
    I have defined transformations for Master Data Text Load and all these three fields are mapped in the transformation. There are no attributes for this characteristic.
    I get the following error in the Data Transfer Process Monitor
    ZQUALGRP: Data Record 1 ('1601BlendA E'): Version '1601BlendA' is not valid.
    ZQUALGRP: Data Record 2 ('1610BlendA E'): Version '1610BlendA' is not valid.
    ZQUALGRP: Data Record 3 ('1611BlendA E'): Version '1611BlendA' is not valid.
    The transformation for some apparent reason is concatenating the plant and quality grp together.
    Can you please comment why i am getting this error.
    Please note I DELETED AND RECREATED DATA SOURCE AND TRANSFORMATION, STILL I GET THE SAME ERROR.
    Thanks,
    Ameya Kulkarni

    A change..
    The data in the file looks like this
    Plant | QGrp   | Description
    1601 | BlendA | Willow Lake Underground Blend A
    1610 | BlendA | Riola Complex - Riola Portal Blend A
    1611 | BlendA | Riola Complex - VG Portal Blend A

  • Init Load,Historical Data Load & Delta Load with 'No Marker Update'

    What is the difference b/w Compression in Inventroy cube while Init Load,Historical Data Load & Delta Load with 'No Marker Update'???
    please help for this quesy..
    Thanks
    Gaurav

    Hi Gaurav,
    I believe you will find the answers here...
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0b8dfe6-fe1c-2a10-e8bd-c7acc921f366&overridelayout=true]
    regards
    Pavel

Maybe you are looking for

  • NOKIA E51 - Is it possible to search contacts in a...

    I have a new Nokia E51, very great device, but I have to manage 2243 contacts (!). The (new) actual searching contacts way is just crazy for me: if I try to write the word john... the phone shows me hundreds of contacts with that part of word. I'd li

  • How do you sync photos or events from computer to iPad

    How do you sync selected photos or photo events from computer to iPad?

  • Having Trouble Saving

    Hello, I've encountered a problem in what seems to be a very simple series of events. So simple that the error does not come up anywhere in the Soundtrack Pro User's Manual. I sent one audio clip into soundtrack pro from fcp using the "send to" comma

  • What is the supported version of Oracle Enterprise Quality Data for WebLogic 12c

    Hi All, The recent release of Oracle Enterprise Data Quality is 11.1.1.6.1 for which supported weblogic server is WebLogic 10.3.6 Can anyone tell me that if WebLogic 12c also is a supported version for Oracle Enterprise Data Quality 11.1.1.6.1 and if

  • Using CsXmpToolkit

    Hi, I'm attempting to use the c# wrapper for the Xmp SDK, CsXmpToolkit. This may be more of a C# question than a specific Xmp SDK question, but this seems like the best forum, so here goes. Right now, I'm just trying to get some simple tests running,