Adding a custom field of my choice

I would like to add a new global field to my address book. An example would be 'nationality'.
I see I can add fields from a defined set, even customise labels for phone, email, URL, date, names and addresses. But can I add a new text field of my choosing to the template?

Don't think so since AddressBook data is still generally tied to standard .vcard format.
But,
You could add whatever extra info you needed in the Note section.

Similar Messages

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Regarding adding a Custom field to Standard Table

    Hi ABAPers,
    Can any one explain the below spec-description.
    "The purpose of this design is to provide the foundation for a more automated solution to the invoice reconciliation process.  This design calls for adding a custom field to the standard SAP table EINE as well as a data maintenance tool for the same.  There will also be a new custom table for storing values associated with the new EINE field.  These new tables will also provide users with the ability to determine which PIR are soon to expire."
    We have to add one custom field to standard table EINE, how we can add this custom field to STND table.
    According to me we can add it through append structure. is it correct or not.
    and what is data maintenance tool.
    Pls.............Explain in details.
    Thanks in advance.
    Regards,
    Ramana Prasad. T

    Hi,
    Goto SE11 ,give ur table name.Then press display button.Then in the application tool bar press on append structure ...Now create a zstructure and add ur custom field and then activate the table.
    Regards,
    nagaraj

  • Adding new custom fields in FB01

    Hello all.
    I am having a requirment as i need to add the custome fields in Fb01 transaction at item level.
    I have added the custome fields in Bseg table, now i wan to display this fields in the Fb01 screen.
    Is thios possible to do so.

    First, I hope you are using the ECC 6.0 since this is a new functionality (or ECC 5.0????). Second, tell us the steps you have followed.
    Fernando.

  • I added a custom field into my form in BC but it wont render.

    I added a custom field into my form on BC but I cannot get it to show up whhen I preview it. Does anyone know why this is happening?

    Check out this http://ellenmemorialhcc.businesscatalyst.com/contact-us.html  In this site I am just trying to add a 4 checkboxes. I have tried previewing it and everything and it will not make the changes. How do i get these checkboxes to show up on my site. I found where in business catalyst to access them and I enabled those features in BC but i cannot figure out how to get this to show up live on my business catalyst site.

  • Getting error while adding a custom field (with input help) through AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running while I am testing it
    While adding fsecond field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Please help me out.Kindly be detailed as I am new to SAP CRM.

    Thanks for very helpful reply. After implementing the suggested SAP note, I am able to see the getter and setter methods.
    So one of my problem has got solved with your kind help:)
    As per your another suggestion,I have created the enhanced fields without the search help from AET in the node BTAdminI with names Plant(ZZPLANT) and Storage Location(ZZStoarge_Loc).
    Now I am facing below problem:
    Since Plant needs to autopopulated by Storage Location (search Help ZOFI_SHLP_STORAGE_LOC),So I need to Implement Getter setter method.
    I have written below code into Get_V_ZZStorage_Loc Method:
    method GET_V_ZZSTORAGE_LOC.
      DATA:
        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
        lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
        ls_map-context_attr = 'ZZSTORAGE_LOC'.
        ls_map-f4_attr      = 'STORAGE_LOC'. (Storage_loc is the parameter defined in search help)
        APPEND ls_map TO: lt_inmap, lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id        = 'ZOFI_SHLP_STORAGE_LOC1'
          iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_callback
          iv_input_mapping  = lt_inmap
          iv_output_mapping = lt_outmap.
    endmethod.
    But its not working.Should I write some code in Get_P_XX or some other method also?
    Kindly suggest .

  • Adding new custom field in already existing custom tab for MM01

    Hello Guru,
    I have a requirement that add a custom field in already existing custom view of MM01. I did the following steps :
    1. I have cerated a new field in MARA using APPEND structure.
    2. I have found the function group(Y_FE_MARA) that already there other subscreens, so that I have added another subscreen in that function group and created a field from MARA in the screen.
    3. in SPRO went for the path Logistics General->Material Master->Configuring the Material->Define Structure of Data screens for Each Screen sequence
    In the 3rd step, I have choosen already existing screen sequence(Y1) and went for Data Screens and choosen for Custom tab and double click on subscreens and then I have added the program as SAPLY_FE_MARA and subscreen number(011) and saved it.
    After all the above steps, I have run MM02/MM03 then the field is not getting displayed in the screen of custom view.
    Did I miss any steps here? Please suggest me if I did something wrong.
    Thanks and Regards,
    Muralikrishna Peravali

    Hi Raymond,
    Thank you for the reply. As per the note some one already implemented the Screen Enhancement with 2 custom views. I need to add the field in any one of existing custom view. So for this I have created a Subscreen in copied function group of MGD1(Y_FE_MARA). But in the function group already 10 Subscreens were created. Is this is the problem? or else copy the FG MGD1 into another FG and create the subscreen will be feasible to my scenario?
    Please suggest me.
    Thanks and Regards,
    Muralikrishna Peravali

  • Adding a custom field in standard search criteria in SAP SRM SLM

    Hi Friends,
    Currently we are using SAP SRM with SLM system .
    In SLM system we have a functionality to replicate the supplier to other system ( like ECC SUS etc).
    As per the requirement we have done some enhancement and now we need to enhance the standard search functionality by
    adding our custom filed to one of the search parameter field
    Kindly refer the screen shot
    Click on Supplier Lifecycle Management -> Distribute Supplier
    Kindly suggest the steps to implement this change.

    Hi,
    See this thread:
    Vendor Master Extension in SRM
    For custom fields for vendor master,you can use the BADI's BBP_GET_VMDATA_CF(In SRM) and BAdI BBP_MAP_VMDATA_CF (In R/3).
    Other related links:
    http://www.sapdevelopment.co.uk/enhance/bdt/bdthome.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/2f/696d360856e808e10000009b38f839/content.htm
    F4 for customer table fields
    Look for the OSS Note for more details.
    Note 675800 - Business partner enhancement SRM on maintenance screen
    BR,
    Deepti.

  • Adding new custom fields in SAP transaction?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi,
    Find the link below  which has step by step process of adding custom fields:
    goto site saptechnical-tutorials-ExitsBADIs-EEWB
    Hope this would be helpfull.
    Regards,
    Sharath

  • FI-AR-CR: Adding new custom field to FD32

    Hi,
    We need to add a custom field to FD31/FD32/FD33 transaction that is going to be feed by another develpment that we have.
    I searched in customizing but no luck. I found some info that i need to do one (or both) steps:
    1) Add a screen field to the  standard SAP program (namely SAPMF02C and screen 0210);
    2) Enhance an user exit, for instance FI_DUZI_ROUND_CML (Rounding in Accordance with Contract Conditions)
    Do you guys have any other idea ?
    The first option needs that the standard veiw to be changed so we are trying to found different options...
    Best Regards,
    Bruno Sousa

    Hi Christian,
    So your client made an enhancement to KNKK table.
    Does the field appeared automatically in FD32 transaction (for instance) or did you needed to do any other enhancement, like changing the view for instance ?
    I have an specific KPI to put in the view status and so, since i don't have any other standard field that i can use, i need to add a specific one....
    Thanks in advance.
    Best Regards,
    Bruno Sousa

  • Adding a Custom field in Catalog

    Hi,
    We are implementing a new catalog and we are using the SRM 4.0.
    We need to add one more custom field to get the Information related to CAS number in the Front end.
    How can we add the new field in the SRM and match with the corresponding Vendor catalog field.
    Any inputs would be very helpful.
    Thanks and regards,
    Ramachandra DN

    Hi Ramachandra
    please see this KATHIR's article on your similar  requirement.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/bpx-community/supplier-relationship-management/ccm:%20Working%20with%20Custom%20Characteristics%20&%20Mapping%20to%20SRM.pdf
    regards
    Muthu

  • Adding a custom field in a sap standard screen in pa30 for an infotype.

    Hi to all..
    i'm in a requirement to add a custom field in a standard screen of pa30. for the infotype 0442.
    I googled up.. but i was not getting proper solution for it.. can any one provide a solution for it..
    With regards.
    Aahbha.

    Hello Sirs,
    Step by step instructions on:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/d52552575e11d189270000e8322f96/frameset.htm
    The below thread provide more info on how to create an infotype from scratch, but this is just for the reference:
    add custom fields to standard infotype
    Regards,
    Bentow.

  • Adding new custom fields in SAP transaction - PSOBWORK?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi ,
            There are options like screen-exits ,badis
    the best option would be to find screen exits for the transaction and you code ur logic in the exit and create the screen with your requirement .

  • Adding a custom field in a standard table LIKP

    Hi,
    I need to add a custom field in LIKP table. This field is populated only under certain conditions.
    I can add the field but don't know how to populate the value of the field. This field should be populated only at delivery creation. Are there some User exits or Badi where we can do that.
    PLease let me knw.
    Regards,
    Sharadendu

    Please search "infotype enhancement".

  • Adding a custom field in Delivery header

    HI all,
    I want to add a custom field in Delivery order creation header section.
    Is there any user exit to add the field in LAyout? which is the program i need to add the new field?
    thanks in advance
    Rakesh
    points will be awarded

    HI chandra,
    Thanks for the reply.
    But I need to add a custom field 'Internal order number' to Delivery order header.
    Then is there any other alternative to add the field in Screen layout?
    thanks
    Rakesh

Maybe you are looking for

  • Should I use Compressor 4 before sending over to DVD Studio Pro

    I am making a FCP X movie and when it's finished I want to put it on a DVD using DVD Studio Pro. I have done this before but now I'm wondering if I should first export it to Compressor 4 and then to DVD Studio Pro. I understand that if I was puting i

  • GR slip for PO created in Material document but not printed or in spool

    Hello Inventory Management Gurus, I have a problem printing GR slip onto the printer. I am able to create the output and can see in the material document but not in the spool or printer. I configured GR slip printing in OMJ4, created condition record

  • How to goup ADF applications

    Hi, Our existing system is made up of a few hundred separate Oracle Forms programs, and we are currently rewriting them in ADF Faces. We need advice regarding how the Forms programs should be grouped when rewriting them in ADF Faces. For example, we

  • Java Scipt Calling Java Applet

    how could i call java applet in my java script code as i'm going to build an applet for internet application server but i'm going to check user input validation in java script !?!?!!?

  • Permit internal Read Receipts but prevent them from exiting organisation

    http://blogs.technet.com/b/exchange/archive/2011/02/23/3412028.aspx Above article explains how to delete Read Receipts in Exchange altogether. Can I use Exchange to allow Read Receipts between internal users within the organisation but prevent read r