Modifying Standard Data Source

Hi All,
           I am using standard data sources in CRM (0crm_oppt_i and 0crm_oppt_h).I need to modify these standard DS by adding some field in Extract structure.Can any one please provide me detailed step by step approach for doing this.If there is any code to be written can anyone send a skeleton of that code .Please provide detailed approach as I am new to this BW aspect.Thanks in advance.
Regards
Souresh

Hi sarkar
yes you have to write an ABAP code to fill the data in the newly added field in the extract structure.
1)Go to RSA6 and find the data source you need to enhance.--> Display
2)Double click on the Extract structure.
3)Now click on the append structure button to add the required field on to the existing structure.
4) add your required fields with ZZ appended to your field.
5) Save & Activate the append structure. Then go back and make sure you activate the extract structure also.
6) Now again go back to RSA6 and select your Data Source. But this time go to change Data Source to remove the hide option to the enhanced fields. By default they’ll be in hide mode. If you don’t remove the hide field then this field will not be seen in BW side.
7) Now go to SE38 to write the logic to populate the data into the enhanced field. Program name to write the logic is ZXRSAU01.
8) Check + Save + Activate.
9) Check in RSA3 if data is populated as per your requirement.
10) Replicate your Data Source.
11) Now go to Data Source/ Trans. Structure screen. Now you can see the enhanced field on the right hand side.
Go to CMOD.
1. To  Save give Description  createcreate new project—give the project name
2. Select the radio button Enhancement Assignment and give the Enhancement name you want and press Enter.
3. If the Enhancement is already assigned to some other project it will display the same message saying it is already assigned it some other project.
Click on4. If the Enhancement is not assigned to any project save.
5. Give RSR00001 (For Variable Exits)
6. Activate the Project.
7.  and click on the components button.Now go to Display
8. Now Double click on EXIT_SAPLRRS0_001. In that you can see an include ZXRSRU01.
9. Double click on that include, it will say program name ZX…… are reserved for includes of exit Functions groups.
10. Just Press Enter.
11. It’ll Pop-Up a window  Create Object.saying Include ZX…. Does not exits
modify according to your requirements.
Hope it will help u.
Thanks & Regards
KK

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.

  • 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

  • What is a Standard Data Source for table T006A?

    Dear Experts,
    As a part of one requirement I need to pull the data from Table T006A which is available in BW as well.
    I did many search on forums before posting the same but didnt get clear idea.
    I am aware how Units are being updated withing BW but I need to pull the text for all Units within BW.
    Do we have any standard Data Source which pulls the data from T006A table?
    Thanks in Advance,
    Nilesh

    Dear Raf Boudewijns,
    Requirement is to load the Unit texts(available in table T006A) into one custom InfoObject.
    I know this table is already pulled within BW and frequently being updated but didnt get any Standard Data Source which fetches the data from T006A table.
    I can create a new Generic Data Source within BW itself based on table T006A. But would like to use Standard Data Source if its available else will have to create a new generic Data Source.
    Thanks,
    Nilesh

  • Single Standard data source which extracts material master and vendor master data

    Hi all,
    I have a client requirement where user wants to view material master and vendor master in a single report. Is there any standard data source which extracts both the data together..
    Thanks!
    Arvind

    Hi,
    Two are different master info objects and can't get them from one data source.
    think about multi provider or  info set on two master data objects to club them.
    Info object - 0MATERIAL and  data source - 0MATERIAL_ATTR
    Info object - 0VEDNOR and data source - 0VENDOR_ATTR
    Thanks

  • Standard data sources for Delivery and Purchase order quantity.

    Hi gurus ,
    Are there any standard data sources available for Delivery and Purchase Order quantity in Purchasing area .
    Thanks in advance .

    Hi,
    If you are looking for SD Scenario: Check this : https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002719062002E
    Happy Tony

  • 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.

  • 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?

  • Modifying ALDSP data source end points programmatically

    I can see how to manually modify ALDSP data source end points through the ldconsole:
    http://edocs.bea.com/aldsp/docs21/admin/server.html#1042064
    but is there any programmatic way to do this?
    For my purpose, it would be adequate if there were some Ant tasks to do the job (e.g. like using the "wlconfig" task to tweak JMX attributes).
    Thanks,
    Mark

    You can modify the settings in <adminserverhome>/liquiddata/<yourApp>LDConfig.xml
    The settings are read from the file when the application is deployed

  • 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

  • How to modify the Generic Delta in Standard Data Source...?

    Hi BW Guru's,
    We have one issue like all values are coming from customer master data data source 0CUST_COMPC_ATTR which is delta capable. Recently the functional guys done some modification on customer by remapping the field to sales rep. this will be impact on collector field (this is generic field - ZZ field). Now there will be frequent changes for collector field and the delta is not able to pick up the changed values in to BW system. 
    I have tried in different ways but not resolved finally i got some clue which as follows:
    Data source 0CUST_COMPC_ATTR shows delta process as 'E' Unspecific Delta
    Using Extractor (Not ODS-capable) in RSA2.
    Now i would like to change the option to delta process to ‘D’ unspecified delta using delta queue (not ODS-capable).
    Can any one give advice me on this.  Your help will be appreciated.
    Thanks in Advance,
    Venkat

    Hi Olivier,
    Thanks for quick response.
    I am sorry for not mentioning the module on which i am working.
    I am working on FI-CO extraction.  I heard that In FI-CO the delta queue does not support because it won't support V3 Delta mechanism.
    But any how i will try with ROOSOURCE and let you know the status of it.
    If any advices please revert back with suitable suggestions.
    Thanks and Regards,
    Venkat

  • 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.

  • Modify export data source

    Hello friends,
    I am in need for some advice for modifying an export data source.
    My scenario is as following: I have a cube for which i would like to generate a datasource in order to export some of its contents to a second cube.
    That means i would like to "erase" or hide some of the infoobjects present in the first cube from the generated export datasource.
    In rsa6 i cannot set the hide flag for those fields.
    In rsa2 i see that the field attribute for the infoobjects i would like to hide is set to 'X' whereas i would like to have a '3' instead.
    Can someone guide on the procedure of setting the field attribute for the export datasource?
    Thanks,
    Gili

    Hi Gili,
    I am not very sure if it is recommended in general to modify the "exported data source", because any change made manually, will be overwritten if the cube is changed and/reactivated again in the future.
    However for your case, I believe even without changing the generated DS it should work - simply mapping the info objects available in cube2 and leave the rest unmapped.
    Hope it helps.
    Lilly

  • 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.

