Enhancing the standard  Data source without deleting setup tables

Hi all,
I am in the the Support Project. My requirement is I want to Enhance u201C2LIS_13_VDITMu201D LO- data source with two fields without disturbing the delta.
Please suggest me how I have to do this.
As Per my Knowledge ,
1. we have to delete setup tables
2. Enhance the data source & re populate the setup tables.
3. Delete the data in the cube & add the two new fields in the cube & repopulate the cube with new Initial .
4. after that delta will be enabled through job control.
But this process is not suitable for our requirement because delta was enabled long back it is going very smooth till date, I donu2019t want to disturb that process.
So please suggest me is there any other procedure to do this.
Thanks,
Kiran Manyam

Hi,
If historical data (loaded earlier in to BW) are not required for the two enhance field, then it is not required to deleted the setup table and reload them to BI.
In this case simply you can follow the following procedure.
1. Enhance the fields, and update the transfor structure(to unhide these fields). In BI update the required data target with respective IO. and in exit populate the enhance fields. No need to disturb the delta
2. Replicated the DS in BI and do the mappings in tranformation.
Here the existing delta is working, and you will be populating the two fields in the exit only.
Thanks,
Jugal.

Similar Messages

  • ABAP code to enhance a standard data source

    Hi BW experts,
    I am a novice in BW and I need to append a standard datasource <b>0DAT_SRC</b> with a field <b>FLD1</b> from table <b>TABL1</b>.Extract structure: <b>EX0001</b>.
    Can anybody please suggest how this can be done?I guess it requires some ABAP coding to be done in the conversion exits.
    <b><i>Many,many thanks in advance!!</i></b>

    Following are the steps to enhance Standard Data source.
    1. goto tc RSA6.
    2. Select the Data Source which you want to enhance.
    3. Select display Data Source (Ctr+f2)
    4. Double click on the Extract structure.
    5. click on the Append Structure.
    6. Add the required fieds starting with ZZ*.
    7. Avtivate the Append Structure.
    To populate the data into this field you must have a project created to access the FM 'EXIT_SAPLRSAP_001'.
    to Create Project code goto tcode: CMOD
    1. Enter the Project name and click on create
    2. go to components select the required function module.
    EXIT_SAPLRSAP_001 for Transactional DS (RSR000
    EXIT_SAPLRSAP_002 for Master DS
    Goto SE37 and enter the Respective Function module (ex . EXIT_SAPLRSAP_001) and click on the include zxxxxx. then write the code to populate the extra fields added to the DS.
    Sample code:
    CASE i_datasource.
    WHEN '2LIS_11_VAITM'.
    loop at c_t_data into work_ar.
    do some selections, some calculations ....
    append work_ar to c_t_data. " add a new record
    modify c_t_data from wa. " change the existing record
    endloop.
    endcase.

  • Adding one more selection field in the standard data source

    Hi SAP Gurus,
    I'd like to know how to add one field as a selection field for the data source.I used 0FI_GL_4 Datasource .It has 2 selection.Now I want to add one more field as a selection field .How to mark that field as selection?I tried by using RSA6 ,But I'm unable to change the previous selection.
    Please let me know how to fix it?
    I'll assign the points ...
    Thanks & regards
    Raja

    Pradip,
      when ever you create any Generic DS, you can find generic DS(I checked this), comming append fields(it's happend to me)... there is no meaning.. as we know... we will extract the data for append fields using existing DS.
    Comming Raju:
    to my knowledge, you should not add that field as selection enabled(wait for others posts). I had seen many posts for working on this... by updating the Table ROOSFIELD table for the respective DS. I never implemented this... if you update this using any custom program be careful. Ihave ccreated the program for append fields not for Standard Extractor.
    Try to search any SAP Notes: 571985
    All the best.
    Regards,
    Nagesh Ganisetti.

  • How to activate Purchase datasource without deleting setup table for others

    Hi Gurus,
    In developement system purchasing datasources 2LIS_02_HDR, 2LIS_02_ITM and 2LIS_02_SCN are active and deltas are also running for these.
    Now acccording to the requirement We need to activate other datasources as well like 2LIS_02_CGR and SGR .........
    To so this do we have to run the setup table again or any other option is there for this??
    As this step would take lots of time in Production and for this downtime would be required which is not feasible.
    Please suggest some solution.
    Thanks in Advance,
    Uday Shankar.

    Hi,
    We will do the setup (Filling and Deleting) concept based on application component it's not based on DS .S you don't have other way.
    Regards
    Ram.

  • Standard Data Source for FMGLFLEXT Table

    Hello Friends,
    The standard data source for the Financials New Legder is 0FI_GL_10 General Ledger: Leading Ledger Balances, which fetches the data from the FAGLFLEXT Table using the Extract Structure FAGL_EXTSTRUCT_LEAD. However there has been a migration of the FAGL table to FMGL table. And now the FAGLFLEXT is no longer populated with any FI postings data. And the new table which is getting the update is the FMGLFLEXT Table. GL Migration from FAGL to FMGL is a standard procedure. However I am not finding any Standard Data Source to fetch the data from the FMGLFLEXT Table.
    Can anybody let me know if there is any standard datasource for this or should we create a custom data source to fetch the data from FMGLFLEXT using the FMGL_EXTSTRUCT_LEAD Extract Structure.
    Appreciate help in this regard.
    VB

    Hello Sasi and Kirun,
    Thanks for your reply,
    The requirement is resolved by the following:
    If you want to use your own totals table (in this scenario FMGLFLEXT) as your basis, you first have to create the corresponding extraction structure using transaction FAGLBW01. In this way, all fields of the totals table are transferred into the extraction structure. Further In the OLTP system, call up transaction FAGLBW03 and Configure the DataSource and save your settings.
    http://help.sap.com/saphelp_nw70/helpdata/en/be/928f40f5767d17e10000000a1550b0/frameset.htm
    Regards,
    VB

  • Not able to Find  Some BOM Related  Standard Data Sources in  PP.

    Dear Gurus,
         I am not able to find the Standard Data Sources for Loading the Master Data for the Following Standard Info Objects
    1. 0BOM
    2. 0COMPONENT
    3. 0HG_LV_ITEM
         I have activated the objects in BW side, but not able to find the data sources to Get the Data from.Kindly help me out regarding this issue.
    with regards
    vikram..

    At least, for BOM i have no found any datasource and any time  i had to implemented myself.

  • Need Standard Data Source Name

    Hi Experts,
    I am very new to this Technology......
    Anyone pls tell the Standard Data Source Name Which is having fileds like Shipping Address, Shipping City, Shipping State.......
    Thanks in Advance.
    Thanks;
    Srinivas

    Srinivas,
    I believe this information is all stored within "AddressSnapshot" BusinessObjects, but to my knowledge, there is no data source for these.
    I think what you're looking for will actually be Business Transaction specific. For example, are you looking for the Ship-To location for Sales Orders, or are you looking for the receiving address for Purchase Orders, or are you looking for Customer address information, etc.
    Address information will generally be included as a section of the higher level data source corresponding to specific transactions or master data.
    What are you trying to use this information for?

  • Finding the Generic data source for vendor master.

    Hi,
    I am trying to find the generic data source for 0VENDOR Infoobject on R3. But I am not able to find the exact match. Can any one help me? I just started on BW!!.
    Thank you

    Hi Tippireddy,
        you want to extract the vendor information through the business content then go through the following navigation...
      T.code RSA5 -> MM-IO (Master data Materials Management in general) -> 0VENDOR_ATTR or 0VENDOR_LKLS_HIER or 0VENDOR_TEXT these three are the standard data source for vendor.
    Regards,
    PRK

  • How to find standard data source

    Hi all,
             My requirment to retrive data from KONV, KONP and KONA tables. my previous post they told some data source but i
    wouldnt find those tables. Is there any standard data source available for this table. Kindly guide me.
    Note: we find required field in data source but that field not coming from our required tables.
    Thanks
    R. Saravanan

    Hi Mr.Saravanan,
    Please verify in these tables
    SD Sales Orders      2LIS_11_V_ITM
    SD Sales Orders      2LIS_11_V_SCL
    SD Sales Orders      2LIS_11_V_SSL
    SD Sales Orders      2LIS_11_VAHDR
    SD Sales Orders      2LIS_11_VAITM
    SD Sales Orders      2LIS_11_VAKON
    SD Sales Orders      2LIS_11_VASCL
    SD Sales Orders      2LIS_11_VASTH
    SD Sales Orders      2LIS_11_VASTI
    LE Deliveries / Shipping      2LIS_12_VCHDR
    LE Deliveries / Shipping      2LIS_12_VCITM
    LE Deliveries / Shipping      2LIS_12_VCSCL
    SD Billing Documents      2LIS_13_VDHDR
    SD Billing Documents      2LIS_13_VDITM
    SD Billing Documents      2LIS_13_VDKON
    Regards
    Ram Mohan

  • I just lost my iphone5 in a foreign country. Was not able to register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Please help!

    I just lost my iphone5 in a foreign country. Was not able to  previously register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Is there any good app i can use to track it? Please help!

    No, nothing you can do to track it if you did not take any measures before the loss.

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • What are all the Standard Data targets&Data source for Warehouse management

    Hi,
    What are all the Standard Data targets & Data source for Warehouse management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • What are all the Standard Data targets&Data source for Transportation Manag

    Hi,
    What are all the Standard Data targets & Data source for Transportation Management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • How shall I delete the data from R/3 setup tables

    Hi Experts,
    How shall I delete the data from R/3 setup tables
    Regards
    Sailekha

    Hi Sailekha , to delete the set up table in r/3 either u can go to tcode LBWG as already mentioned or u can also delete the same from tcode SBIW
    Settings for Application-Specific DataSources (PI)  -
    Logistics -
    Managing Extract Structures -
    Initialization -
    Delete the Contents of the Setup Tables .
    Just click the clock there then u hace toi juct give the application component name like for Inventory 3 , then execute it , it will delete the set up table for inventory ..
    Regards..

  • STANDARD DATA SOURCE 2LIS_11_VAHDR NOT GETING DATA

    RESPECTED GURUS
    I AM A NEW BI USER. I AM TRYING TO EXTRACT DATA FROM 2LIS_11_VAHDR WHICH IS A STANDARD DATASOURCE THROUGH RSA3, BUT I AM GETTING A MESSAGE "0 RECORD FOUND" BUT THERE ARE PLENTY OF DATA. I WAS TRIED WITH THE OTHER STANDARD DATA SOURCES AND GETTING THE SAME MESSAGE" ZERO RECORD FOUND".PLS GUIDE ME HOW I WOULD I GET DATA.
    REGARDS
    ABHAY MAHODAYA

    Hi Abhay,
    The data source which you are trying to use is comes under logistics. To take the logistics data from R/3 to BW set up table needs to be filled up. To fill the set up table follow the below mentioned procedures.
    First Delete the set up table to avoid data duplication:
    Go to T.Code: SBIW -> Settings for Application Specific data sources (PI) -> Logistics -> Managing Extract structures -> Initialization -> Delete the contents of the setup table
    Fill the set up table:
    Go to T.Code: SBIW -> Settings for Application Specific data sources (PI) -> Logistics -> Managing Extract structures -> Initialization -> Filling in the setup table -> Application specific set up of statistical data
    Choose the relevant node to perform the set up based on your requirement.
    Remember while filling the set up table no entry sould get posted in the relevant tables. So while you do this in production system, you may have to request for user locking for the relevant T.Codes.
    All the best.
    Regards,
    Sarath.

Maybe you are looking for

  • Webutil_host very slow first time.

    I use a very simple comand WEBUTIL_HOST.NONBLOCKING(COMANDO) where COMANDO is COMANDO := 'CMD /C "'||FILE_NAME||'"' ; and FILE_NAME contains the name of a .xls Excell file. It works fine but first time I execute it it takes more than 5 minutes to ope

  • Can I have multiple open windows of a Page document?

    I can't see such a command anywhere.  Most all other Apps allow this and is very handy.  I have the latest Pages version (5.5) and Yosemite (10.10) TIA, Allan

  • RUNNING DIAGNOSTIC ON MAC OS X

    Do I need to run a system diagnostics and analysis kind of software to use in my macbook? I know we don't use or install Anti virus, spywares and other utilities that Windows have. How do you check the overall status and performance of your hard driv

  • Transferring Clips saved in IDVD 08 to IDVD 06

    I have a large number of video clips that I imported from my camera using IDVD 08, after which for sound editting reason I would like to edit in IDVD 06. Is there a simple and efficient way of importing all of the clips into IDVD 06?

  • Why won't my CS 5.5 Design Standard disc load so I can get the install instructions?

    I recently had to take my computer back to the out of the box state. I now am trying to put CS 5.5 back on it with the disc. I put the disc in and it makes noise but nothing ever comes up with a screen prompt to run the disc. How do I get this back o