Change enhanced datasource structure

Hi All,
I had enhanced a datasource, and added some new fields to the structure. Now I realized that one of the fields is not necessary in BW. Is there a way I can delete that field from the extract structure? and add a new field of a different component type in its place.
Thanks,
Doniv

Hi Doniv,
Look here:
Re: Adding a field to the extract structure of 0FI_GL_4
BEst regards,
Eugene

Similar Messages

  • Change an extract-structure in an existing datasource

    Hello,
    I want to change an extract-structure in an existing datasource (0COORDER_TEXT), but I don't know how to do.
    (I first thought I can do it with trx RSA6.)
    Can anybody give me a hint how to change the extract-structure?
    Kind regards
    Udo

    Hi,
    yes, you can change an extract-structure in an existing datasource . The enhancemet of DataSource is the process of enhancing your extract structures by creating an append with your ZZ/YY fields and filling these fields using a specific user exits. Then you have to fill those fields with some ABAP custom code that can be anything from some simple calculations or table lookups to complex business logic requiring access to multiple database tables. You can do that by CMOD, creating a project and using the enhancement:RSAP0001.
    You have to follow bellow steps:
    1. Go to RSA6.
    2. Select the Data Source.
    3. Select display Data Source (Ctr+F2).
    4. Double click on the Extract structure.
    5. Click on the Append Structure.
    6. Add the required field .
    7. Activate the Append Structure.
    8. Go to CMOD.Give the Project, select Display.
    9. Click on ZXRSAU01.
    10.you have the bellow exits:
        a).Transaction data: EXIT_SAPLRSAP_001
        b).Master data attributes: EXIT_SAPLRSAP_002
        c).Master data texts: EXIT_SAPLRSAP_003
        d).Master data hierarchies: EXIT_SAPLRSAP_004
    11. select Transaction Data EXIT,then you have to write the ABAP CODE
    12. save and activate.
    13. check the data in RSA3.
    These steps will help you.
    Regards,
    Suman.

  • Impact of the Datasource structure got changed?

    Hi all,
    I am working on CRM as sourcesystem.I have created datasource with Function module.Data has been loading to the cube since one month.The problem is in the structure Tittle1(40) and Tittle(40) length has taken.But it should have to take Tittle1(60).So I need to change the Structure of the function module.
    I would like to know what are the impacts will happen if changed the existing structure at CRM system.What are the steps to be taken to make these changes?What would be the impacts at BW side.
    your help will be greatly appreciated
    Regards,
    Praveena

    Hi Praveena,
                   Firstly there wont be any impact on your BW side assuming that the infoobject you were mapping in B/W can be mapped readily(assuming that you need not change the infooject properties) to the field (the field for which length is changed in the structure).
                   On the source system side, once you make your structure changes and activate, you need to make adjustments in function module and in cmod code(if any cmod code exists).
                  Apart from the above, there wont be any more impact on other objects. Anyway you want to change the length of a field in your structure, so there wont be much of changes even in FM.
                But you need to replicate your Datasource in BW once your FM is activated after your structure changes
    Regards
    Sunil

  • Change the extractor structure in standard extractors?

    Hi, is it possible (and wise) to change the standard extraction structure on the standard extractors?

    Hi  Rune,
                    Yes you can change the standard extract structure for the standard datasources.You can write a code for enhancing extract structure in CMOD and you can add fields to the standard extract structure.For LO datasources you can customize the extract structure as well.You can do it in Extractor  maintainance and add fields from pool to extract structure.
    Hope this clears
    Regards
    Karthik

  • Help needed for enhancing datasource 0FI_AP_04

    Dear all,
    I need to enhance datasource '0FI_AP_04' and add field 'GSBER' (Business Area) to it. This datasource is based on tables BASK and BISK and both tables have this field. I would like to add this field to my datasource. When I go to Change Datasouce in RSA5, I dont get this field there. If anybody can tell me how to go about this, I'll be very grateful. Thanks a lot.
    Regards,
    Sumit

    Sumit,
       Enahncing the DS is a 2 part process.
       1. Adding a field to the Extract Structure
       2. Data population for the new field.
    <b>i think in your case there is no need to write the 2nd step. If the new field you are using is based on the main tables for extractor simply add the field with Same name it is appearing on the Tables BSAK/BALK.</b>
    go to RSA5--> instal the DS.
    go to RSA6> select the DS> go with Enhance the DS on the application tool bar.
    system will propose the Append Structure naem.
    click on enter..
    Provide the description for Append Structure.
    Add the Filed with Field Name it's appearing on the Table. Field Name should Be Same. there is no need to write code. if the field names are different you need to the second step.
    Activate the Append Structure. Maintainthe DS. check teh Data, new field will get the Data.
    All the best.
    Regards,
    Nagesh Ganisetti.

  • CRM_BWA_MFLOW - Enhance datasource 0BPARTNER_ATTR - Business Partner data

    Hi Gurus,
    I tried to enhance datasource for Business partner master data 0BPARTNER_ATTR in a SAP CRM System (rel. 4.0).
    I used BADI CRM_BWA_MFLOW as a definitions and followed the How-to paper “How to enhance CRM content DataSource” – the interface seams to be ok – it is activated.
    BUT it seams not to work.
    I checked it via RSA3 – Extraction checker in debug mode but I’m not able to jump in my code.
    I guess, I miss one step in the implementation?
    Can anyone help me - this would be great.
    Best regards
    Grit

    As far as I can understand, it seem that you did not include it into the CMOD transaction.
    In order to do this, you need to do the following:
    1 create and henancement into the structure of the 0BPARTNER_ATTR with you additional field, go into transaction CMOD
    2 Select the project for BW, if you don't have one, just create it. (You need to include it into the data packet for BW, if you don't have you must create it otherwise you'll get the data packet tmp and you cannot transport it)and select the Henancement Assignment RSAP0001.
    3 In the components area you'll get 4 functional exit:
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    click on the first exit and than click on INCLUDE ZXRSAU01
    in this include you go in the change mode and input this king of code:
    WHEN '0BPARTNER_ATTR'.
    PERFORM and input you code. 
    Rgs
    Antonino

  • Unable to change the Extract structure

    Hi All,
    In LBWE in R/3, I need to the change the extract structure MC02M_0HDR for DataSource 2LIS_02_HDR, by including some fields using the maintenance tab, After doing the required changes when i give "continue", the system is throwing me the following error -
    <b>"Struct. from appl. 02 due to open V3 proc. not changed".</b>.
    The long text of the error message shows -
    Diagnosis
    Changing the extract structure MC02M_0HDR of application 02 is not recommended as there are no V3 update entries for the update module MCEX_UPDATE_02.
    If an extract structure is changed for which there are still open V3 updates, these can no longer be updated and the V3 collective update is terminated.
    Procedure
    Start the V3 update and delete those update entries that are already incorrect. You will find these in the update overview.
    Kindly reply me as soon as possible in this regard.
    Regards,
    Manickavasagan

    Hello,
    in transaction sm37 in the source system, you will find a job starting with LIS-BW-VB_APPLICATION*. Please select the job related to your application and in the menu Job->Delete, delte the same which is in the released state ready to be executed.
    then you can go ahead and enhance the extract structure.
    Hope it helps.
    thanks

  • Enhanced Datasource fields not getting displayed in Transformation

    Hi,
         Eventhough after replicating the datasource, the Enhanced Datasource fields not getting displayed in Transformation.
      Eg I have done mapping of 6 fields in transformation from datasource to DSO
    Now the datasource is enhanced with 8 fields...........The transformation is not showing the added 2 fields
    I am deleting the existing transformation.Is this the only solution?
    Kindly suggest your answers.
    Thanks,
    Sonu.

    HI,
    Deleting is not solution as it is common scnerio.
    Go to the data source in BW and in change mode check the option "transfer" for this two fields and then see if its coming or not.
    Thanks
    Ajeet

  • Abap Code TO ENHANCE DATASOURCE with KEY FIELD OF SOURCE TABLE

    Dear Friends, Please help me to resolve this important issue at my end.
    <b>Requirement</b>:  enhance the STRUCTURAL data source which is
    based on the table VISTSU , now this table has a <b>key INTERNO</b> (Data Element : SECAINTRENO) which i want to enhance in datasource 
    SGONR = STRUCTURAL NUMBER present in extract structure of datasource
    Solution: I am not able to see any records for zzinterno enhance field in datasource rsa3 (Extractor CHECKER). Can u help me correct the ABAP code or tell me the way to pull the records for ZZINTERNO from VISTSU table.
    Thanks
    Poonam Roy
    ABAP Code
    data: l_s_REIS_STRUCTURAL_ATTR like REIS_STRUCTURAL_ATTR.
    case i_datasource.
    WHEN '0STRUCTURAL_ATTR'.
    loop at C_t_data into l_s_REIS_STRUCTURAL_ATTR.
    l_tabix = sy-tabix.
    clear  I_VISTSU .
    select single * from VISTSU  into i_VISTSU  where SG0NR = l_s_REIS_STRUCTURAL_ATTR-SGONR.
    if sy-subrc = 0.
    l_s_REIS_STRUCTURAL_ATTR-ZZINTRENO = I_VISTSU -INTRENO.
    modify C_t_data from l_s_REIS_STRUCTURAL_ATTR index l_tabix.
    endif.
    endloop.
    endcase.

    Try the below code.
    data: l_s_REIS_STRUCTURAL_ATTR like REIS_STRUCTURAL_ATTR.
    data: temp_interno like VISTSU -INTRENO.
    data:  h_tabix LIKE sy-tabix.
    case i_datasource.
    WHEN '0STRUCTURAL_ATTR'.
    loop at C_t_data into l_s_REIS_STRUCTURAL_ATTR.
    MOVE SY-TABIX TO H_TABIX.
    clear temp_interno.
    select single INTERNO from VISTSU into temp_interno where SG0NR = l_s_REIS_STRUCTURAL_ATTR-SGONR.
    if sy-subrc = 0.
    l_s_REIS_STRUCTURAL_ATTR-ZZINTRENO = temp_interno.
    endif.
    modify C_t_data from l_s_REIS_STRUCTURAL_ATTR index H_TABIX.
    ENDLOOP.
    ENDCASE.
    Regards, Siva

  • ENHANCE DATASOURCE with key field of source table

    Dear Friends, Please help me to resolve this important issue at my end.
    <b>Requirement</b>:  enhance the STRUCTURAL data source which is
    based on the table VISTSU , now this table has a <b>key INTERNO</b> (Data Element : SECAINTRENO) which i want to enhance in datasource 
    SGONR = STRUCTURAL NUMBER present in extract structure of datasource
    Solution: I am not able to see any records for zzinterno enhance field in datasource rsa3 (Extractor CHECKER). Can u help me correct the ABAP code or tell me the way to pull the records for ZZINTERNO from VISTSU table.
    Thanks
    Poonam Roy
    ABAP Code
    data: l_s_REIS_STRUCTURAL_ATTR like REIS_STRUCTURAL_ATTR.
    case i_datasource.
    WHEN '0STRUCTURAL_ATTR'.
    loop at C_t_data into l_s_REIS_STRUCTURAL_ATTR.
    l_tabix = sy-tabix.
    clear  I_VISTSU .
    select single * from VISTSU  into i_VISTSU  where SG0NR = l_s_REIS_STRUCTURAL_ATTR-SGONR.
    if sy-subrc = 0.
    l_s_REIS_STRUCTURAL_ATTR-ZZINTRENO = I_VISTSU -INTRENO.
    modify C_t_data from l_s_REIS_STRUCTURAL_ATTR index l_tabix.
    endif.
    endloop.
    endcase.

    Try the below code.
    data: l_s_REIS_STRUCTURAL_ATTR like REIS_STRUCTURAL_ATTR.
    data: temp_interno like VISTSU -INTRENO.
    data:  h_tabix LIKE sy-tabix.
    case i_datasource.
    WHEN '0STRUCTURAL_ATTR'.
    loop at C_t_data into l_s_REIS_STRUCTURAL_ATTR.
    MOVE SY-TABIX TO H_TABIX.
    clear temp_interno.
    select single INTERNO from VISTSU into temp_interno where SG0NR = l_s_REIS_STRUCTURAL_ATTR-SGONR.
    if sy-subrc = 0.
    l_s_REIS_STRUCTURAL_ATTR-ZZINTRENO = temp_interno.
    endif.
    modify C_t_data from l_s_REIS_STRUCTURAL_ATTR index H_TABIX.
    ENDLOOP.
    ENDCASE.
    Regards, Siva

  • Change to Extract Structure Doubt

    Hi,
    Our Basis Folks are trying to install Patch 6 ST-PI 2005_1_700 in ECC. I refered to OSS Note 328181.
    For this Patch do we need to delete the Set up Table and Fill it again? And How about Init Delta in BW?
    Please suggest me. Any answers will be appreciated with Points.
    Kind Regards
    Mahesh.N

    Hello,
    Yes you have to delete the Setup table data before that as per the OSS Note you have to clear the delta queue data which cannot be recovered after changing the extract structure. So execute the BW Delta Infopackages and make sure there is no delta records in RSA7 or LBWQ.
    Then you can delete the setup table using LBWG and implement the patch.
    1. Make sure that the following steps are carried out at a time when no updates are performed so that no data is lost.
    2. Start the update collective run directly from within the Customizing Cockpit. Up to PI(-A) 2001.2 , this collective run exclusively concerns the V3 update. As of PI(-A) 2002.1, depending on the update mode setting of the application, the collective run concerns either the V3 update or the update from the extraction queue ("Delta Queued", see Note 505700).
    3. Load all data of the respective DataSource into the BW System.
    Now you can make the change.
    After a change you can no longer use the statistical data already recreated. If such data still exists, you should delete it (Transaction LBWG).
    We recommend in particular to upload the data immediately after a restructuring and (after checking in BW) delete them from the restructuring tables.
    Moreover, the update log (Transaction LBWF) can no longer be read. Post a document in this case so that the last log entry is overwritten. This log entry then has the correct new format of the extract structure.
    As of PI 2000.2 the program RMCEXDELETELOG is available. It can be used to delete log entries.
    But if there is any change in lenght of any field of the extract structure, then you have  to reload the entire data again in BW otherwise a Init without data transfer will do.
    But what is the patch all about? Please follow the instruction given in the OSS Note 328181 - Changes to extract structures in Customizing Cockpit.
    Thanks
    Chandran

  • Enhance extract structure

    Hi folks ,
            Is there any how to enhance extract structure guide avaialable ? , if so pls give me the short cut.  else If u can share the steps to add a new field from a r3 table to existing extract structure for Plant Maintenance DS it will be great .
             with regards
      siv.

    Hi Sri,
    take a look to this thread:
    /community [original link is broken]
    however, if you are referring to the 2LIS_17_..., you can add fields from the business content in this way:
    LBWE
    click on 'maintenance' for your extractor
    transport from the right side the fields you need to (red light)
    click on '2LIS_17_... to remove or add some flag to the new fields and to generate the datasource (yellow light)
    click on the update control to active the extract structure (green light)...
    if you have to add some fields that are not available from the business content, please follow the previous link and use one of the two procedures described...then you have to fill this field by the specific user exit for BW transactional flow..
    If you want some more info, let me know, but don't forget to assign some points by clickin'on the yellow star for each reply to the contributors that help you !!!
    It's a way to say thanks!!
    Bye,
    Roberto

  • Change internal table structure dynamically

    Dear Experts , I have a requirement to add an attribute to already declared internal table which is declared in standard SAP code, is it possible to change internal table structure dynamically.
    my internal table is of type merel_t_grid2 which is standard table type in SAP , now I want to add an attribute of type  LVC_T_STYL in my internal table so that I can modify the cell property of ALV grid.
    I cant append LVC_T_STYL in standard structure because enhancement category of merel_t_grid2 is of type char and not deep
    my internal table contains data to be displayed in ALV.
    please help

    Dear Experts , I have a requirement to add an attribute to already declared internal table which is declared in standard SAP code, is it possible to change internal table structure dynamically.
    my internal table is of type merel_t_grid2 which is standard table type in SAP , now I want to add an attribute of type  LVC_T_STYL in my internal table so that I can modify the cell property of ALV grid.
    I cant append LVC_T_STYL in standard structure because enhancement category of merel_t_grid2 is of type char and not deep
    my internal table contains data to be displayed in ALV.
    please help

  • Possible to change the datasource from a business-view to a Sql Command ?

    Hello,
    When a business view contains a lot of elements it takes a while just to open the report.
    We'd like to keep the BV as the dictionnary, but,
    once the report design completed,
    we'd like to disconnect the business view and replace it by the Sql command which can be seen in the menu option 'show SQL query'.
    Is it possible via the RAS sdk ?
    Did somebody experience this ?
    How to proceed ?
    Thanks a lot
    Alain

    Hi Ted,
    I'm thinking opening a Case for this problem of opening reports based on a big BV.
    We can't really reduce the BV, since it is the dictionnary and we need the whole thing...
    I'm wondering why it is impossible to change the Datasource if the tables and fields underneath are identical.
    Is it impossible to change the fields' mapping ?
    The other solution, as you suggest, is to create a report from scratch, create a new Datasource with the Sql command format, and rebuild the report... I agree it looks like a big job...
    Do you know if it is possible to export the report in XML for instance, change the XML, and then re-import ?
    Thanks for your Help.
    Alain

  • How to change the default structure when exporting data in CSV format?

    Hello,
    can some one tell us how to change the default structure in CRM when exporting lists in CSV format (with Option "Always use unformatted list format (CSV) for download" ? Because we want to add a new structure for our own -is it possible ?
    If it is possible where can we find these structure ? In the blueprint customizing ?
    Thank you very much,
    Christian

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

Maybe you are looking for

  • Error 2 when installing Fireworks CS4 Trial?

    Hey, I keep getting the Error: Error 2 when ever I try to install Fireworks CS4 Trial, downloaded from Adobe. Installing: Adobe Fireworks CS4 Adobe Exstention Manager CS4 After its pretty much done, it say's finished but with Error's, hit view info,

  • WF task for CATS approval

    Hi , I am pursuing on tthisquestion in BPM, but thought HCM users might also guid eme a bit. What is the workflow task or item that should ideally be used for CATS profile for approvals. I am using  using TS20000460. Not sure if this is the right one

  • Is it possible to do "1st and 3d" week of month events?

    I'd like to have a recurring event that happens 1st and 3d Monday of the month. The custom option for recurring events doesn't seem to allow this ... but is there a way?

  • Page Not Found Error each time I log in at Forum Home

    Any time i log in from the forum loginpage, i get a page not found error. Java forum administartors should indicate what could be causing the problem. Each time i sign in, i get a page not found error on IE. Another "bug" now that i use to enter is t

  • Business unit in mitigation control and business process in rule architect

    Dear Friends Can any one please tell me the difference between business unit configuration in mitigation control and business process in rule architect. If they are same, why we are configuring the same two times. full points awarded for good answer.