Enhancing a datsource

I need to add field BEZCH to a datasource which table would this be available from?
Thanks

can you tell us which datasource are you working with?

Similar Messages

  • Enhancements to 2LIS_04_P_MATNR DatSource

    Dear Friend, pls tell me how to do the enhancement to 2LIS_04_P_MATNR datsource?.
    1.I want to add batch, that is there in communication structure with name MCAFPO  CHARG  Batch and I'm trying to add from Right to Left it is adding but giving error:
    Entries for application 04 still exist in the extraction queue ->
    Message no. MCEX151
    Diagnosis
    Changing extraction structure MC04P_0MAT for application 04 is forbidden, because there are entries that have not yet been processed into an extraction queue for application 04 for at least one client.
    If an extraction structure is changed to the entries that are still open in an extraction queue, then these are no longer able to be read and can cause terminations with the collective update.
    Procedure
    Start the collective update using the function "Job Control" in the Logistics Extraction Structures Customizing Cockpit.
    To get an overview of the logistics extraction queues, see the Logistics Queue Overview.
    I delete all Q's and there is no data in SMQ1/LBWQ and RSA7 also, I did V3 job and extracted to BW and deleted set tables also and tried, but still it is giving the above error.
    Thanks

    Hi,
    Enhancements in SAP BW
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    http://www.sap.com/community/pub/showdetail.epx?itemID=5257
    http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

  • Different ways to Datasource Enhancement

    I know DS enhancement can be done through ABAP Statement CASE,ENDCASE,WHEN. I came to know that this is old technique to enhance the datasource as it makes the code quite messy if several developers work on the same code.
    I came across one document on SDN where we create a new program for each datasource which is independent from other enhancement.
    I just want to know how this program works and the difference between this technique and old technique as i have limited ABAP knowledge.
    What are the exact challenges that we come across when we use CASE,ENDCASE,WHEN statements.
    Edited by: Murali K on Jun 1, 2010 6:31 AM

    Hi Murli,
    1) Datasource enhancement previously was done using CMOD Still many organizatins continue with this approach.
    Here you can get option to write code for your appended field in ur Standard datsource where you can write select statements etc.
    2) Now SAP is recommending to Write Codes using BADI .this approach helps to maintain individual implementations for each data source enhancement
    This methods advantage over previous CMOD method is that ,in CMOD a single include will contain all the ABAP coding (this will create problem in marinating the versions for developers).specially while you are transporting the CMOD code to test and prod systems.
    With the new BADI method you can avoid this problem as individual implementations can be transported independently without creating conflicts.
    Thanks and Regards
    Arun

  • Some fields are missing from extractor to datsource in standard content

    Hi
    I have a standard datsource in CRM. when I see the extractor I can som eadditional fields which are not there in Datasource..
    I hav enot enhance any fields. There some include structure in extract structure...
    thanks for your help.
    Sudha..

    Extract structure can have more fields than what you see in your datasource...
    The additional fields in the extract structure can be BW hidden or not relevant for BW..
    You can check this in table ROOSFIELD for your relevant datasource

  • Enhance FI_AR_4  BI datasource

    Dear Friends
    i have a doubts on  0fi_AR_4 is only avilable for the ODS it is not there for Cube . do we need to generate the datasource seprately for Cube.
    I would like to enhance the datasourcce 0FI_AR_4 . these  are all the feilds i want to add to the datsource . as below. can you all help  me how to Enhance.  please send me step by step so does not .extraction adding the feilds .look forward
    to your reply.ASAP.forward
    Order no                     VBRP      AUFNR                   
    Profit center      VBRP     PRCTR
    FNR
    Sales document      VBRP     AUBEL
    Local currency      BKPF     HWAER
    Exchnage rate      BKPF     KURSF
    Document no     BKPF     BELNR
    Refernce key      BKPF     AWKEY
    Billing Type     VBRK     FKART
    Payment key      VBRK     ZTERM
    Cancelled     VBRK     FKSTO
    DR/CR factor     TCURF     TFACT
    Refernce no.      PRPS     POSID
    WBS Element     PRPS     PSPNR
    Salesman no.      VBPA     PERNR
    Debit credit indicator      BSEG     SHKZG
    Due days      BSEG     DMBTR
    Gross margin      BSEG     DMBTR

    The procedure for customer exits is described in OSS note 410799

  • Delta for an enhanced structure

    Hi All,
    I have a few questions regarding delta for enhanced datsources. I had enhanced a datasource which was delta capable with the delta based on "Timestamp". Now when I try to perform delta extraction using the new enhanced datasource, It doesnot bring in the new records that were created in the source system though it brings in the changes performed to the old records. Please let me know if I am missing something here to be able extract the newly added records.
    Thanks,
    Doniv

    Hi,
    I think the problem with the load was with respect to the new records help up in the queue. Can someone tell me if having a value in "Total" in the transaction "RSA7" has any significance. Does that mean that the records are held up in the queue and can cause a problem in the delta load? What is the M.O. when that happens.
    Thanks,
    Doniv

  • Enhancing the CRM datasource

    Hi experts,
    i have to enhance the CRM datasource with some additional fields and fill them.
    so far i am succesfull in doing the below.
    1. i have appended the fields to the extractstructure and also regenerated the datasource
    2. and when to the BADI for Messaging Flow for writing the code.
    the problem here is its giving a small popup screen in which it has few implementations given by SAP in which do i need to put the code (i am assuming that its the same as our old exit concept where we use the same exit for all transaction datasoruces just by using the case statement) so in that four which one should i use for putting the code and what others are used for.
    The below are the implementations available when i execute the badi for messaging flow.
    CRM_BTX_EEW_BWA
    CRM_BWA_ENHANCE_EX
    CRM_BWA_ORDER_1
    CRM_CSDR_BWA_MFLOW
    If not a big trouble i will be greatfull if somebody can give me the code sample for getting a field filled from someother table with simple logic.
    thanks and regards
    sreedhar

    Pls chk this link for Crm enhancement
    Enhance standard data sources in CRM
    BWA1 is for all standard crm datsource maintaince
    rsa2 for generic datasource
    BWA5 i think we use this Tcode after RSA5 activation additionally.
    yes(incase of delta)
    BWA7 do we have to use this tcode along with BWA1 for standard datasources also or else only for generic datasource.
    irrespective of the type of dtasource,use it if you want to load delta(you need to delta enable the datasource here)
    So we don't need to put the code as we traditionally do it for R/3 , if we just mapp the fields that would bring the data for these fields.
    as i told in CRM we willwrite code in BADI in case you have done enhancement
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/a-c/customer%20enhancements%20and%20userexits%20in%20bw%20-%20sap%20netweaver%20%20know-how%20network%20webinar.pdf
    also chk this(credit goes to the writer)
    CRm enhancement:
    1. Enhance Extract Structure with the required fields. (Create & include an append structure to the extract structure via transaction RSA6).
    2.a) Release the fields of the append for usage. ( To do this, double click on the Datasource and remove the flags in the column 'Hide Field' for all fields of Append).
    2.b) If the new fields cannot be seen in the extract structure of the transaction BWA1 then change and save the datasource, and then activate it in RSA6.
    3. Define your mappings in BADI (CRM_BWA_MFLOW) to fill these fields.
    Goto SPRO . Follow the path ->SAP Implementation guide ->Implementation with other mySAP components ->Data transfer to the Business Information Warehouse-> Settings for the application specific datasources (CRM)->Settings for BW adapter-> Badi :BW adapter :Enhancement of datasources in messaging flow.
    4. Replicate the new Datasource to BW.
    5. Expand the Communication Structure in BW.
    6. Maintain transfer Rules for the new Datasource.
    7. Activate the trasfer rules and perform the upload.
    Refer to the SAP Note 692195 for more info ......
    send ur mailid, mail u some good step by step- doc abt this.
    *pls assign points,if link is useful*
    Regards
    CSM Reddy

  • Enhanced datasource field not replicated

    Hi All,
    I enhanced 0employe_attr datasource with one custom field. I appened the structure and I wrote user exit and activated . But when i replicate to BW the new field is not replicated.
    I unchecked the hide field in the datasource and made it to selection and generated it.
    When I run RSA 3 i can see record populating for the field. But the enhanced field is not replicating. to BW.
    Regards
    Vasister

    Hi Jeny,
    Sorry I could update , Currently i am working on 3.1 version, I replicated the datasource and I forgot to move the field from datasource to transfer structure in the inforsource maintance. Bcoz of that I could find the enhanced field in the transfer structure of infosource.
    Anyways please uncheck the hide field or field only in the RSA6 after your enhancement and generate the datsource. and  then replicate .
    Regards
    A:Vasister

  • How to identify enhanced datasources

    Hello All,
    Is there a way in BW or R/3 to identify any standard content datasources that have been enhanced?  If so, is it also possible to display the individual fields that have been added as part of the enhancement?

    Hi,
    This can be done by going into tcode CMOD.
    In R/3, go to this tcode and give the Project name created for BW enhancements. In this project, go to components.
    You would find 4 customer exits.
    EXIT_SAPLRSAP_001(transactional datasources)
    EXIT_SAPLRSAP_002(master data datsources)
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    Inside these exits, you would find your datasources. These datasources are standard datasources that have been enhanced. Here the fields that are being filled up in e_t_data are the enhanced fields for your extractors.
    Edited by: Rahul K Rai on Jul 9, 2010 4:36 PM

  • Enhance 0CRM_OPPT_I extract structure

    Friends
    I got a requirement to enhance the extract structure
    The CRM datsource is 0CRM_OPPT_I.
    In that we do not have the requested delivery date.
    Hence i need to enhance the structure.
    Is that we need to follow the same process as that enhancements that we do in R3 or is there any other separate process.
    Regards
    Sundaresan

    Same process
    While replicating the DS in BI ,depending on how you have modelled your cube (3.x or NEW datasource flow) replicate the modified datasource as 3.x or NEW.
    Hope it Helps
    Chetan
    @CP..

  • CRM ENhancements

    Hi all,
    In CRM datasource maintanace BWA1 is the tcode, i am unable to add the  available field in the communication structure to extractstructure to the existing datasource.
    How to maintain the deltas in CRM like in R/3.
    It is disabled.
    any idea

    Hi,
    BWA1 is for all standard crm datsource maintaince
    rsa2 for generic datasource
    BWA5 i think we use this Tcode after RSA5 activation additionally.
    yes(incase of delta)
    BWA7 do we have to use this tcode along with BWA1 for standard datasources also or else only for generic datasource.
    irrespective of the type of dtasource,use it if you want to load delta(you need to delta enable the datasource here)
    So we don't need to put the code as we traditionally do it for R/3 , if we just mapp the fields that would bring the data for these fields.
    as in CRM we willwrite code in BADI in case you have done enhancement
    CRm enhancement:
    1. Enhance Extract Structure with the required fields. (Create & include an append structure to the extract structure via transaction RSA6).
    2.a) Release the fields of the append for usage. ( To do this, double click on the Datasource and remove the flags in the column 'Hide Field' for all fields of Append).
    2.b) If the new fields cannot be seen in the extract structure of the transaction BWA1 then change and save the datasource, and then activate it in RSA6.
    3. Define your mappings in BADI (CRM_BWA_MFLOW) to fill these fields.
    Goto SPRO . Follow the path ->SAP Implementation guide ->Implementation with other mySAP components ->Data transfer to the Business Information Warehouse-> Settings for the application specific datasources (CRM)->Settings for BW adapter-> Badi :BW adapter :Enhancement of datasources in messaging flow.
    4. Replicate the new Datasource to BW.
    5. Expand the Communication Structure in BW.
    6. Maintain transfer Rules for the new Datasource.
    7. Activate the trasfer rules and perform the upload.
    Refer to the SAP Note 692195 for more info ......
    Pls chk this link for Crm enhancement
    Enhance standard data sources in CRM
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/a-c/customer%20enhancements%20and%20userexits%20in%20bw%20-%20sap%20netweaver%20%20know-how%20network%20webinar.pdf
    Hope this helps,
    Regards
    CSM Reddy

  • Enhancement of COPA extractor

    Hi All,
    I need to add a field "Exchange Rate" in COPA extractor so that it pulls data in BW (ODS). I have checked, the field is present in COPA table CE1BOCE (where BOCE is my Cost based operating Concern). But when I recreate the COPA extractor (1_CO_PA_BOCE_12) using KEB0, the field "Exchange Rate" is not present for selection. How do I add this field in COPA datsource?
    I have found out two options. Please do let me know, is there any other approach or which one of the following is correct to implement.
    1) Enhance the datasource in RSA6 to add a new field (Exchange Rate) and populate using CMOD.
    2) Add the field in operating Concern and re-create the COPA datasource.
    It is recommended to add a field in Operating Concern?
    Thank You.

    Hi,
    You cannot enhance COPA DataSource directly if you want to add the field directly to the CO-PA data source. You need to delete the data source and then need to re-create using KEB2 transaction.
    Advise your CO person to enhance to operating concern first and hence this shall reflect in COPA tables,
    and then re-create ur COPA datasource.
    Please check the following thread to know more about CO-PA DS/Extraction:
    Adding Fileds to COPA DataSource
    COPA datasource enhancement
    Re: How to add fields to COPA datasource
    See this OSS Note 312711 : Enhancing CO-PA DataSources
    Regards
    CSM Reddy

  • How to activate a CRM datasource and also to enhance

    Hi experts
    1. can somebody guide me how to activate a CRM datasource like in R/3 we do it in RSA5 and check it in RSA6
    do we have to do the same and also any additional steps need to be performed for adapters.
    2. How do we enhance the CRM datasources.
    can somebody guide me with steps for the both.
    thanks and regards
    Message was edited by:
            Neel Kamal

    Hi ,
    <i>BWA1 is for maintaince of Datasource in which scenario do we use this Tcode isit only when we do the Generic datasource</i>.
    BWA1 is for all standard crm datsource maintaince
    rsa2 for generic datasource
    <i>BWA5 i think we use this Tcode after RSA5 activation additionally.</i>
    yes(incase of delta)
    <i>BWA7 do we have to use this tcode along with BWA1 for standard datasources also or else only for generic datasource.</i>
    irrespective of the type of  dtasource,use it if you want to load delta(you need to delta enable the datasource here)
    <i>So we don't need to put the code as we traditionally do it for R/3 , if we just mapp the fields that would bring the data for these fields</i>.
    as i told in CRM we willwrite code in BADI in case you have done enhancement
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/a-c/customer%20enhancements%20and%20userexits%20in%20bw%20-%20sap%20netweaver%20%20know-how%20network%20webinar.pdf
    <i>also chk this(credit goes to the writer)
    CRm enhancement:
    1. Enhance Extract Structure with the required fields. (Create & include an append structure to the extract structure via transaction RSA6).
    2.a) Release the fields of the append for usage. ( To do this, double click on the Datasource and remove the flags in the column 'Hide Field' for all fields of Append).
    2.b) If the new fields cannot be seen in the extract structure of the transaction BWA1 then change and save the datasource, and then activate it in RSA6.
    3. Define your mappings in BADI (CRM_BWA_MFLOW) to fill these fields.
    Goto SPRO . Follow the path ->SAP Implementation guide ->Implementation with other mySAP components ->Data transfer to the Business Information Warehouse-> Settings for the application specific datasources (CRM)->Settings for BW adapter-> Badi :BW adapter :Enhancement of datasources in messaging flow.
    4. Replicate the new Datasource to BW.
    5. Expand the Communication Structure in BW.
    6. Maintain transfer Rules for the new Datasource.
    7. Activate the trasfer rules and perform the upload.
    Refer to the SAP Note 692195 for more info (Question 4 to be specific).</i>
    Cheers,
    Swapna.G
    Message was edited by:
            swapna gollakota
    Message was edited by:
            swapna gollakota

  • Enhancement to a cube

    Hi Gurus
    I am working on BI 7 and as per a requirement i had to add 2 fields i.e calmonth(0CALMONTH) & a key figure namely document number (0CRM_NUMDOC) to a cube, now in tranformation calmonth is being mapped to a field in the DSO name of the field being, date field(0CRM_CRD_AT) and the key figure is being mapped with field of the same name in the DSO.After adding the fields to the cube and performing the full load i do not see the result for all records of the 2 fields that were loaded in the cube.kindly suggest..points will be hansomely awarded

    Hi Sharma,
    As u said the fields to be added to the cude, in this case the DS is already having this fileds and not mapped at the intal satage of mapping....????
    Can you check in RSA3 whether these fields that you have added does contain the Data for this perticluar Datasource.
    If you have enhanced the data source then u have to chek at the source system level itself.
    Since you are using BI.7 the DTP method then there is only 1 place that you map is in Tranformations.
    In this place it is direct map and 0CALMONTH if you map to any data field it will take the conversion automatically.
    Same way the Key field also if it is a direct field then it has to come.
    Best Regards,
    VNK.

  • Enhance MR11

    Hello Gurus ,
    I am trying to enhance MR11 Transaction (Report : SAPRCKM_MR11) .  Here i am adding GR  and  IR  posting date(BUDAT)  as selection field  .
    Requirement is that MR11 should consider  Gr and IR for that period.. compare and show the difference .
    In the program
    I added posting date(BUDAT)  in the select query to  'v_ckmlgrir' .  and it is picking all the records with in that period , open and cleared both .
    1)   But I want only the open one .....and I dont see any flag for that ....so is there any way i can get only the open items ?
    2) I observed that if i dont specify posting date ...I mean just run the standard MR11 ...then also it picks up open and cleared items ....but during processing it is considering open only don't know why ..i debugged it  its going through every item item but in the end considering open only which is correct ....so not understanding why its not doing the same if i restrict it to posting date .....
    any suggestion is greatly appreciated !!
    PS : GR/IR account   open items I can see from FBL3N .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

