Fields added using EEWB

Hi All,
i am trying to add new custom fields using EEWB to the Business Activity.
i need to know to which tables are these fields added?
Also, please advise if the fields can be directly added using screen painter. If yes, how to find the program name and screen no. for a business activity.

Hi Alka,
Fields cannot be directly added using screen painter as this is a standard screen and there is no screen exit also available to do.
U need to add the fields using EEWB transaction.
Here you need to Provide the Object and Extension Type during enhancement.
These custom fields can then be seen in
table CRMD_CUSTOMER_H for header details and
table CRMD_CUSTOMER_I for Item details.
This will add an extra tab in transaction CRMD_ORDER for
the object enhanced using EEWB.
If you want  to enhance the web view for the business object then you need to add these fields in the context node of the view getting enhanced and then mayp them to the view screen as well.

Similar Messages

  • Change field attributes of fields created using EEWB

    Dear SAP gurus,
    we have extended our complaint transactions by adding some 'customer' fields using EEWB.
    Now, the program name for this extension is: SAPLZCRM_BTX_EEW_UI02
    and the screen number where those fields are is "0100".
    The screenfield is for example ZCRMT_0100_BTX_UI02-ZZPO_REF_NO
    Now the field is general available for every Complaint transaction.
    <b>My questions are:</b>
    1) Suppose I want to make this field Output Only
    is this done via the screenpainter using:
    Program name:SAPLZCRM_BTX_EEW_UI02 and Screen: 0100
    (Since I am not sure you are allowed to change the screens generated by the EEWB).
    2) I would like to make this field input/output (but only for 1 transaction type XX) and not for the other complaint transaction type YY. Where can we built in this check?
    thanks for a quick response
    cheers
    davy

    Hi,
    Simple solutions:
    | 1) Suppose I want to make this field Output Only
    | is this done via the screenpainter using:
    | Program name:SAPLZCRM_BTX_EEW_UI02 and Screen: 0100
    | (Since I am not sure you are allowed to change the screens generated by the
    | EEWB).
    --> Yes very much you can change the field attributes. tHis can be done thru SE80
    | 2) I would like to make this field input/output (but only for 1 transaction type XX)
    | and not for the other complaint transaction type YY. Where can we built in this
    | check?
    --> There are 2 ways of going about it:
    1. create a PBO module and check the Transaciton type and depending on that you can grey out the fields at runtime
    2. Keep the fields as input/ output and write BADI CRM_ORDER_FIELDCHECK
    and method FIELDCHECK. Here you can say wchich field is to be greyed out dpepending on Transaction type
    Hope this helps
    Kindly reward with points in case helpful
    Sharif

  • Field added by EEWB is read only

    Hi,
    We added 2 fields (type char) in pricing table using EEWB but these fields are read only when we checked them in BOL browser.
    Can someone help us to resolve this issue?
    Thanks...

    Hi,
    If u want these field editable(read/write) u need to create GET_I_XX method for these fields and write
    rv_disabled = 'FALSE'.
    First enhance ur view then create GET_I_XX method of that attribute of this node.
    U can check any standard node for ur refrence for example BTAdminH.
    Regards
    Gaurav

  • Runtime error in CRM_DATAEXCHG_BADI after adding customer fields using EEWB

    Hi gurus,
    I am getting short dump in ZCL_IM_EEW_DATAEXCHANGE06~CRM_DATAEXCH_AFTER_BAPI_FILL.
    I've added 3 custom fields in ORDERADM_I structure using EEWB. ( created in ECC also ).
    Now when i create a sales order, its not flowing to ECC as i am getting the below error.
    UC_OBJECTS_NOT_CONVERTIBLE
    Error occured while executing below statement
    MOVE <ls_bape> TO ls_bapiparex_wrk+lc_offset.
    <ls_bape> is having all the custom fields i've created using EEWB.
    Error short text i am getting in st22: ' Data objects in Unicode programs cannot be converted.'
    Kindly help.
    regards,
    Arun N K.

    Hi Robert,
    Thanks for the reply.
    I was not able to use move-corresponding as there was no matching fields in the destination structure.
    Anyway we found out the issue. One of the custom fields generated using EEWB, used INT4 data element. I deleted the field and created it again using character (NUMC) data element, and it worked fine.
    I still don't know the exact problem of using integer data element. Kindly share if anyone find the reason.
    Thanks,
    Arun N K.

  • How to Create the Field Using EEWB

    Hi Friends,
        Can anyone Explain me the Step by Step Process for Creating the Additional field for the Standard Transaction code Using Easy Enhancement Workbench.
    Regards,
    Ashok.

    Hi Ashoke,
    Goto the transaction EEWC for setting the system type as development system. This has to be done before you carry out the enhancement.
    1. First go to TCode "EEWB".
    2. Create the Project and save the same.
    3. Open the project and right click on it and create the extension.
    4. Give some suitable name and description for your extension.
    5. Select the business object for enhancement(for e.g. business transaction orBP).
    6. Select the extension type (for e.g.adding new fields).
    7. Based on the above selected parameters a wizard will appear.
    8. Complete the steps as per wizard.
    9. And finally generate the project
    Note: Make sure that you check the systems relevant(R/3 or BW)
    Also see the below link
    http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm
    & SAP Note: 494966
    Fields added through EEWB will comes under custom tab. You can change the name of the tab using VCT.
    Regards
    Nadh.

  • 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

  • Adding field using EEWB

    hi All,
    When adding new fields to an activity using EEWB, is it possible to add a field with a drop-down for values? How can that be achieved?
    Please share any reference document.
    Alka

    Hi Alka,
    Yes, it is possible to add drop down values. When you create a new extension through EEWB wizard, the screen would come up with a checkbox (from CRM 5. onwards) to create a value table. This value table would bring in the drop down entries.
    For CRM 4.0 you can create a data element and asisgn a value table to the domain and that should assign drop down help.
    One more option - the screen create via EEWB is in customer name range and you can change it using screen painter. You can assign any search help or drop down you want. Please note that these manual changes would be overwritten when you regerenrate the EEWB next.
    Hope this helps.
    Cheers
    Surendar

  • Need to add extra fields in Custom tab  using EEWB.

    hi ,
    I extended business partner with 10 custom fields using EEWB by creating an custom tab. I would like to add 2 more fields in the same custom tab . I am unable to find the provision to add new field to the existing project. so i am deleting the existing project and creating new project and adding all the =and new fields.
    Now when I am creating new project  i am loosing the old field names. It creating the new fields with new field names.
    My requirement is I should create a new fields without changing the old field names.
    So Please can any one help me as how to approach these without deletion or changing the existing field names.
    Finally my custom tab should contain 12 fields.
    Thanks
    viswa

    Hi viswa,
    I have a requirement to add 2 new fields to the Standard Transaction (called <b>BP</b> ).
    I have gone through various concepts like <b>EEWB and BDT</b> tools. But, still I am not able to get the things well.
    So please provide me with the procedure to explore things and work on the requirement.
    Thanks in advance.
    Regards,
    Vishnu.

  • Add new Fields to Opportunity ( TCODE : CRMD_BUS2000111 ) using EEWB

    Hi...
    I am trying to add new field to Opportunity, TCODE : CRMD_BUS2000111 ) using EEWB.
    I am using ...
    Business object BUSINESS_TRANSACTION,
    Extension type ADD_NEW_FIELDS
    Business Transaction Type : CRM Opportunity
    Assigned to : Customer Header data.
    I am able to generate project and extension successfully. But don't see any new field or custom tab added to transaction for Opportunity ( TCODE : CRMD_BUS2000111 ).
    WHEN I CHECKED BACK IN EEWB, DON'T SEE ANY SCREEN OBJECT IN OBJECT LIST.
    I can see Tables, Function group, Function Module, Data Element in object list but Screen object is missing. I believe that's the reason why new screen field not has been added. But not able to find out the reason for that.
    Your help will be highly appreciated. my e-mail id : [email protected]
    Thanks in advance.
    Minal

    Hi Minal,
    I would suggest to create a new extension with the following:
    Create new extension, but use the Enhancement type: "Extend Opportunity"
    When you create just two new fields with "ADD_NEW_FIELDS" you have to manually add them into the existing screens.
    Hope this helps
    Martin

  • Creating Custom fields (data type QUAN) using EEWB

    Hi all
    I tried to create two customised fields using EEWB for CRM Opportunity:
    1. Projected Volume (data type 'QUAN', length 13, 3 decimal places)
    2. Projected Unit (data type 'UNIT')
    In the SAP-generated tables, I have set the reference table field for 'Projected Volume' to point to 'Projected Unit'. However, I encountered errors that is related to Table Buffering and Restricted Transport for the Projected Volume field.
    If I were to change the data type to 'NUMC', field generation is ok. Does anyone know to resolve this issue? I need the Projected Volume field to be of data type 'QUAN' since decimal place is required.
    Thanks for your advice!

    SAP Note 746227 has addressed this issue. I will close this question.

  • Reference field while extending Order Object with custom fields using EEWB

    Hi,
      I am using EEWB to extend Order. i have to add Quantity fields, while generation it gives the following error:
    Diagnosis:
    You must specify reference tables and reference fields for fields containing amount or quantity data. You have specified either only the reference field or the reference table and have not maintenance either ready.
    Procedure:
    Add the missing entry. You can do this with the single field maintenance function of the table.
    Can someone explain what will I need to do? Is its a something outside EEWB which I would need to do.
    Thanks,
    SG.

    Hi
    check the item category table CRMD_ORDERADM_I (Item data) for necessary fields there u can find that
    Item No
    Item Number in Document
    NUMBER_INT
    Product ID
    Product Name Entered
    ORDERED_PROD
    Quantity
    Unit of Measure
    PROCESS_QTY_UNIT
    Unit
    CRM Schedule Line Quantity
    QUANTITY
    Hope it helps u
    Regards
    Manohar

  • How to change the Tab name for a custom field added in IC Winclient

    I have successfully added a field using eewb and it is appearing on my transaction in CIC0 but it is on a tab that says Customer Fields.  In EEWB a BADI called ZEEW_CUSTOMER_H01 was generated and it has a methods called  CRM_CUSTOMER_H_SET_TITLE.  It indicates you should be able to use this to rename the tab but the method is empty.  Anyone have an example of the code you pass in to rename the tab screen.  Thanks, Lisa

    >>and how will it effect in the report?
    You wouldn't see any direct effect on the Report.. But if you transport the report to QA & leave the Message class in Dev, it might result in syntax issues & you will not be able to execute the report. Just ensure that both of them get transported to QA & you will be fine.
    ~Suresh

  • New fields added on Bidder data does not appear in Business Partner

    Hi,
    I have added two new fields in Bidder data tab of Maintain Business Partner screen.
    When there are only three tabs viewable i.e Company data , Bidder data , Registration data tabs, the added new fields  does not appear.On approved suppliers (vendors) there will be a also tabs for vendor and supplier classification(customised).   But for companies that are only approved as bidders, there may be only the 3 tabs showing.
    Please help.
    Regards,
    S. K.

    Hi Jay,
    Yes i have used EEWB to add new fields. But i have used badi's  BBP_BUPA_GET_CUF and BBP_CUF_BADI_2 to display those fields on Bidder data tab.
    When business partner is approved bidder that time i am not able to view these new fields, but when business partner is approved vendor that i can view those fields.
    We are using SRM 5.5.
    Regards,
    S K.

  • Problem with SRM Business Partner enhancement using EEWB.

    Hello Gurus,
    I am doing Business Partner Enhancement using EEWB. basically adding new tab with few data fields. After using EEWB, the new tab hasbeen generated automatically and BP is creating successfully and data is stored in tables.
    But in the custom tab, the fields are displaying in table format after using EEWB. User dont want in the table control, and they want normal screen fields.
    How can we do that.  After that, will it reflect to portal automatically or do we need to do any thing?
    Pls suggest me.
    Regards,
    Ram

    Hi all,
    I used EEWB to enhance BUT000 wiht a new field and a new tab.
    How can I show them in SRM7?
    BBPMAININT has been replaced with an "equivalent" WebDynpro application and old Badis are not supported anymore.
    any ideas?
    thanks in advance.
    Albe

  • How to use EEWB

    Hi All,
    How to use EEWB. How to add new field in particular module in CRM.
    If you add the fields using EEBW will reflect those changes in Portal environment. 
    Thanks,
    Subbu.

    Look at SAP documentation on adding new fields to the business transaction.
    http://help.sap.com/saphelp_crm50/helpdata/en/43/4143d3cbcbe243907373410340c5d6/frameset.htm
    By using the EEW, the newly created attributes will automatically be displayed in the People-Centric UI form view. With the personalization function, you can also integrate these fields into the result list view.
    Thanks,
    Thirumala.

