Adding New Fields to Customer Complaint Transaction

after creating the fields in the wizard of transaction EEWB , its showing the following error "System Type OLTP with Role DEV is not specified correctly"
please guide me

Hi Shashi,
The error you have mentioned says System type is OLTP, change it to CRM system. Just delete the existing entry and create a new one rather than changing it.
Also check whether you have entered the correct logical system.
Regards,
Karthik.
Message was edited by: karthik kuppuswamy

Similar Messages

  • Adding new fields in Custom Infotype

    Hi,
    I need to change some fields of Custom Infotype. But project is already gone live for 1 country. will making changes to infotype affect for existing live country?
    Safe side....We are thinking Adding new fields in Custom Infotype. & displaying corresponding fields for countries in another tab
    & hiding the old tab.
    Please let me know procedure for  Adding new fields in Custom Infotype for displaying in new tab.
    Edited by: Sachin Thigale on Aug 23, 2010 7:04 PM
    Edited by: Sachin Thigale on Aug 23, 2010 7:05 PM

    Please search. Lot of Threads on this.
    Follow these steps.
    Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the u2018Employee Infotypeu2019 radio button.
    4) Select the u2018PS Structure Infotypeu2019.
    5) Click on Createu2026 A separate table maintenance window appearsu2026
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on u2018Allu2019 push button. It takes a few moments.
    10) Click on u2018Technical Characteristicsu2019. Infotype list screen appears
    11) Click on u2018Changeu2019(pencil) button
    12) Select your Infotype and click on u2018Detailu2019 (magnifying glass) button
    13) Give u2018T591Au2019 as subtype table
    14) Give u2018T591Su2019 as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on u2018Infotype Characteristicsu2019 u2026 Infotype list screen appears
    18) Click on u2018Changeu2019 (pencil) button
    19) Click on u2018New Entriesu2019
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotypeu2019s infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirementu2026
    25) In the PM01 initial screenu2026Select u2018Screenu2019 radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select u2018Layout Editoru2019 and click u2018Changeu2019.
    27) Screen default layout appearsu2026here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Donu2019t forget to u2018Activate at every level
    i think u have to select CI_INCLUDE while enhanceing the Standrad Infotype
    The above details are from the following link
    Re: How to add fields in custom infotype and update its screens

  • Adding new field to Customer master sales data area sales tab

    Hello everyone,
    I am new to module pool so seeking some help from experts here.
    I have a requirement were in I have to add a new field to the customer master (VB02) sales area data sales tab.
    I found that there is no screen exit.Is there any other way of doing it?
    could you please provide me with a step by step procedure of doing it.
    With Regards,
    Karishma.

    Hi,
    How did you look for screen exit? Have you also tried it in BADI? 'Coz normally, adding custom fields to a standard screen has to be implemented in exits.
    I haven't worked with VB* screens yet so I can not give you a some possible exits. But you can do some debugging. I think there's an available code in the net that searches for exits/screen exit (ask Mr.Google). You can also ask him how to search BADI in debugging mode. I remember it's TCode SE24 then look for cl_exithandler class, get_instance method. Then look for exit_name variable.
    Hope this helps.

  • Adding new field in customized table ZPM_QMEL_EXT

    Hi all,
    My requirement is  to add a new field in ZPM_QMEL_EXT table numeric field no of  months due (ZZ_CO_MON_DUE) .
    Its value will be calculated as the # of invoices that were paid vs. what has not been paid and then from there, value of this field will be fetched.It has to be populated during the time of notifcation screen entry (iw51). The logic will be similar to this
      SELECT FAEDN FROM DFKKOP INTO TABLE IT_DU_DT
                                  WHERE GPART EQ WA_QMEL-KUNUM AND
                                        VKONT EQ WA_QMEL-ZZ_VKONT.
        SORT IT_DU_DT BY FAEDN ASCENDING.
        READ TABLE IT_DU_DT INTO WA_DU_DT INDEX 1.
        MOVE WA_DU_DT-FAEDN TO DUE_DT.
        CALL FUNCTION 'HR_MONTHS_BETWEEN_TWO_DATES'
          EXPORTING
            I_DATUM_BIS = SY-DATUM
            I_DATUM_VON = DUE_DT
          IMPORTING
            E_MONATE    = NO_MT.
        IF NO_MT IN P_DU_MT.
          WA_QMEL-DUE_MONTHS = NO_MT.
    Awaiting your kind help .
    Thanks
    hariom.

    Hi,
    There is only one option to include extra field for standard tables that is Append Structure other than we don't have any option.
    For Customizing tables we can use Append structure as well as Include Structure.
    Rules: Append Structure should be in last in Field column but include structure you can insert in any where it means between the fields.
    Delivery class option  and data class will take care automatically while upgrading the sap system one version to Another version.(upgrading).
    For that you should maintain the those properties when data base table creation.
    i hope the above information may helpful to you.
    Best Regards
    Sreenivas Pachva

  • Possibility of adding new fields to migo transaction

    Is there a possiblity of adding new fields in migo transaction so that we can enter the base price of items in po.
    Also Can we send mail to relevant authorization if there is difference in price entered in the po and the value entered in GR

    Hi, You can use BADI 'MB_MIGO_BADI' for adding custom fields at item as well as header level .
    or Check SAP Note 339448 - MIGO: settings of table control
    2-You can not do any thing related to price in MIGO, since you cannot enter any manual values in MIGO, it will always pull from PO or MIRO (in case of Imports).

  • Adding new fields to assignment block, what are the steps to do this.

    CRM 7.
    Could someone tell me what the steps are to add new fields to specifdic assignment block. Assume that these fields do not already exist in any given structure/table.
    My understanding is that I need to use transaction EEWB and then somehow use the component  "BSP_DLC_FS" and view "factsheet". But having never used EEWB before I'ma tad lost.  I'm in EEWB and have crfeated a project and believe that I now need to create an extension. When doing this I am displayed a box with 4 fields, being: Name, Description, EEW Bus object and Extension type. What are my next steps?
    I assume that the EEW bus object is 'BUPA' and the extension type is 'ADD_NEW_FIELDS'. However, how do I know for sure that the EEW bus object should be 'BUPA', bearing in mind that I'm adding new fields to the Account (BP) main address communication data Assignemnt block?.
    I wondered if anyone has a link to any guide docuemnt about how to do this?.
    Any help would be very much appreciated.
    I attempted to use EEWB to add new fields to BUPA but am hitting the error: BDT-DC is Not Prepared for This Application Object
    On searching I can see that there are ways around this, via SM30 against table/view V_TBZ1_DC, changing the BDT BC settings, whatever they are. But it gives me a warning when this happens and mentions that only SAP are allowed to do this, but it will allow me to create a transport if I press on past this. Should I need to make this change though, or have I just done something wrong within EEWB I wonder.
    Jason

    Hi Jason,
    You can try using Application Enhancement Tool (AET) to create new fields instead of EEWB,
    Best Regards,
    Gobinda

  • Adding new Fields in CRMD_ORDER

    Hi All,
    How can I add new fields to the crmd_order transaction of sap gui 7.0. Can I add new SAP standard fields also here in this crmd_order transaction. I want to achieve this through configuration and let me know whether this is feasible or not.
    Thanks in advance
    Sonali

    Hi Sonali,
    Is the addition of the Field in SAP GUI Transaction - CRMD_ORDER is valid one. As you have mentioned you are using SAP CRM 7.0 - SAP has already recommended using the new WebUI for all the Business Functionality and SAP GUI only for administrative purpose. Also, you should take care of whether SAP will support SAP GUI CRMD_ORDER or not.
    You can make the changes in the CRM BOL and GENIL Layer using the Easy Enhancement Work Bench. That will add the fields but for the UI you have to make use of the Enhancement Set and Configure the changes in it. And you can add many Custom Fields based on your requirement.
    You can have a look at the following link for [Easy Enhancement Work Bench|http://help.sap.com/saphelp_crm50/helpdata/en/9f/a19c921f0911d6b1d500508b6b8b11/frameset.htm]
    Hope this helps.
    Thanks,
    Samantak.

  • Adding new field in Billing due list in CRM

    Hi
    What are ways to add new fields to billing due list in CRM.
    Can we use any badi
    Is there any configuration of layout.
    Any other way
    Thanks in advance for your help
    Amit

    Hi,
    Adding new field in CRM can be done by AET.
    AET is able to add new field from Web UI.
    Please this blog for more details: /people/tzanko.stefanov2/blog/2008/11/26/application-enhancement-tool-creating-and-reusing-custom-fields-with-crm-70-part-2-of-2
    Regards,
    Steve

  • Adding new fields from CI Include to Standard SAP Screen

    Hi All,
    I am enhancing Infotype 0487. I have added new fields to the CI include and created the screen fields in subscreen 0200 with reference to the data dictionary fields. When I test the subscreen alone, the new fields are displaying correctly and F4 help is active. But when I view the whole screen(2000) in PA30, the new field is inactive and I am not able to enter data. Also F4 help option is present for the field but when it is selected, a message 'No Values Found'  is displayed. Please suggest some solution.
    Thanks in advance
    Regards,
    Sivasankari
    Edited by: Julynila on Oct 7, 2010 10:41 AM

    Hi,
    This might be the standard transaction, so there is a possibility of adding the fields using the Screen variants using SPRO, get in touch with your functional consultant. there you can copy an existing screen and add the required fields and rename the screen to different number, and in the config this new screen can be added.
    Thanks,
    Srini.

  • CRM PCUI (Imp):   Adding new fields  &  Webpage display in ODC1

    Hi Gurus,
    Plz help in these PCUI related configurations:
    <b>Query 1</b>.
    PCUI: Adding ‘custom created’ field in a new TAB (BSP Iview)
    Steps Done
    a. “Custom field” defined in an object (say Opportunity)
    b. An ‘event’ created.
    c. A ‘Group Tab Page’ created
    d. A ‘Field group‘ created and a new ‘field name’ added to the “field group” … (What structure need to be added to this field group?)
    e. Entry made in ‘Application Layout’ for an application i.e. event / position / screen element / tab page / structure…. (Again what structure to be added?)
    To handle this new field & tab, plz advice
    1. What needs to be entered in the screen structure? Do we need to create this structure?
    2. The required the model access class defined for the screen structure.  
    3. Any changes required in the controllers
    <u><i>(Where is the linking between “custom field’ defined in the opportunity object and the “new field entry” made in the filed group)</i></u>
    <b>Query 2.</b>
    Calling a webpage in a tab (ODC1, Detail area)
    Opening a webpage in an iview can be done easily by reating a URL iview.
    If the requirement is to open a web page in ODC1, than what are the steps required for the same?
    e.g. On clicking a ‘user defined tab’ the webpage should open in the “detail area 1”.
    <b>Query 3.</b>
    We have extended an object (say field addition in opportunity header) through EEWB
    Will the added filed be available in PCUI screen also?
    Regards,
    SAURABH

    Hello SAURABH,
    welcome to the SDN Community. Please do not crosspost:
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=66550&messageID=707519">CRM PCUI (Imp): Adding new fields & Webpage display in ODC1</a>.
    Regards
    Gregor

  • Added new field to cube but data not passed from DSO

    Hope someone can help.
    (BI 7.0) We added new fields into a cube. The fields already existed in the DSO. When we ran the process chain in development for the first time after making this change, we notice that the 'historical' data for these fields is populated in the cube. When we do this in our quality system only new data passed to the cube is updated. In development in the sub-chain DTP request we see all previous requests listed under selections. In quality it is only the latest request. The only difference is that the DeltaInit flag in the DTP request in development is ticked (extraction mode) - but not in quality. Does anyone know whyb this is?

    hi peter,
    Adding fields to cube doesn't affect delta status...The delta DTP should be able to handle delta requests automatically.
    I guess in you quality system, the cube already got all requests updated from ODS before you importing the change request. And in develop system none of the requests in ODS were updated before the change.
    Regards,
    Frank

  • Adding new fields to the data flow

    Hi,
    I am currently planning to add some new fields in one DSO and map it (with info source) in the update rules.
    Will adding new fields to Info source - Comm. structure affect all the update rules connected to it?
    The info source is connected to multiple DSO.
    (The data source is currently under enhancement for these fields). Once this is done, we have to replicate it to BW.
    Thanks,
    Naveen

    yes.
    Once the enhancement is done for data source in r/3 side, you will have to replicate the datasource in BW.
    Adding new fields will deactivate the update rules. You have to map the same in update rule and activate the same.
    This will require activation of  transformations, update rules, etc for related DSOs. Try to find out the where used list for the DSO where you want to add the new objects. Then check each objects whether these are activate after the changes. If these are inactive, you will have to activate all the objects.
    Cheers
    Chanda

  • Addition of new field to customer master data

    Hi
    Is it possible to create a new field in customer master table screen  and
    to have the same field in sales order creation screen.
    can we do it in Ideas version of ECC.
    please guide me step by step.
    Regards
    Jai

    Hello,
    Information about the latest enhancement technology to change the standard SAP funcionalities can be found here :
    [http://help.sap.com/saphelp_nw2004s/helpdata/EN/94/9cdc40132a8531e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw2004s/helpdata/EN/94/9cdc40132a8531e10000000a1550b0/frameset.htm]
    This technology is also included in ECC 6.0, you can add fields, add fields to screens, ...
    Hope this is usefull.
    Wim

  • Adding new field in the table for Output

    Hi ,
    I need to add a field catalogue as Payment method in the condition table for Output, but the payment method field does not exist in the table. Can this be done?
    regards,
    Ragu

    Hi Refer below link on sdn for adding new Field
    Adding New Field to Catalog
    Adding New fields to field catalog

  • Question regarding adding new field to an infoset.

    Hi all!
    Actually i am not a programmer but HR functional, but i need to add an additional field to my infoset.
    I wanted to do it myself without ABAPers help.
    I have already added new field to an infoset and included a code:
    TABLES HRP1000.
    SELECT SINGLE short INTO ORG_UNIT_SHORT
           FROM hrp1000 WHERE objid = p0001-orgeh.
    And it almost works. The thing is, when on the report (sap query) a person have value '00000000' in the p0001-orgeh the report enters value into ORG_UNIT_SHORT from the previous record (of another employee).
    How to avoid this? i suppose i have to assign this field an initial value at the begining of the code (how?).. or?? as i said i just try to make first steps in abap programming...

    Ok, i have found a solution (clear statement)

Maybe you are looking for

  • No selectable items exist for purchase requisition l_banfn

    Hi, While creating PO with ref to PR getting the below error : no selectable items exist for purchase requisition l'banf . Checked if the PO is created, its not created,. checked if the item is blocked/cancelled/deleted. Nothing is set. PR looks fine

  • I need to download and print papers????

    When I hit the download key the whole page turns white with small roundnblacck circle with a line through it in th top left corner? Please help me, I can't print out my IPAY stubs even adobe troubleshooting manual I can't download?????

  • No prob with 7, but where can i get support for my Logic 6? Nobody?

    Hello everyone, My name is Aytekin Kurt and I'm a well-known producer in my country, Turkey with a career including a national No.1 and a dozen Top 10 tracks as a writer and a producer. What's more, I was in Oakenfold's Grammy-nominated (Best Electro

  • Set Tab Page property -  Label property dynamically

    Hi All, I have a Tab page canvas. My 1st tab canvas Label is "Projects". If i entered 2 record means i need to change the Tab page label as "Projects 2". IN which trigger , i will write a coding for that? If i am in the Tabbed canvas , it is working

  • MacBook Pro Late 2008 graphic system and virtualizers

    I was asking myself if virtualizers could directly control the video card that is not used by OS X in the new MacBook Pro with the double Nvidia graphic set.