Maybe you are looking for

  • Override method on an object construted by somebody

         customMenuComponent.addCustomLink(new CustomLinkComponenet("strlink","Storage Inbox",Index.class) {                protected BookmarkablePageLink getBookmarkablePageLink() {                     BookmarkablePageLink bookmarkablePageLink=   new Bo

  • Using different templates for the desktop and phone versions of the same blog

    I have a site which was created in Adobe Muse and is hosted on Business Catalyst. I have created both a desktop and a phone versions of the site. I  want to know how I can integrate the blogs that I  currently have on the desktop site with the phone

  • Acrobat Reader don't allow this file type to be opened! (Excel)

    I have several PDF files that were generated in a previous version of Adobe Acrobat. They are converted folders from outlook into PDF. These PDF's contain email communication about a certain topic. Some of the emails contain attachments, like excel w

  • Data Driven Test doesn't work in coded UI

    Hi, I have written my first coded ui data driven test (Visual Studio 2012).  Although the test ran and was marked passed. I don't think it actually did anything.   I have 2 fields (Input and Output) on my csv file. n my app,  I want to enter the inpu

  • How do change the width of frameworkpage to 800px ?

    Hello experts, I want to change the width of Portal page to 800 px and display on center, like <a href="http://www.sinopec.com.cn/">http://www.sinopec.com.cn/</a> . Is there anyone had done this? Please give me some suggestion. BR, Jianguo Chen