EEWB's subobject

Hi All,
I understand that the EEWB's subobject decides the Database table in CRM in which the new field will be added.
Example:
Subobject in EEWB               SAP CRM db table
Lead Header Data                CRMD_LEAD_H
Opportunity Header Data         CRMD_OPPORT_H
Header Data Activity            CRMD_ACTIVITY_H
Administration Header           ???
But which table does subobject 'Administration Header' corresponds to?
I need this info to know which SAP CRM db table my new field will be added to.
PS: I am in CRM 5.0. Thanks

If you want to do what you are looking for then you need to do the following:
Do no use BUSINESS_TRANSACTION - extension ADD_NEW_FIELDS instead use BUSINESS_TRANSACTION extension CUSTOMER_H.  This will place the fields in the customer header extensions segment of the transaction.  You can then pick what transaction types you need the fields for.  I kept suggesting the CUSTOMER_H extension type so you can save some time and accomplish what you need.
The benefit of this is that you don't have to repeat the extension for different transaction types.  The other part is that the CUSTOMER_H segment is built into the standard API's for CRM business transactions.  This generates everything similar to how extensions would be done without the tool.  The fields on a segment are technically accessible to any "transaction type/category", what happends is the EEWB creates BADI/screen implementations that restrict the view of those fields for a given transaction category/type.  CUSTOMER_H is considered the "global" header field extensions and is the normal place to put new fields on the business transaction.
OT:  The drawback of the EEWB is that it hides all the object extension procedures from plain view.  If you want to understand what the EEWB is really doing in the background take a look at this link:
<a href="http://help.sap.com/saphelp_crm40sr1/helpdata/en/c8/93ad3a9bfd664ee10000000a114084/frameset.htm">CRM Object Extension Help</a>
If you have any more questions please let me know. 
Take care,
Stephen

