EEWB - Adding fields to transaction data CRMD_CUSTOMER_I

Hello Gurus,
The Service Contracts has been enhanced using EEWB to accomodate few fields.
The database table in CRM has created an .include with the fields that has been enhanced.
But the corresponding datasource 0CRM_SALES_CONTR_I, has not been enhanced as the EEWB promises to do.
The BW tick is present in the EEWB.
Is there anything that I am missing out.
Full points to right answers.
Thanks in advance.

Hi,
I think your EEWB Generation is incomplete.
You can re run the EEWB transaction and generate the object.
Regards,
Kapil

Similar Messages

  • Newly added field in the data Source not getting populated

    Hello All,
    We have added few fields in the Data Source. The Data Source is based on the InfoSet. We have included the field in the Infoset and have updated the code to fetch the value for the newly added fields.
    When we perform the test extraction for this Data Source in RSA3, the newly added fields are not getting populdated with the value. In the system generated query's selection list, the newly added fields are not selected.
    Please let mw know how to get the newly added field selected in the system generated query of the infoset.
    Regards,
    -Purnima

    Hi,
    As you said you have added the filed in Info Set. Have you included the same in data source? try if not.
    If you are trying to create a query in source system to check the data. I guess in R/3 (ECC) then you have to include the new field in slection critera (ther is an option available on top menu).
    I would suggest before creating any query go to RSO2 select the data source. Display the field structure and check if the filed is there or not. You maysee Infoset level data directly by data display from top menu. Try that optionas well to check.
    I hope it will help.
    THanks,
    S

  • Added Field, but no data displayed

    Hello Experts,
    I have added CITY field successfully in Relationship Assignment Block by creating a new Attribute using WIZARD.
    Component : BP_DATA
    View: AccountRelationshipsOV
    Context Node: BUILRELATIONSHIP
    Attribute: City
    It has generated
    GET_CITY
    SET_CITY
    GET_M_CITY
    GET_I_CITY methods successfully.
    I can see the added field in my WEB UI i.e. CITY.
    But the problem is when a new Relationship is created or selected by clicking on 'New' on Relationship Assignment Block, it is displaying only NAME but not CITY.
    While creating the Attribute thorugh wizard, in Attribute Definition
    I have given
    Attrib.name        : CITY                ( can this be city or should be ZCITY)
    BOL Entity         : BuilAddress
    BOLAttribute      :  CITY.
    What else have to be done to get the data for this particular field.
    your suggestions are really appreciated.
    Thanks in Advance.
    Mythili S

    You can add new field in the view as value node(data dictonary) or context node(BOL).
    Value node field - in this case if you want to populate the values in the field, you can write code withing GET_CITY. See some sample GET methods
    Context note field - since this will be part of BOL structure you do not need to do anything for populating the field. Standard SAP fetched data as whole BOL structure so it should take care.
    Hi Anand,
    I think this is Context Node field only,
    I have created a adde these two fields by right clicking on ATTRIBUTE.
    The coding is done in all the methods.
    GET_CITY, SET_CITY...etc.
    Where could be the mistake?
    Thanks & Regards
    Mythili

  • Adding Field in Additional Data B in VA02-Please help me out this

    Kindly help me out , I have a requirement to add a custom field at Header level in Additional Data B tab of VA01/VA02.
    Program: SAPMV45A
    screen 8459
    Can any body tell me procedure to do that.
    Appreciate your response.Thanks in advance

    Hi
    Check the link
    http://techbays.com/2008/04/17/implicit-enhancement-in-sap-ecc-60/
    There is a BADI BADI_SD_V46H0001 and Method EXIT_SAPLV46H_003.
    You should be able to it without access keys.Consult your SD Functional Guy also
    Regards
    Sanil Bhandari

  • Adding fields in transaction IH08

    I need to add field "Location description" (T499S-KTEXT)) to report IH08.
    It is possible to provide?
    Thanks in advance!

    The following are the enhancements and BAdi's for IH08 and none of them fit his needs.
    Enhancement/ Business Add-in            Description
    Enhancement
    IEQM0001         Add. checks for equip. installation at functional locations
    IEQM0002         Additional checks for definition of equipment hierarchies
    IEQM0003         Additional checks before equipment update
    IEQM0004         Object is allowed for contract partner (Order->MaintCont.)
    IEQM0005         Object allowed for SD contract (MaintContract->MaintCont.)
    IEQM0006         Object allowed for SD contract (Maintain maintenance cont.)
    IEQM0007         Check/change manufacturer field in equipment master
    Business Add-in
    EQUI_SERLV_CHECK  External Inspections for MARA_SERLV
    EQUI_SCR_CC                Implementable Subscreen for Equipment for CCM
    EQUI_SCR_06                 Implementable Subscreen for Equipment No. 06
    EQUI_SCR_05                 Implementable Subscreen for Equipment No. 05
    EQUI_SCR_04                 Implementable Subscreen for Equipment No. 04
    EQUI_SCR_03                 Implementable Subscreen for Equipment No.
    EQUI_SCR_02                 Implementable Subscreen for Equipment No. 02
    EQUI_SCR_01                 Implementable Subscreen for Equipment No. 01
    No.of Exits:          7
    No.of BADis:          8

  • UDM_SUPERVISOR: Adding fields and data at customer item level

    Hi
    I am having the same issue with newbie82_c; I need to populate the added fields in transaction UDM_SUPERVISOR.
    I know that the previous thread was tagged as answered already but the solution to the issue was not indicated in the thread.
    Here are the scenarios:
    - i've added fields in the item level invoice worklist of the customers by enhancing structure FDM_COLL_INVOICE_ALV (appending fields to FDM_COLL_INVOICE)
    - thru the implementation of the BADI FDM_COLL_SEND_ITEMS, i was able to retrieve the data specified by the user (Reference Keys in FB05)
    - i've populated CT_EXT_ITEMS with the retrieved data
    Now I need these data to be displayed in the added fields in UDM_SUPERVISOR.
    What ABAP object/s is/are responsible for populating the process receivable details?
    Thank you in advance for the assistance.
    Edited by: JPLCaliuag on Dec 19, 2008 8:31 AM

    Hi K.R.Reddy,
    Can you kindly provide me with a working solution for this? I'm currently facing a similar issue for a similar BAPI (in my case it's BAPI_CUSTOMERRETURN_CHANGE) and can't seem to update the custom fields in VBAK. I have put in necessary values in the EXTENSIONIN table as well as updated the UPDATEFLAG indicator to 'U' and although it says that the order is saved, it seems to overwrite the custom field with its original value.
    The custom field seems to get updated correctly when I use BAPI_CUSTOMERRETURN_CREATE but when I make changes using BAPI_CUSTOMERRETURN_CHANGE, it gets overwritten with the original value.
    Any help is appreciated.
    Thanks and regards,
    Adeline.

  • Transactional Data Field Change

    Hi SDNites,
    I am trying to identify all the field changes (Transactional Data) which has been done into CRM for a specific transaction (Ex: Service request). Could you please suggest any BADI or any function module which will provide me the same.
    Regards,
    Abhi

    Deletion of fields is not possible in ODS, Cube with data till the version 3.5, BI 7 onwards the swapping deletion is possible with the feature Remodeling.
    You can add the fields when datatarget is with data but deletion is not possible.
    WHat you can do is..
    !, Stop the further data loading by disconnecting the map from tranfer strucute level and remove the field from extractor=> considering performance and memory.
    2. create a copy of ods1..to ods2, create export data source from ods1, create update rule, mapping and do the data loading to ods2, Delete th ods 1 data, remove the field and again created export data source from ods 1 to 2 and load the data.

  • Payment terms transaction data

    Hello,
    Could you please tell me in which table Payment terms transaction data is maintained. I have tried checking in BSEG table, but I am not getting the output, it is going into error or not responding after the execution. (I have given only Cocd, Fiscal year, only one posting date and payment term in the selection criteria) Is there any other table which has the payment terms(ZTERM) field with transaction data?
    Thanks

    Hi ,
    Payment terms table   T052
    Terms of Payment Key  ZTERM
    Regards
    Surya

  • Relation between master and transaction data

    Hi experts,
    I have a basic question how the relation between masterdata and transction data is maintained in R/3. As I know first we extract master data and later transaction data in a typical R/3 based scenario.
    1.How does BW knows that , the transaction data are  related masterdata in the same sense as in R/3 ?
    I am involved in an enhancement of R/3 extractor. I need to derive 3 more fields and map it to info objects in BW. Cld any one explain me ( with an example plz) how these alignments to be made. How can I establish relation b/w derived fields and transaction data during extractions ?
    regs
    D Bret

    Hi Dave.
    Let's see if I can get all of your questions answered.  First, when Transactional Data is loaded, BW checks to see if a SID exists for each characterisatic field & value in the load.  If one doesn't, it either creates a SID (Surregate ID) in the master data tables (default action) or the load fails (if the enforece referential intgegrity flag is set).  It's better to load master data first in either case as it will improve the performance of the transactional load.
    In terms of R/3, the data has similar relationships as in BW.  There are master data tables and transactional data tables.  The difference is that while R/3 uses ~1 master data table per field, BW uses more.  Same thing for transactional data.
    As for your enhancement, if everything you need for the derivation of the extra field is in R/3, then you can enhance the extractor in RSA6 and do the mapping in R/3.  Once you replicate the DataSource to BW and reconnect the transformation & update rules, the load should work.  If you can give a bit more information on what sort of enhancement you are attempting, I can give a better example.
    Cheers,
    Adam

  • How to Use EEWB in adding custom fields in transactions

    I have seen some tutorials on the net on how to customized transactions using EEWB. But it seems that CRM related transactions were the only examples I have seen. Is it possible to use EEWB in ANY transaction we wish to customize? We are planning to add custom fields in a Solution Manager transaction.

    Hi,
    I guess it depends on what transaction you want to add the field to. If for example you want to use transaction CRMD_ORDER (for processing issues, messages etc.) then EEWB fields created for table CRMD_ORDERADM_H will automatically be added in this transaction in a special tab called "Customer fields" (or something like that anyway).
    /Anders

  • Add new fields incu stomer data tab ( transaction BP)

    Hello,
    I need to add three new fields in the  standard  transaction BP.  I need the  three new fields show in the customer data tab when you have introduced a determinated value in control tab before.
    Is it possible?
    Can you tell me the way?
    Thanks

    Hello,
    I was changing  the  customer fields of transaction BP with transaction eewb.
    I was working in a specific project (ZBUPA) as you can see in the following images. I don´t know what I've changed but now the icon of the enhancement of the project is like a red broken box (Errors occurred if you look for it at the legend), and the task has got a prohibit icon (Processed with Errors). Like this:
    [[IMG]http://img329.imageshack.us/img329/6627/errorpp1.th.jpg]http://img329.imageshack.us/my.php?image=errorpp1.jpg][IMG]http://img329.imageshack.us/img329/6627/errorpp1.th.jpg | http://img329.imageshack.us/my.php?image=errorpp1.jpg]
    I am very interested in recover the system to the initial state of the screen, like this image shows.
    [[IMG]http://img329.imageshack.us/img329/3763/okzv3.th.jpg]http://img329.imageshack.us/my.php?image=okzv3.jpg][IMG]http://img329.imageshack.us/img329/3763/okzv3.th.jpg | http://img329.imageshack.us/my.php?image=okzv3.jpg]
    Thanx!

  • Load transaction datas on customize fields

    Hi experts
    A hard question for me need some hits.
    A Transaction datasource has been enhanced and added some customize fields in extraction structure. If there are only some new transaction data on customize fields, how to load these data into delta queue?

    HI,
    Need few details.
    1)Do you mean you had just enhanced the data source by including the new fileds from extract structure to comm structure.
    or
    2) you had enhanced the data source by appending new fileds ? if you had appended new fileds you need to write code in cmod Fm to populate the values to the added fileds.
    next make sure the newly updated fileds are selected for the 1st case and for case 2 you need to make sure the option "field only know in exit" is checked along with the selection option.
    once done...replicate the data and the newly changed fileds will be visible in BW side map the corresponding fileds and load the data.
    use repair full request to load data in to BW along with the historical data.
    Note: If you want to load the historical data then you need to delete the setup tables and load the data. then from next time when the delta is scheduled then u can see the records in the delta queue.
    Regards
    KP
    Edited by: prashanthk on Dec 15, 2010 4:58 PM

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • Data Loading to added fields in DSO.

    Hi experts,
    I have a DSO1 with 5 fields and DSO2 with 8fields.
    I want to load data to DSO2 from DSO1 for the added fields in DSO2 also for the records in DSO1.
    thanks in advance.
    with regards,
    KPS Moorthy.

    Hi Moorthy,
    What are the Fields u want to MAP to the DSO2 from DSO1.??
    Is it that u want to derive some filed from DSO1 to DSO2.!!!
    PL provide some more info
    SVU123

  • Adding field GAMNG ( Target Quantity )in the Data Source 2LIS_04_P_ARBPL

    We are adding field GAMNG ( Target Quantity ) in the Data Source 2LIS_04_P_ARBPL ( Work Center View from PP/PP-PI )
    The field GAMNG is available in the communication structure maintainace.
    The problem is- We are not able to drag & drap field GAMNG from the Communication structure LBWE. Getting the error - End phase  002 ***********************************************************
    Message no. D0322 ..
    We deleted Setup table , Meins field already exist in comm str.
    1. How we able to drag the field from the communication structure as getting the above error. We searched SDN & try to follow that method but not working.
    2. We can add the field in SE11 - Structure -Manually, then we have to write ABAP code.
    Kindly suggest correct answer.
    Edited by: sk kamaruzzaman on Dec 20, 2011 2:08 PM

    Hi,
    There could be a number of reasons why you are getting the error:
    1. Fields are not assigned to datatypes.
        - Check structure in SE11 and assign to datatypes.
    2. There are inactive appends in the extract structure.
        - Double-click one of the includes. You will get a new screen with the INCLUDE structure. Click the button append-structure. Check if the append is inactive.
    3. The appended structure is in a different development class from the one of the structure it is being appended to.
    Please review and apply the following notes carefully :
      766603  Activation problems with extract structures
      623411  LBWE: Gener. terminates with D0 322 (end phase 002)
      757923  LBWE: Generation terminates with D0 322 (end phase
      600708  D0 322: End phase 002
    It is not possible to enhance the datasource 2lis_04_MATNR with the field GAMNG (so its possible that its the same for 2LIS_04_P_ARBPL) because GAMNG has the reference field AMEIN, which has a STATE F (forbidden) in table TMCEXCFS .
    Check to see if this is the same on your system.
    Rgds,
    Colum

Maybe you are looking for

  • Since FF 10, I am unable to download documents if there is a comma in the file name. Is there a work around for this?

    I use Firefox for work, and one of the intranet pages I use has Word and Excel documents with commas in the file name. When I click on the link to download the file, the download pane flashes open, then closes and the document I am trying to download

  • MobileMe Photo Sharing Alternative

    I need to upload quite a large numner of pictures that will be viewed by a bunch of friends.  I have previusly done this using iWeb and MobileMe.  Can anyone reccommend an alternative now MM is gone? Ideally, I would like to dump the photos somewhere

  • Fw doesn't recognize certain files in Open dialog box...

    Hi, I have opened a file and changed it in Fireworks. I have applied a filter and saved it twice: - as a Fw PNG file (surf7_2) and - as a JPG file (surf7_1) When I try to open them using Open command, I cannot see them....  see screenshot below:

  • Drive cache disabled

    We lost a drive in our XRAID. Pulled the bad drive and put another in. It started rebuilding automatically (RAID 5) and everything is up and running. But, I noticed that drive cache is enabled for all other drives in the RAID except the new one. Is t

  • CProjects Roles, HTTP Connection, RABAX_STATE error

    Hi All, 1. Which are the standard cProjects Roles to be maintained ? Where we can have that list ? 2. How to maintain or say configure the HTTP connection for cProjects (steps for doing it)? 3. Getting the termination type error : RABAX_STATE, how to