Maybe you are looking for

  • Error while deploying swing component to remote machine

    Hi, I have an unsolved query.I have created a simple Swing-frame using Jdeveloper.I have created a deployment profile which creates a jar file for the project. On executing the jar file I get an error of the manifest file which requires to change the

  • Slate 500 loses power when undocked

    I have a Slate 500 that loses power whenever it is removed from it's docking station.  This began occuring after I used to HP supplied recovery disks to restore the tablet to it's original WIndows 7 Pro setting.  I had installed WIndows 8 on the tabl

  • IDOC type not in EDIMSG

    Hi all, I want to configure the IDOC type BLAORD in our SRM system. The problem is it's not in the table EDIMSG. There is a message type BLAORD but its IDOC type is bot BLAORD03, instead the name of the IDOC type is XEUST01. How can I add the IDOC ty

  • Why do my pattern swatch colours print differently to rest of my artwork

    I have some 2 coluor artwork consisting of 2 x pantone colours purple and grey. Within the artwork is a stripe pattern swatch consisting of the same colours. On screen the colours are fine and I've checked all the colour settings and these are fine t

  • Custom Change Process

    we plan to realize a custom Change process (pharmaceutical area). The requirement is to have a "workflow", where planing, realization, etc is done in phases, signed by qa and cant be changed easily later on. f.i. the requestor creates a request inser