BP Enhancement using EEWB

Hi All,
I need to enhance the BP with some additional fields which are required in Mobile Sales Scenario.
Using EEWB, when I enhance the BP, even though I tick the checkbox for fields to be available in Mobile scenario, they are not getting updated in the Tables related to Mobile Sales ( Table SMOKNA1 and SMOMITABT ).
Please suggest what needs to be done for achieving this?
Regards
Murtaza

Hi,Vikrant Singh
  I think there is no eewb object for your requirement after I checked the IS-U system. if you want to enhance it ,pls use the BDT  .  the TX is BUPT .

Similar Messages

  • 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

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

  • 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

  • BP master enhancement by EEWB

    Hi,
    I want to enhance the BP master in CRM 2007 . My requirement is to add two fields in the bank details for the BP . For this i am using EEWB and enhancing the object "BUPA"  , extension type - "ADD_NEW_FIELDS" .
    But when i run the wizard through EEWB it is not asking for the subobject and adding the required two fields in table BUT00 instead of BUT0BK . Do we have to maually add these fields and do the required coding or is ther e any other EEWB object to do the same . Please advice on this .
    Regards
    Manish

    Hi,
    My understanding is, you have created a field by EEWB and trying to enable that field in UI.  If I am not wrong, you can add the created field from available fields to displayed fields with the help of the Tcode: BSP_WD_CMPWB.
    Steps to be followed:
    1.  Tcode: BSP_WD_CMPWB
    2.  Enter the Component ID
    3.  Go to Views and select the relevant view in which you have created the field by EEWB
    4.  Click on Configuration tab
    4.  Click on Copy the configuration ( do not make any changes in standard one)
    5.  Click on Edit
    6.  Click on show available fields
    7.  Move the created field from Available fields to Displayed fields and Save.
    Hope it helps you.
    Regards,
    Maddy

  • Extension of Vendor Master in SRM by using EEWB tool

    Hi,
    I need some information on EEWB (Easy Enhancement Workbench) Tool
    and would like to know how  to add custom fields in EEWB tool to extend the Business partner data?
    Further, how to map the custom fileds from R/3 to SRM using the BADI BBP_GET_VMDATA_CF in an Extended Classic  scenario?
    Any inputs on this will be a really valuable help for me.
    Thanks,
    Snehal

    Hello,
    Yes you can enhance Vendor master (BP) using EEWB and more information in EEWB cn be found from link:
    http://help.sap.com/saphelp_crm40/helpdata/en/9f/a19c921f0911d6b1d500508b6b8b11/content.htm
    And the documentation of BADI BBP_GET_VMDATA_CF gives more detail on the customer firld mapping which you have posted.
    Rgds,
    Prasanna

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

  • How to know where the user exits or enhancement used in standard sap code?

    Hi
    I m pretty new to abap.
    How can I know where the user exits or enhancement used in standard sap code?
    As i have to add some functionality to the standard sap code. I m looking to search the enhancement or user exits used in this standard code wher i can add my functionality.
    thanks in advance.
    Moderator message : Search for available information, thread locked.
    Edited by: Vinod Kumar on Oct 19, 2011 2:38 PM

    Hi Henry,
    I don't think this is the easiest way to look at the code around a particular field on the screen. Debugging standard programs also can be very tedious, if not impossbile. So, instead of this question, I would like to find out exactly what you want to do if you know the code.
    If you are in a transaction and you want to know where the code of a particular field is, the fastest way to get to it is by pressing the F1 key on the field and then press the Technical info button on the help screen. In here you will typically see the same kind of information but it is very specific to the field you selected.
    PROGRAM(SCREEN) tells you which program is manipulating the main screen, in which your field is embedded. Remember your field may be included in a sub-screen and that subscreen may be the one included in the main screen.
    PROGRAM(SUB SCREEN) tells you which program is directly responsible for the field on the subscreen it is included in. This is where you should find the code most appropriate for the field, but not necessarily.
    PROGRAM(GUI) controls how your push buttons and the menu options in the screen behave and controlled.
    Srinivas

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

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

  • Additional Tab in CRMD_BUS2000126 using EEWB

    Dear Experts,
    I have successfully created an additional tab in Maintain Activities using EEWB. The fields display. I can write to them and read from them just fine. Now the user wants the new tab to display conditionally. In our case, the display of the tab should be based on values in the Business Transaction Type field (COMT_PARTNER_CONTROL-PROCESS_TYPE). Even if this field is not part of any relevant method signatures, I could pass it via memory if I new how and where to do so. We do have an implementation of COM_PARTNER_BADI where we interegate this field in method DETERMINATION_ADD_IN_1. Could I somehow leverage this?

    hi,
    i hope u want to display ur tab for a particular transaction type.
    for that u can use the concept of transaction variant (the setting is available in spro Transactions>Basic Settings>User Interface Settings-->Assign Transaction Variants to Transaction Types).Using tansaction variant u can hide the tab for other transaction type.
    if helpful reward me

  • 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

  • Dropdown box using eewb

    Hi ,
    I am required to create a field using EEWB workbench  in BP.
    This field has to be dropdown having two possible entries.
    How can we make a field as dropdown using eewb workbench.Is there any option in the wizard?
    Regards
    Shilpi

    Hi Shilpi,
    To see the DDLB in UI you should fill method GET_V_XXX in specific view.
    Good Luck
    Eli Steklov
    Please Reward Points if it Helped

  • 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 when calling a report from Server?

    We have a .NET application on the server and we want to call a crystal report (.rpt) from one of the forms (.NET aspx page).  We are getting below error.  The report works fine on the desktop where it is developed.  Please let us know if there is any

  • Recently formatted Hard Drive.  What will Time Capsule restore?

    I had a problem and ended up having to reformat and reinstall Leopard on my MacBook Pro. I have been using Time Machine with my Time Capsule for months now. I'm wondering, when I connect to it and try to restore, will I run into issues? I haven't had

  • How to include list of values in filter

    Hello Friends I am new to Universe design, I want to create a filter on field and filter should display multiple list of values like phone,cell,email etc for the end user so that he can select one. Or else If he select '* 'he should get data for all

  • HT1338 Why is my earphone jack have a red light blinking in it?

    I have a MacBook Pro that I bought brand new back in 2009.. There is a red light coming from the inside of my earphone jack and I'm not sure what it means.. my headphones still work and I can hear everything, but I've never seen this red light before

  • Iphoto slideshow albums weird

    Hello, I have a macbook air (OS X version 10.9) and my slideshow option with my albums in iphoto '11 (version 9.5) is acting weird. It doesn;t start with the first photo of an album but somewhere in between and when I browse forward or backward it se