Similar Messages

  • EEWB - only extended in customer_h?

    Hi,
      Just out of curiosity, can I extend the new field in opportunity_h, instead of customer_h table? When I use the wizard to create it, in the Business Transaction Types selection step, I ticked the "CRM Opportunity", but when completed the wizard, new field was assigned to Customer Header Data (in table crmd_customer_h).
      My question is: EEWB can only be extended in customer_h table?
      Kindly advise.
    regards,
    ginnie

    Hello, Ginnie
    The answer to your question is: "yes"
    Let me explain it: All the Z fields should be in the CUSTOMER_H structure which was
    conceived for customer fields.
    If you want to have Z-fields in the ORDERADM_H
    structure you should modify the
    content of ORDERADM_H by adding Z-fields.
    Also check note 1078395. After application, the subobject "opportunity header data" remains as such in the wizard attributes
    Hope it helps!
    Joaquin

  • Using eewb

    Hi all,
          I am very new to EEWB. I need to add a field to <b>sales order header table</b> in CRM system(crmd_orderadm_h) with the help of EEWB. when i added a field , the field is getting added to some other table say(crmd_customer_h) but may requirement is to add the field to <b>sales order header table </b>. In eewb i use the <b>EEW Business object  =  'BUSINESS_TRANSCATION' and the extension type  = 'ADD_NEW_FIELDS'</b>.
    can anyone tell me the what is the exact reson why this is happening and what exactly we need to do.
    Thanks & Regards,
    kiran kumar .

    hi siva,
             Thanks for Your reply. when i do F4 . find only two subobjects .
    1 . customer header
    2. Administration Header
    which one i need to take so that my field will be added to sales order header table.
    Regards,
    kiran

  • 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

  • EEWB Fields in PCUI Screen

    Hi All
    I am facing a weird problem for a long time and have not got any documentation to refer.
    I have created a new field through EEWB and want to see it in both Form & List View of Accounts transaction(CRMM_ACCOUNT) in PCUI.
    I realised that extended field through EEWB are created in a Field Group(FG) "CI_EEW_BUT000".  However the "Search Result Area" Field Group  (ACC_SRES_01) contains a 32 Digit Number Field Group in it. Example (4A934616C4104543B9A972B516D6C4E9) . This Field Group in turn contains Field Group "CI_EEW_BUT000".
    However what I have realised is that this dynamic field group number keeps on getting changed.
    But today I can not locate this dynamic field group in the main field group table (Transaction: CRM_BSP_VCLS_FLDGRP) but to my surprise I still find it included in the Field Group "ACC_SRES_01".
    Now the implication is that, I can not see my extended field properly in List View of accounts transaction(crmm_account). I have tried umpteen times to include this field in List view through CRM designer but it is not working. However field is visible in FORM View.
    Does anybody have any idea that how can extended field groups be controlled and how can I display my extended field in List View ?
    Thanks in advance<b></b><b></b>

    Hi Vishal,
    The naming convention sometimes is wrong although it has been created by a standard SAP function or program. Don't worry about this. Many standard PCUI applications are wrong in name conventions terms. Don't care.
    However, naming convention is not the problem with your layout generation (100%), but I'm not sure what's the problem.
    The option you have is to create a new field group, based on the same screen structure than CI_EEW_BUT000 with the same fields. Try to follow the name convention but this is not very important. Regenerate your new field group (with the correspondant view) and try it.
    If not, perhaps the perhaps the Weblog PC-UI and Easy Enhancement Workbench (EEW) Integration helps you.
    Here's the link : <a href="/people/tiest.vangool/blog/2005/07/24/pc-ui-and-easy-enhancement-workbench-eew-integration">/people/tiest.vangool/blog/2005/07/24/pc-ui-and-easy-enhancement-workbench-eew-integration</a>
    Regards
    Message was edited by: Javier Merino Vivar

  • How to fix up EEWC for EEWB

    HI folks,
    See my requirement is need to setup in "A new custom field on the Line Item to hold the predefined values like: Max, Mini and Average for a sales Contract in the "SAP CRM Standalone", in the sense I need to create one new custom field for sales contact transaction,
    So for that I tried to fix up EEWC (Maintain System Landscape) in the "sandbox" (SAP CRM Standalone) but every time I got an error like: User's System is not entered correctly, before go to EEWB we need to fix up EEWC right.
    SO could you please guide me how to add a new custom field for a transaction in SAP CRM, how to fix up EEWC and EEWB,
    This is a bit of high priority mark,
    Cheers.

    Hi Yeseb,
    This seems like the EEWC setting issue. Please check if you have maintained the following entries in the transaction 'EEWC'.
    Two records need to be maintained in this transaction. One entry for CRM (Self Reference) and another for ECC ( RFC reference)
    System: <Your CRM System ID>
    Description: <Some meaningful Description>
    Cust Sys: <X>
    Syst. Type: <CRM>
    Role: <Dev>
    Logical System: <Your CRM System ID>
    RFC Destination: <Leave Blank>
    Namespace: <Z>
    System: <Your ECC System ID>
    Description: <Some meaningful Description>
    Cust Sys: <X>
    Syst. Type: <OLTP>
    Role: <Dev>
    Logical System: <Your ECC System ID>
    RFC Destination: <Your ECC System ID>
    Namespace: <Z>
    To know your system ID and RFC destinations, check the transaction 'SM59' or contact the BASIS person in your team.
    Once you are done with maintaining these values, try to use the EEWB all over again in the same way as you mentioned.
    This should do. Please let me know.
    Regards,
    Kris.

  • EEWB: Change tab tittle when creating an extension type ACTIVITY_H

    Hi CRM Gurus,
    I am using transaction EEWB to extend the object BUSINESS_ACTIVITY. There are two extension types: CUSTOMER_H and ACTIVITY_H. Both of them create an additional tab that contains the new fields. I have two questions about this:
    1.- Which differences exist between them?? When must be
        used one and when the other? Can I use both at the
        same time?
    2.- With the method CRM_CUSTOMER_H_SET_TITLE of
        the  Badi definition CRM_CUSTOMER_H_BADI, you can
        change the tittle of the additional tab when using
        CUSTOMER_H extension type. But when you are using
        ACTIVITY_H extension type, instead   
        CRM_CUSTOMER_H_BADI the system triggers
        CRM_ACTIVITY_H_BADI, and that Badi doesn´t have any
        method to change the tab tittle. Anybody knows how
        to change the tittle tab in this case???
    Any suggestion will be of great aid.
    Thanks in advance.
    Rosa

    Carlos,
    The difference between ACTIVITY_H and CUSTOMER_H is very simple:
    CUSTOMER_H is an SAP delivered segment of the business transaction to contain CUSTOMER defined Header fields for the business transaction.
    ACTIVITY_H is an SAP delivered segment of the business transaction designed to hold data specific to business transactions that have a business object type of "Activity"
    It is possible to use both at the same time.  The normal practice is to use CUSTOMER_H for any new customer fields.
    The reason why you don't have a BADI method to change the title of the fields on the tab that corresponds to ACTIVITY_H is that the CUSTOMER_H badi is designed to help "build a tab from the ground up".  In other words the ACTIVITY_H is used to help reflect new behavior in that segment, while CUSTOMER_H badi is used to define how that segment will behave.
    The simple solution is to use CUSTOMER_H.  I really have never seen a valid reason to enhance the other segments of the business transaction header.
    Let me know if you need additional clarification,
    Stephen

  • How to delete the structure created from Tx: EEWB ?

    Hi SAP Guru’s
    I have an issue at hand. I have added three components in the structure <b>BUS000___I</b> and the components are <b>ZZ1, ZZ2, ZZ3</b>, I was following the <b>EEWB</b> wizard and from there these three components were made, now I cannot delete these components directly from <b>SE11</b>. Because after adding these components the system is not allowing me to do so and is asking for the access code.
    I am getting a syntax error in all the tx where <b>Business Partner</b> is used. No old versions for this structure was found in the system. The only structure that has come into this BP structure is <b>ZBSTC0000000000</b> followed by three data elements of this structure.
    I know the <b>Project and the enhancement</b> that was created and I have tried deleting the enhancement from EEWB but when i try deleting it, it always fall into an intermediate stage where it leaves some entries and due to these left over entries these errors are coming.
    Another imp thing is that the structure that i have reported is a newly created one I cannot find this anywhere else. looks like this structure was created after executing the EEWB transaction only.
    Now when I try activating the enhancement again the <b>magic wand button</b> used to activate an enhancement and the <b>generate button</b> is also inactive in EEWB and now it is not getting activated, even after rt click enhancement then clicking change or by clicking on the edit-change button on the top tool bar. Do you think if I create another enhancement this button might get activated?
    Please let me know how do I delete these components.
    Kindly reply at the earliest.
    Regards,
    Amit

    Hi, I had the similar problem (and here the solution):
    Spezifikation: Deletion of EEWB fields manually, error in middleware bdoc,  
    Kurztext 
    Deletion of EEWB fields manually, error in middleware bdoc, 
    Langtext 
    BDOC-Error from function module BAPI_CRM_SAVE. no further using of the
    middleware for sales activities (sales order) possible.
    see steps for reconstruction
    Schritte zur Rekonstruktion 
    what done before:
    - added one field via transaction code EEWB to business object
    SALES_TRANSACTION (Verkaufsvorgang), "Erweiterungstyp CUSTOMER_I
    (Positions-Zusatzextension erweitern) with one existing data element
    type Z_, Geschäftsvorgangstypen = Verkauf
    no selection of "Datenaustausch mit den Mobile Clients",
    "Datenaustausch mit R/3 Supply Chain Execution" or
    "Business Information Warehouse".
    - deleted the extension manually, deleted the eewb project manually
    (successful)
    - got an short dump on saving a sales order via transaction code
    CRMD_ORDER:
    dump type: LOAD_TYPE_VERSION_MISMATCH
    Der Abbruch trat im ABAP-Programm "SAPLCRM_UPLOAD" auf, und zwar in
    "CRM_UPLOAD_BUS_TRANS_MSG". Das Hauptprogramm war "CRM_1O_FRAME ".
    Im Quelltext befindet sich die Abbruchstelle in Zeile 5
    des (Include-)Programms "LCRM_UPLOAD$18".
    (bei Anwahl des Editors: 50) der ABAP-Source "LCRM_UPLOAD$18".
    000040 *********************************************************
    FUNCTION $$UNIT$$ CRM_UPLOAD_BUS_TRANS_MSG
    000060
    000070 IMPORTING
    000080 REFERENCE(IV_GUID) TYPE !CRMT_OBJECT_GUID
    000090 EXPORTING
    000100 REFERENCE(ES_BDOC_HEADER) TYPE !SMW3_FHD
    000110 REFERENCE(ES_BDOC_MESSAGE) TYPE !/1CRMG0/BUS_TRANS_MSG
    000120 REFERENCE(ES_BUS_TRANS_MSG) TYPE !BAD_BUS_TRANSN_MESSAGE
    000130 EXCEPTIONS
    000140 !ERROR_OCCURED .
    - re-generation of a lot of of function modules
    (e.g. CRM_UPLOAD_BUS_TRANS_MSG)
    and some corresponding structures (e.g. CRMT_CUSTOMER_I_COM)
    - fixed the short dumps with this gereration
    Current Errors:
    - the crm middleware (mBdoc) cannot copy sales orders from crm to r/3
    - via transaction code CRMD_ORDER i copy an existing sales order and
    save or try to change just one field and save.
    - saving is succesfull (message type s), but on changing again, the
    order is locked by middleware
    - bdoc in transaction SMW02 is on state yellow "An Empfänger gesendet
    (nicht alle haben bestätigt) BUS_TRANS_MSG"
    - in transaction code SMW02 occurs:
    Mdt Benutzer Funktionsbaustein Queue-Name
    100 CPIC_FILO BAPI_CRM_SAVE R3AD_SAL_ERR
    Datum Zeit
    12.04.2007 17:52:10
    Statustext
    Inkonsistenz zwischen den DDIC-Typen CRMT_CUSTOMER_I_COMT und ABAP-
    genera
    SOLUTION:
    re-generation of *ALL* code which using structure CRMT_CUSTOMER_I_COMT had solved it.

  • How to delete the structure created from EEWB ?

    Hi SAP Guru’s
    I have an issue at hand. I have added three components in the structure <b>BUS000___I</b> and the components are <b>ZZ1, ZZ2, ZZ3</b>, I was following the <b>EEWB</b> wizard and from there these three components were made, now I cannot delete these components directly from SE11. Because after adding these components the system is not allowing me to do so and is asking for the access code.
    I am getting a syntax error in all the tx where<b> Business Partner</b> is used. No old versions for this structure was found in the system. The only structure that has come into this <b>BP</b> structure is <b>ZBSTC0000000000</b> followed by three data elements of this structure.
    I know the Project and the enhancement  that was created and I have tried deleting the enhancement from <b>EEWB</b> but when i try deleting it, it always fall into an intermediate stage where it leaves some entries and due to these left over entries these errors are coming.
    Another imp thing is that the structure that i have reported is a newly created one I cannot find this anywhere else. Looks like this structure was created after executing the EEWB transaction only.
    Now when I try activating the enhancement again the <b>magic wand button</b> used to activate an enhancement and the <b>generate button</b> is also inactive in EEWB and now it is not getting activated, even after rt click enhancement then clicking change or by clicking on the edit-change button on the top tool bar.  Do you think if I create another enhancement this button might get activated?
    Please let me know how do I delete these components.
    Kindly reply at the earliest.
    Regards,
    Amit

    Hi Rahul,
    thnx for coming again.......
    this is the error log that is coming up
    Short Descrip            Prog ID      Obj typ        Object name
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_DLVE1
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_DSAVB
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_ISDST
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_ISSTA
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_XCHNG
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000100
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000101
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000102
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000100
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000101
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000102
    Function Module     LIMU       FUNC     ZZTB0000000000T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000000_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000001T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000001_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000002T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000002_SELECT_SINGLE
    Report Source Code     LIMU       REPS                 LZZG00BUPAF01
    Report Source Code     LIMU       REPS                 LZZG00BUPAG24
    Report Source Code     LIMU       REPS                 LZZG00BUPAG27
    Report Source Code     LIMU       REPS                 LZZG00BUPAG30
    Report Source Code     LIMU       REPS                 LZZG00BUPAI00
    Report Source Code     LIMU       REPS                 LZZG00BUPAI01
    Report Source Code     LIMU       REPS                 LZZG00BUPAO01
    Report Source Code     LIMU       REPS                 LZZG00BUPATOP
    Report Source Code     LIMU       REPS                 SAPLZZG00BUPA
    Function Group     R3TR       FUGR     ZZG00BUPA
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW01
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW02
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW03
    DataSource (Active Version)       R3TR                 OSOA     0BPARTNER_ATTR
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000000_TEXT
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000001_TEXT
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000002_TEXT
    Table                            R3TR       TABL     CI_EEW_BUT000_X
    Table                            R3TR       TABL     ZTB0000000000T
    Table                            R3TR       TABL     ZTB0000000001T
    Table                            R3TR       TABL     ZTB0000000002T
    Table Contents     R3TR       TABU     TBZ0A
    Table Contents     R3TR       TABU     TBZ0B
    Table Contents     R3TR       TABU     TBZ0C
    Table Contents     R3TR       TABU     TBZ1C
    Table Contents     R3TR       TABU     TBZ1F
    Table Contents     R3TR       TABU     TBZ3A
    Table Contents     R3TR       TABU     TBZ3B
    Table Contents     R3TR       TABU     TBZ3C
    Table Contents     R3TR       TABU     TBZ3D
    Table Contents     R3TR       TABU     TBZ3E
    Table Contents     R3TR       TABU     TBZ3F
    Table Contents     R3TR       TABU     TBZ3I
    Table Contents     R3TR       TABU     TBZ3K
    Table Contents     R3TR       TABU     TBZ3R
    Table Contents     R3TR       TABU     TBZ3S
    Table Contents     R3TR       TABU     TBZ3W
    Table Contents     R3TR       TABU     TBZ3X
    Table Contents     R3TR       TABU     TDDAT
    Table Contents     R3TR       TABU     TVDIR
    View Maintenance: Data        R3TR     VDAT     V_TBZ3H
    View                      R3TR       VIEW     ZTB0000000000V
    View                      R3TR       VIEW     ZTB0000000001V
    View                      R3TR       VIEW     ZTB0000000002V
    and there is a delete icon by the side of every line but when i try deleting any entry it says object name does not exist.
    Please help.
    Regards,
    Amit

  • Creating a new field in assignment block  through EEWB

    Hi,
    I need to create a new field in an Master data --> Listings --> Listing items/Products assignment block. I do not have option to use AET (using CRM 7.0) for this assignment block. I think I should use EEWB only.
    Now, how can I find the right EEW Bus. object and the extension type to create new fields.
    Please suggest.
    Thanks,
    Praveen

    CRMCMP_LST/CondRecDispView.
    Here I would like to create new field in the header area. I found that the structure used by the BOL entity, in this view, cannot be enhanced. This new field will be defaulted according to the user information everytime the user creates a new Listing.
    Also, this field should be available in display view.
    Please suggest.
    Thanks,
    Praveen

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

  • Error While Creating New Field thru EEWB

    Hello CRM Experts,
    I have found following Error while adding New Fields through EEWB. Can any one help to analyse and give the solution?
    It gives Error Log as-      System type OLTP with role DEV is not specified correctly. System type OLTP with role DEV is not specified correctly
    Thanks for your reply in advance.

    Hi Priya,
    We are also facing similar error in EEWB. If you have solved this problem, please update thread.
    Thanks
    Dhanraj

  • EEWB : Error while generating extension using wizard

    Folks,
    We are on CRM 5.0, am getting the following error when I try to create few custom fields using EEWB.
    While creating the project & extension, I gave #temp as the package (dev. class).
    when I try to start the wizard for creating new fields and provide the technical details and press 'complete' button, am getting the following error:
    <b>Task BUPA_CI_FILL CRDCLNTxxx
    Table BUT000_TD (Statements could not be generated)</b>
    Detailed Error message:
    Message no. DT066
    Diagnosis
    A requested database action could not be carried out.
    Procedure
    First try to repeat the action which caused this message. If the
    database action again cannot be carried out, find out the cause of the
    error using the analysis tool in the database utility. There might be an
    inconsistency between the table definition in the ABAP Dictionary and
    the existing nametab (runtime object for the table).
    Can you suggest what could be wrong here.
    Thanks in advance
    Guest01

    thanks Sudheer. I checked the syntax check and got the following log displayed.
    I can send you the description (long text) of some of these messages. could you have a look at them and give your inputs.
    Check table/structure BUT000_TD
               Check table BUT000_TD (USERID/05/25/07/06:21)
               Enhancement category 3 possible, but include or subty. not yet classified
               Several fields of type LANG: Select one of these as text language
               No data exists (structure change caused by DROP / CREATE)
               Error in code generation for deleting table BUT000_TD
               Table BUT000_TD (Statements could not be generated)
               Error number in DD_DECIDE (64)
               Check on table BUT000_TD resulted in errors

  • Error while deleting extension in EEWB transaction

    Hi Friends,
    When we tried to run EEWB - easy enhancemnet workbench in CRM system to extend new custom fields in Sales transactions, it gives an option to check the different systems where this new field data should be flown.
    Now due to some problem in the middle of running EEWB, we cancelled the process and deleted the extension created. But it is not deleting and displaying an error which is like this as below :
    "DataSource 0CRM_SALES_ORDER_I must be activated using transaction BWA5".
    We do not see any option in the BWA5 to activate this datasource and hence are unable to delete this extension to create a new one again.
    Help us with the process to be done to activate this and also the impact on the system after activation .
    Thanks & regards
    Raju.

    Hi
    ask in BusinessWarehouse forum how to activate it.
    regards
    Radek

  • EEWB - Syntax error while generating Enhancement Project component

    Hi,
    I'm using SAP CRM 7.0. I used EEWB (Extended Enhancement Workbench) to create a project and add 3 fields to Business Partner (BUPA). On generation I get an error 'Syntax error in Function Group SAPLZZG00BUPA: The field '"GV_ZZATTR1_PAI_ERROR" is unknown.
    There are these fields ZZATTR1 .... ZZATTR9 created by someone. Do not know in which enhancement they are in. But somehow the program generated by SAP - APLZZG00BUPA is giving this error. Is there a way to fix it?
    Any help or guidance will be appreciated.
    Regards,

    Hi Harshit,
    I check the details as mentioned by the thread. The structures are created properly.
    To give you more details:
    1. There is already one extension in the system created by someone - ADD NEW FIELDS - which created the structure with additional fields - ZBSTC0000000002.
    2. I did an extension - ADD NEW FIELDS which added another structure in CI_EEW_BUT000 and CI_EEW_BUT000_X - ZBSTC00009JACQV
    3. When I generate the project I get syntax error in SAPLZZG00BUPA - as the fields from prior structure do not exist in this program which is generated during the project generation.
    Regards,