Maybe you are looking for

  • Files from collaborated/shared folder show online but won't sync to my laptop

    I have two CC accounts. One at work and one for my home business. Sometimes I want to share files between the accounts so I use the collaborate feature. The problem I have run into is the files will show up online but they won't transfer to my laptop

  • Can't open the driver written by LabView5 with LabView 8.6

    http://www.oinst-software.com/OIRI/docs/LV5drv/lv5drv.htm  I would like to use these drivers for oxford instruments with LabView 8.6. (I have the latest version of LabView, only.)  But these drivers are written by LabView 5. So, I cannot open the dri

  • JTabbed pane allowing 2 rows of tabs.

    Hi, I have to create to rows of tabs that will appear horizontally. If a user clicks a tab on the first row then the tabs displayed on the second row will change. I have tried to do this but unfortunately the second row of tabs appear in column forma

  • My laptop might of been hacked

    mac pro ios6 my wife was on fb when all of a sudden all these pages started opening. then a popup from safari popped up with a number to call said suspicious activity suspected; my wife called the number and the person started asking for info so my w

  • Arch And Windows 7 Dual Boot On Separate HDD

    Hi everyone. Firstly, a big thank you to everyone for helping me out in my first thread regarding choice of partitions and filesystems. I went on to install Arch today on my second HDD (160GB). My first HDD has Windows 7 installed on it. (The BIOS sh