CRM : EEWB doubt

Hi,
I have to enhace CIC0 transaction with a new tab and a table control on CONTACT.
I aleardy got the tab and the fileds that a suppose to have on table control format, but at this point they are input fields only.
1. Is there anyway to use the wizard and get my table control for those input fields?
2. Or do I have to change manually, both, screen end program in order to get table control format?
I appreciate any tip.
Tks in advance.

I don't think that using EEWB one can get a table control.
You can only add fields. You may need to do the coding for table control.
The fields get added in the table crmd_customer_h or crmd_customer_i. In bp it gets added in but000.
For table control you need more than one record, which cannot be stored in these tables for a particular guid or partner number as primary key.
These tables store just one value for one particular guid.
Hope the answer helps.

Similar Messages

  • SAP CRM - EEWB

    Hi to u all,
    I've created a project with extension on eewb, but i had to change it inside, so i restart the wizard and i've changed some fields and i have changed some characteristics.
    finishing the wizard it became red, so i did back from form 005 to form 004, and suddently it appear a folder not a cube anymore. for the moment i can't generate or start the wizard, h can i do this again??
    Please help, it's very urgent.
    Thanks in advance.
    Best regards:
    Carla Pereira

    Hi,
    I suggest you close this thread and post it in the CRM 2007 forum instead. You are in the PCUI forum. I assume you are using Web UI in CRM 6.0.
    Regarding you second question it should be possible to make a dropdown logic as described by implementing the GET_V method of the relevant field. This is done in the component workbench.
    /Anders

  • Move BP from CRM 7.0 to ECC 6

    Hello Gurus,
      We have a project to move business partners form CRM 7 to ECC 6 EhP4. We need to migrate sales area,  customer groups as well as EEWB custom fields. To map CRM EEWB fields, the table KNA1 is appended however the field names are different than what we have on CRM.
    Question 1
      Since the data is posted via IDoc  DEBMAS02, structure E1KNA1M does not contain any Z fields. I could however use BADIs to make manipulations though. My question is what is the recommended approach to migrate the EEWB fields to ECC. Has anybody adjusted the IDoc for this scenario?
    Question 2
      If we create a BP in CRM with or without sales area in one shot, it is getting posted in ECC correctly. However if we add sales area as part of delta, ECC is getting the data however doesn't post. Any ideas on that.
      Thanks for your visit to my thread.
    Cheers,
    Ankur

    Hello wwgauravshah ,
    When a BP replication to R/3 fails with the error 'Fill all required
    fields', It is possible to debug the upload as follows in order to
    identify the required field,
    Then it is necessary to maintain this field and subsequently resend
    the business partner using the transaction CRMM_BUPA_SEND
    Recreate the BDOC for the BP, by running the transaction CRMM_BUPA_SEND
    1. Display the BDOC  in SMW01
    2. Enter /h in the transaction code field
    3. Press the 'retry to process message' button.
    4. In the debugger - select the Settings button and 'In background task
       do not process'
    5. Enter F8
    6. Create a new session for the outbound queue (/osmq1) there will be
       an entry R3AUBUPA*** or CSA_BUPA**
    7. Double-Click on this queue entry twice and choose Debug for the
       CRM_UPLOAD_TRIGGER
    8. In the debugger, set a breakpoint at statement 'CALL TRANSACTION' and
       then press F8.
    9. At this statement double-click on the statement CALL_TRANSACTION and
       change the variable CALL_TRANSACTION_MODE from N to A, press the
       'change field content' button and then press F8
    10. Now you will be in the R/3 System and you can see the batch input
        screen for this customer and you will then be prompted for the
       missing field in the BDOC.
    Please also review Note: 755107, especially point 8. This also tells you some fields that are required and which needs to be filled in the BP
    Thanks
    Willie

  • Creation of custom assignment block

    Hi,
    I am trying to create a custom Assignment Block in the BPHeadOverview page of component BP_HEAD.
    I tried implementing it using EEWB ,by referring to the below SDN link.
    http://wiki.sdn.sap.com/wiki/display/CRM/EEWB-AddingTableattribute
    Following this link, I have completed till the part where it is suggested to run the report
    CRM_BUPA_UI_EXTEND_REPOSITORY.
    My problem is,the view which I created is coming in the Runtime Repository under the viewset for  BPHeadOverview page
    , but I am unable to find my view in the Component Structure Browser under the Views section.
    As a result of which I am unable to configure my custom Assignment block.
    Due to which I can't even find my AB with the other ABs coming under the BPHeadOverview page.
    Kindly suggest a solution.
    Thanks,
    Litty.

    Hi littyj,
               Move assignment block  BP_EEW in the overview page of BP_HEAD from available to displayed. Give it a title. Save configuration setting and check in web ui.
    Also please check in table BSPWDV_EHSET_ASG if the enhancement set your are using is default for the client you are working on or not.
    I m quite sure this issue is because of the enhancement set.
    Regards,
    Varun

  • Use of structure BAPIPAREX in FM for BTE CRM0_300

    Hello guys
    I use the BTE CRM0_300 tu update data in table KNA1 with data coming from CRM EEWB.
    First, in the FM I get the guid of the partner from table T_BAPIMTCS in entry with tabname BSC_MAINO.
    Then I extract the EEWB data with function COM_BUPA_BAPIMTCS_TO_SET to the same structure as the one generated in CRM with EEWB.
    I have understood that I have to use the table T_BAPIPAREX to insert the CRM data in SD attribut 2.
    I have found that the 2 structure BAPICUSTOMER_KNA1 and BAPICUSCHX (I'm not sure of this one) to pass the data to update in table KNA1 and which data is modified.
    But I'm not confident in this way of updating table KNA1.
    Can somebody confirm me to use this structure to update table R/3 data in the inbound exit CRM0_300 ?
    Thanks

    Try to use BAPITLINE with LIKE in hte tables tab.
    Please look at the BAPI_ECMORD_SET_LONGTEXT

  • How could we add fields in web ui

    Hello Expert,
    Could  any body say that how could I add new field in Web UI... Please revert...
    Thanks
    Satish Lath

    Hi Satish,
    What Silpa has replied is the approach to bring an existing field into webui. If you have a requirement to add a new field then you can do it either through AET or EEWB.
    http://wiki.sdn.sap.com/wiki/display/CRM/EEWB-AddingTableattribute
    /people/vikash.krishna/blog/2009/07/14/crm-70-how-to--4-adding-custom-fields-with-the-new-application-enhancement-tool-aet
    Follow the above blogs to know more about EEWB and AET.
    Thanks,
    Raman

  • Extension type BUSINESS_TRANSACTION -ADD_NEW_FIELDS

    Hi Experts,
    My requirement is to add new customer filed to BP, but when am trying to add getting below error.
    "Extension type BUSINESS_TRANSACTION -ADD_NEW_FIELDS cannot be combined with package ZZTEST".
    To over come this error, I have created new project and transport requests and assigned, but still getting the same error.
    So can any one help on this issue.
    Thanks,
    Raj

    Hi Raj,
    If you are trying to create new fields in BP the message error should be "Extension type BUPA - ADD_NEW_FIELDS cannot be combined with package ZZTEST" but are getting the error message "BUSINESS_TRANSACTION -ADD_NEW_FIELDS cannot be combined with package".
    When you are creating the extension are you setting BUPA in eew bus object?
    Check this wiki
    http://wiki.sdn.sap.com/wiki/display/CRM/EEWB-AddingTableattribute
    Best regards,
    Caíque Escaler

  • How to find the mapping between External Object Name and Business Obj.

    Hello Gurus
      Anyone who can help me? I would like to know is there any way to know Business Object is behind object associated to Context Node, it seems that for some cases is easy but for instance for object BuilHeader is not the case, at least for me.  View BP_ADDR/StandardAddress, which belongs to UI Component BP_ADDR, has context node HEADER which is associated to BuilHeader. In case to enhance that object (to add new attributes), using EEWB, I need to know what is the business object behind that external name. Somehow I cannot find the mapping between external name BuilHeader and Business Object. 
      Kind regards
    Aleksandar

    Hi Aleks,
    If you want to enhance Business Partner, the object you are looking at should be "BUPA" in EEWB. To my knowledge, there is no place where this kind of mapping is maintained.
    Note 484597 describes where to find the Cookbook  which describes the enhanceable objects and the enhancement process.
    In case your requirement is to add table attributes, you can also  take a look at the wiki link:
    http://wiki.sdn.sap.com/wiki/display/CRM/EEWB-AddingTableattribute
    Regards,
    Nisha

  • One doubt on CRM Workflow.

    Hi All,
    I have a clarification to be made.
    Below are some requirements from a CRM project. Now we are planning to train some one to handle this part and essentialy his role is on Workflow. Now my doubt is whether this person should take CRM training or workflow training? One thing to note here is that the person does not have any CRM background also. So my question is whether this person needs to take Workflow training or CRM training( I am not sure whether CRM training has workflow in it) or something else(meaning first CRM and then Workflow, since the project is on CRM)?
    The requirements are in bold.
    <b>1. Ability to define a Customer Program, including, but not limited to:
    will adhere to role based security
    informational program characteristics
    program eligibility rules
    technical prerequisites (e.g. equipment)
    program specific options (e.g. bill protection)
    enrollment related work flow steps and prerequisites
    funding accounts
    <i>Comments : Standard SAP functionality. May need workflow</i>
    2.Ability to automatically enable or disable program functions.
    <i>Comments : Workflow or Actions can be used.</i>
    3.Ability to generate automated notifications/ticklers when program steps need to be taken.
    <i>Comments : Workflow or Actions can be defined to trigger Notification on certain events.</i>
    4. Notify appropriate Program Manager if measure factors or incentive rates are changed.
    <i>Comments : Need workflow or Actions to trigger this.</i>
    5. Associate the completed audits to actual programs and when applicable tie to a programs workflow requirements.
    <i>Comments : Link is Standard SAP Functionality and needs to define workflow.</i>
    6. Ability to generate customer communications based on triggers such as; dates, changes to customer information, work flow steps, etc.
    <i>Comments : Needs to develop workflow or actions to trigger Notifications on pre-defined rules.</i>
    7. Based on program, allow for multiple incentives or timed incentives based on workflow process completion steps.
    <i>Comments : Need to be configured in Rebate Processing</i>
    </b>
    Thank you,
    Regards,
    Manesh

    Hi,
    The steps which u have done al are correct
    Find the information below for BWA1,BWA5 and BWA7
    BWA1:
    1.BW adapter which will give you meta data information and if you want to chnage any settings relatede to mapping or if you want add any BDOC mapping you can  do by using this Tcode
    2. We c an copy  BW adapter data source and we can create custom BW adapter data  data source by using copy function
    3. We can change the selection conditions for the data source
    4. we can  bdoc mapping information under mapping tab,if you want to add any new field to map with new bdoc segment ,we have to map here;for ex  if you want to extract  Extractnal reference number from  0CRM_SRV_PROCESS_H  data source
    we have to follow below steps
    1.enhance Extract structure
    2.Add bdoc mapping in BWA1 with perticular BDOC segment for example Sales bdoc segment mapped with Extractnal reference number
    3.Add code in Mapping module of data sourc eto fetch data or write code in Badi CRM_BWA_MFLOW to fetch data for newly added fields
    BWA5:it will show all activated BW adapter data source information under ACTIVE  tab
    BWA7: it will have all BW adapter  delta enabled data source information,if your data source is not available under BWA7 ,that means you didnt enable delta for the same (not intialized )
    Table information:
    SMOXAFLD: Field List: Key Attributes for BWA Master Data Delta Queue
      for example :  DISTR_CHAN, PRODUCT_GUID,  SALES_ORG are key fields for data source 0CRM_PRODSL_ATTR        
    SMOXRELP:BWA: Use of Segments and Fields in DataSources
    BDOC segment mapping information fro the data source (which u have used in BWA1 under mapping tab)
    SMOXRELP_S: Shadow Table for Table smoxrelp
      which will give information  about BW selection whether we can use this field for BW selection for data loading iof its marked for selection u can see in rsa3 selections.

  • BP EEWB field in CRM to  ECC zfield in KAN1

    Hello  all ..
    I have added  few custom fields to BP through EEWB  and want them to replicate to ECC .
    Here are the steps I followed ...
    We are on CRM 5.0 and ECC 6.0
    1) Added the fields in same order as EEWB in  BSS_CENTIX (component type GB_BAPIUPD ) and BSS_CENTI ( data element/domain same as in BUT000)  in ECC
    2) Maintained table TBE24, Create a product and mark it active in ECC.
        Maintained  table TBE34 for the event DE_BALE with same product  and Function module = Z_INTERFACE_DE_BALE
    ( copy of SAMPLE_INTERFACE_DE_BALE  ) in ECC
    3) I wrote  the code in Z_INTERFACE_DE_BALE and mapped the custom fields to structures in the CT_IDOC_DATA.
    I have mapped custom field/Z field in KNA1 to  the eewb field  in  Z_INTERFACE_DE_BALE   like this...
    extended the Idoc  i.e added a custom segment ZE1KNA1M under E1KNA1M
    But still the field is not getting replicated. ( though eewb fields are replicated to standard fields in Kna1)
    Hope Iu2019m clear with my question.
    Thanks in advance.

    Hi Aday,
    We have similar kind of requirement. Would like to know whether you are using BDOC to transfer BP created in CRM to R3? In this function module Z_INTERFACE_DE_BALE, if we populate the idoc structure for the required fields will it update the customer with required field information.
    Thanks in advance. Your help is highly required.
    Regads,
    Ranadev

  • Very urgent: Doubts regarding CRM WORKFLOW OF BUSINESS PARTNER CREATION

    HI ,
    I HAVE DOUBTS REGARDING CRM WORKFLOW OF BUSINESS PARTNER CREATION, WHILE I AM CREATING BUSINESS PARTNER THROUGH R/3 , IT REFLECT IT INTO MYSAP CRM ALSO, AT THAT TIME IT SENDING THE MAIL TWICE TO THE RECEIPIENT. IS THERE ANY WAY THROUGH  WHICH I CAN RESTRICT IT TO SEND THE MAIL ONLY ONCE,
    PLZ SEND ME THE REPLY AS SOON AS POSSIBLE,
    THANKS  ADVANCED,

    HI
    WORKFLOW SEETING. SAP MAIL
    MULTIPLE MAILS AND
    ONLY ONCE CHOOSE
    ONLY ONCE OPTION ON WHICH VERSION U R WORKING?
    REWARD IF HELPFUL
    VENKAT

  • How to work with EEWB tool in CRM and how to assign it to PCUI

    Hi Friends,
    Can any body will suggest me how to work with EEWB tool in CRM to add new fields ,i need to attach the fields to a GUI screen and same to PCUI also,
    And how to attach a search help for those fields,is the tool will automatically will create the search helps or it is similar as we do in abap,
    So can any body suggest me to get a material on this ,
    Thaking you
    Regards
    Raghavendra Prasad

    Prasad
    Following are the steps involved in general :
    1. Select the filter Worklist and enter your name in the input field of the object list selection. Press the enter key. Your object list is displayed.
    2. Place your cursor on the highest node(PROJECT BY XXXXXX). Select Create project from the context menu by right-clicking on it. You see the dialog box Create project.
    3. Enter a project name, description, packages, and namespaces for each system used. Leave the dialog box by pressing the enter key.
    Specify transport requests. The Project is created and appears in the object list.
    4. Place your cursor on the new project in the object list and select Create extension in the context menu. You see the dialog box Create extension.
    5. Enter a name and description. Define a Business Object and extension type. Press the enter key.The extension is created and appears in the object list below the project.
    6. Place your cursor on the new extension in the object list and select Call wizard in the context menu. The wizard for the extension action starts automatically.
    7. Fill in the input fields following the notes on screen and end the wizard by clicking on Complete.The extension tasks have been created and appear in the object list.
    Project and extension are created !
    Also take care that you have the Transport Requests and Save the Project and Extensions against a Development Class !
    In general , EEW will automatically puts the fields on the Screen. We donot want to worry abt that !
    The generated BADIs can be implemented to do some Checks(for example) !
    I hope this helps !
    Thanks
    <b>Allot points if this helps !</b>

  • CRM Doubts?

    hi experts,
    I would like to summarize something to ask my doubts:
    we already developed customer relationship management in Oracle forms 10g .
    In Forms 10g CRM(we are doing pre-sales i.e(lead oppurtunity, sales quotation),post sales.... bla bla and some more).
    but we are build that same thing in Oracle jdeveloper 11g 11.1.1.5.0 version using ADF tech.
    when i go through this section.
    This forum will provide a means to post questions in reference to Oracle CRM On Demand integration features such as Web Services, Integration Events, Custom Web Tabs, Custom Web Applets, Custom Web Links, Import/Export etc. Please note that in addition to this forum, there are forums provided covering other areas such as CRM On Demand Administration, Analytics and Reports as well as Contact On Demand.
    so my question how to use this forum effiecient for my need.?
    how can i run my run my product which is developed oracle forms 10g/jdeveloper in web services.
    am not well aware about web services. if i ask anything wrong me kindly mentioned it. and ignore that thing.
    and one more am a newbie in this forum. i had some about in this fourms. guide me in a direction.
    thanks&&Regards
    adf7.
    Edited by: ADF7 on Apr 22, 2012 10:19 PM

    Hi,
    Oracle CRM On Demand is a specific Oracle product
    http://www.oracle.com/de/products/applications/crmondemand/index.html
    Do you want some integration between your ADF application and CRM On Demand? Or are you more interested in a general discussion about CRM/ADF/Forms whatever?
    Best regards
    Michael
    Edited by: Michael Koop on May 10, 2012 10:11 AM

  • EEWB : in CRM 4.0 adding  field with data element = table type

    Hi,
    Do you have experience in CRM4.0 to add a customer field with data element that is a table type ?

    Marie,
    I don't believe it is possible in CRM 4.0.  Another drawback of the EEWB is that you can't add currency or quantity fields using the EEWB tool.
    Good Luck,
    Stephen

  • SAP CRM and ECC doubt

    Hello,
    Could anyone help me for my doubt in the SAP CRM.
    When have a Two systems SAP CRM and ECC, If we create a role in CRM (Eg. Employee) how this role is transfered to ECC ?

    Go to http://help.sap.com/search/sap_trex.jsp, Select "SAP Best Practices" instead of "SAP Documentation" on top.
    Hope this helps.
    Regards,
    Kaushal

Maybe you are looking for