Maybe you are looking for

  • CD imported to wrong folder organization Album/Artist instead of Artist/Alb

    I imported (ripped) a CD and the folder convention iTunes created in my music library was like this: AlbumName/ArtistName instead of ArtistName/AlbumName How could this happen. I have ripped hundreds of CD's and this is the first time it has happened

  • How to print 4 up correctly in iPhoto under Mountain Lion?

    I got about 30 images from a client. I want to print them 4 up. I tossed them into iPhoto and when I go to print a "Contact" sheet it gives me the options for how many columns I want. So I go to 2 columns and I get 4 up. Problem is, it's putting them

  • What's wrong with reader?

    I have Reader 9.4.2 in the system, have been able to open, read, create, send and recieve PDF without issue until now, I tried to open a PDF and got a message saying I need version 8 or higher, why would this happen when I have 9.4.2, ? I tried to up

  • Post foreign currency valuation for special G/L accounts

    Dear experts, Our client wants to evaluate the balance of down payment account after each partial clearing with invoice.As down payments are being posted by special G/L indicators, they are not able to post to the down payment account directly. and t

  • Addition of new fields in the standard report QM15

    Dear Experts, i need to add new fields to the standard report t.code QM15 which display the list of items: selection of notifications. the fields i want to add are: 1. batch no 2. Sample no 3. Main vendor 4. text for CDR plz let me know how can i do