ADD CONTACT FIELD

HI EXPERTS,
We want to add a button or field when creating a contact with transaction BCT0. Anybody knows a User Exit related to this?
Thanks in advance
Nicolas
SAP-ISU CS

Enhance-ment
Business partner contact ECSCC001
Function Group
XBPT1
Screen
0100
Function Module
PBO  EXIT_SAPLBPT1_003
PAI    EXIT_SAPLBPT1_004
PAI    EXIT_SAPLBPT1_005
Customer-specific contact fields are to be added into CI includes CI_BCONT.
Regards,
Siva Bontha
Edited by: Siva Bontha on Nov 12, 2009 3:24 PM

Similar Messages

  • How To Add Additional Fields When Creating New Contact From w/in Mac Mail?

    Hi there. When in Mac Mail and clicking on contact information provided within an email, we are able to either (1) CREATE NEW CONTACT or (2) ADD TO EXISTING CONTACT (by clicking on the arrow next to a phone number, address, etc.). If I choose "Create New Contact," how can I add additional fields BEFORE clicking on "Add to Address Book" button in lower right corner? Let's say, for example, I know this new contacts URL or company. (Currently, I am creating the new contact from within Mac Mail and then going to Address Book and finding the contact, then editing, the adding the additional fields, then saving, and then going back to Mac Mail. This all takes time.)
    Note: When creating a new iCal event from within Mac Mail, we can click on Option/Alt key when selecting drop-down arrow...and this will allow us to add additional information. The same feature isn't available for address book???

    I have the exact same question and problem. If there was a way to automatically open the AB entry after "creating new contact" this would solve it.
    Thanks for any suggestion

  • HT2486 How do I add spouse field to all contacts to avoid doing it one by one?

    How do I add spouse field to all contacts to avoid doing it one by one?

    In Contacts>Preferences>Template>Related Names>Spouse:
    Add it to the card and it will appear in all cards.
    In Lion you will be looking for Address Book rather than Contacts.

  • Add EEWB Fields Into BP Contacts Screen In Web Ui

    Hi Gurus,
                      I added 2 fields through EEWB for the BP relations screen it is working  perefectly in the SAP GUI , i need to add these fields Into BP Contacts web ui screen , the problem is if fields data is already present it is working fine , if want to create new one for the contacts it is not setting the field value in web ui what is the problem help me resolve this problem.
    Regards,
    Naveen Kumar M S

    Hi Masood,
    In BP_DATA   and BP_CONT  SET Methods We Have the same Code
    entity ?= current.
          coll = entity->get_related_entities(
                   iv_relation_name = 'ZZ2RCEEWCONTACTRel' ). "#EC NOTEXT
          current = coll->get_current( ).
          if current is not bound.
            return.
          endif.
    But while Debugging  we found  a difference 
    In BP_DATA
    current is bound
    whereas in BP_CONT current is not bound
    while going inside
    current = coll->get_current( ).
    method IF_BOL_BO_COL~GET_CURRENT .
           data: LV_ENTRY type CRMT_BOL_COL_ENTRY.
           if ME->TABIX > 0.
             read table ME->ENTITY_LIST index ME->TABIX            into LV_ENTRY.
             RV_RESULT = LV_ENTRY-BO.
           endif.
         endmethod.
    ME->ENTITY_LIST  was populated for BP_DATA and not populated for BP_CONT
    Any Suggestions...
    Regards,
    Naveen.

  • There is no place in add a field in contacts to add another person.how can I add another child?

    I'm trying to add another child to my contact info and can't find the place to do it. Went to add field but there wasn't any choice for adding another person.  This is my first Apple product and I must say I'm not very impressed.

    Hey Memeyork,
    Within the Contacts app, you would want to press the + sign at the top right to add a new contact. Here are some other ways you can add contacts to your iPhone:
    iPhone - Add contacts
    http://help.apple.com/iphone/7/#/iph14a87326
    Have a good one,
    Delgadoh

  • Webform Customer Contact field only adds email

    Hi,
    Our customers enter their information via a webform which automatically adds them to our CRM and creates a new case. Yay! Great and easy function.
    Here's the thing though, the customer also enters their Cell Phone as a mandatory field in our webform, however the record is not entered into the customer contact field and only their email address is added.
    Can anyone help?

    Hey there,
    At a guess you made a custom field for the cell phone number which will only go into the case. In the form builder you should select and use the cell phone number field, not a custom field. This will then go into the CRM entry.
    If you feel you have done that you need to ensure you have not renamed the input field name paramater as it needs to he the same as what it spits out in the system so it knows where to store it.
    If that is ok then it could be that you have changed the ID etc or changed the form to break the javascript of the form so people are leaving it blank and the script to run it is not working.

  • VA01 Sales order - Header-- Accounting tab need to add a field

    Dear All,
    The requirement is,
    1. I need to add a field in Sales order.
    Path for the same is as follows:
    VA01> Goto> Header--> Accounting tab
    2. The field will be a date field that needs to calculate date on.
    a)create a new field. ex - zchdt (chq due date)
    b)when customers enters value in Assignment,
    i.e vbak-zuonr
    after that trigger logic is
    3.vabk-kunnr = knvv-kunnr
    a)sy-date + knvv-kvgr2 (exclude sundays)
    example - 14 sept + 30 days = 14th october
    should populate value - 14th october i.e. field (zchdt)
    4. This activity needs to be triggered before the sales order is saved.
    kindly know whether this is possible or not.
    if possible how & which exit & also with example code.
    if you could give me your contact(cell no).
    Regards,
    Nagendra D.S.
    Mobile - +91 9819899082

    Hi All,
    VA01 Sales order - Header--> Accounting tab need to add a field. field name - zchdt(cheque due date)
    when customer enters value in Assignment i.e zuonr & after that trigger logic is
       1.     vbak-kunnr = knvv-kunnr
       2.     sysdat + knvv-kvgr2 (exclude sundays)
    example - 16 sept + 30days = 16 oct
    in field zchdt value 16 oct as to populate
    Pls help me in the code.
    Regards
    Nagendra

  • Report RCATS_DISPLAY_ACTIVITIES to add new fields

    Hi  SAP Gurus ,
    I have a req to add new fields from a table ZCS_ENGINE to the report RCATS_DISPLAY_ACTIVITIES . 
    I copied the program and create a Z report ZRCATS_DISPLAY_ACTIVITIES , but i am facing difficulties to add new fields
    to the fieldcatalog.
    Can u please tell the procedure to add fields into the layout and show the output ..
    Advance Thanks,
    Thanks,
    AMS
    Moderator message: too vague, please describe problems in all technical detail when posting again, what is "difficulties", is it classical, ALV, class based ALV, what have you tried so far, please search for available information on fieldcatalog and layouts before asking.
    Edited by: Thomas Zloch on Oct 19, 2010 3:28 PM

    hi,
    as per your requirement (3 fields you mentioned )not inthe standard .you have to contact technical team for new report or enhance ment.
    regards
    muthuramand

  • Add Contact's Email and Phone to the Lead result list on WEB UI

    Hello All,
    My requirement is to add Contact's Phone number and Email on Lead result list.
    Technical details:
    BT108S_LEA(Comp)
    BT108S_LEA/Result (View)
    RESULT (CN)
    I have enhanced context node ' Result ' and added new field through wizard (Ex: ContactPhone) using following details.
    add model attribute:
    BOL entity: BuilContactPerson
    BOL Attribute: TEL1_NUMBR
    After the successful creation, i added ContactPhone field from available fields to display fields.now i could able to see the newly added field on Lead result list.i see message 'BTPARTNER not bound' under telephone colomn for each record.
    Can we add these two fields from standard BOL structure and use it , so that no coding required, system will take care of data retrieval?
    or should i go with adding custom fields and write logic to get the data for each lead's contact?
    please help me with  approach and on above error.
    Thanks
    Gangareddy

    Hi Ganga,
    Since these fields are in a table view, its not possible to bind them with the standard BuilHeader BOL Object. Hence, we need to write the custom logic for these methods.
    You have two options here.
    Option 1:
    Add the fields in the result structure and modify the Genil Search class logic and replace the standard GENIL class with custom class.
    Option 2:
    Create the custom attribute directly in the BOL structure and write the custom logic in getter method.
    Hope this helps.
    Thanks
    Vishal

  • How to add custom field to ical

    Hi
    I run a small business from my mac pro and my iphone. I would like to get a good workflow but it seems I am missing a few bits of information.
    First I would like to add custom fields to ical so that I can gather all the information I need in one spot. For example, I create a meeting with new client Tim Smith on Friday so I want to enter his name and contact info into ical because I need his address and phone number on the event so I can reference it.
    Then I would like to find a way to automatically create a contact card based on that information. If I can find an apple script that reads the fields in Ical and creates new contacts based on new events that I created.
    Then I would like to automate extracting the email addresses to send out preformed group mailers for people who were in my calendar that day ie "Thanks for meeting with me, I think we got a lot accomplished and hope to see you at the next meeting." etc etc
    Then also automate reports based off of my ical events such as "Report for how many times I had a meeting in the Blue Room this week" or "How many times did I meet with Timothy Smith"  this year
    I have tried automator and it doesn't seem strong enough to do this so I am thinking AppleScript but I am not very good at it. Anyone have any ideas on any of these issues?

    Tried the iCal forum and support
    www.apple.com/support/ical
    Tried Lion Community?
    you have notebook and tower?
    www.apple.com/support/macbookpro

  • Accessing the Contact field on a Content Area Programmatically

    I'm implementing some functionality to email the owner of a content area when a new document is submitted for
    approval.
    I have not trouble accessing and manipulating the content areas, folders, regions and items programmatically,
    but when I get to the simple bit of looking up the contact for a content area to send the email I can't find the contact
    property in any view, all of my WWSBR_% views MAILTO_DISPLAY_NAME values are '0'.
    Does anyone have any idea how to access this Contact field (from Edit Folder -> Optional Properties tab) from PL/SQL
    (or Java for that matter) either through a view, table or API call?
    Regards,
    Rob Paterson

    Hi Robert,
    Ur statement states that
    "I have no trouble accessing and manipulating the content areas, folders, regions and items programmatically"
    Can u throw some light on the same by possibly sending some codes to achieve the same.Our requirements are as under:-
    1)When the content area is added with various privileges to a particular users page he needs to click on edit in order to add Item/folder or manage the same.Is it possible to show(either by customizing or programatically) the same links by doing away with the edit link and directly displaying the privileges(i.e. add item,folder properties) when he logs in.
    2)As the situation stands now when a document is uploaded for approval only Portal30 can approve the same though the relevant privileges have been provided for various users.The icon for approval doesnt appear when the content area is added as a portlet.The only way of approval seems to be for portal30 to log in and navigate to the particular content area and click on the same.The items awaiting approval appear with a approve icon wherein he can approve the same.But the same fail to appear when published as a portlet.
    Our project is under tight schedule so any help would be a gr8 help.
    Thanks in advance.
    Regds.
    Kiran.

  • How to add contacts in phone programatically

    I am trying to add contacts to my phone through a program.
    when i use addstring the phone number gets added but i am unable to enter the name field
    i am unable to find the index of that field
    would some one please help me
    its very urgent

    Why you can't ? here is the link with the procedure
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB04663&sliceId=1&docTy...
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • How can you trim the contact field value without cloudconnector?

    How can you trim the contact field value without cloudconnector?

    You can add your contacts to segments, while right-clicking on the criteria you have added in segments, you will see the option for Merge, Intersect & Trim.
    See the attached URL, it might help you .
    Merge, Intersect, Trim

  • Make BC Forms ignore spam? Add extra field!

    Hey Guys, I have recently found this article:
    http://nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captch as/
    Why not implement something like this in the current BC forms?
    Basically:
    - add extra field to any  form created
    - make that field hidden
    - turn off autofill(so it doesnt get automatically filled in by client)
    - randomize the name/class of the field
    if the field gets submitted -> ignore the entry, if not submit the field.
    Spam is a HUGE problem with current websites that I work on. I get spam every day through forms that dont have CAPTCHA's.
    Problem with CAPTCHA is that they are UGLY I cant always fit it in with the design of the website.
    Thoughts?

    You need both and you can change the colour of captcha etc. Also BC has honeypot on any new form. Make a new form and view the HTML. You will see a security module in there. Copy that module and Place it in any forms you have issues with spam.
    BC also used Akismet for comments and another set of improvements for them are coming in Mondays release too.

  • Where have contact fields gone?

    Just noticed that new contacts no longer have the fields Spouse and Children.  Why have the disappeared and can they be restored?

    Open Contacts go to Contacts>Preferences>Template>Add A Field>Related Names

Maybe you are looking for

  • Interaction (Accordian) is not displaying in Presenter 9 output

    I added an accordian interaction to a slide and edited it using Interaction Manager (Presenter 9) but when I preview or publish the presentation, that slide is blank.  Am I missing a step somewhere along the line?

  • WBS settllement to Asset

    Hi, I am trying to create the settlement rule for the WBS element with category Asset. While assigning asset under construction (which is created by this WBS element) it is giving the error message "You can not post to asset XXXXX". Please tell me wh

  • Url ivew for anonymous user

    I have created an HTML file in content management and a corresponding URL iview to display the file. I can preview this iview. I have set the authentication scheme to anonymous and have assigned anonymous user as an end user with read permissions. Wh

  • Sending a page from iweb

    I'm doing a website for someone. She has some changes and ideas put them together in iweb on a template. Is there a simple way for her to copy and paste those changes and send them to me? Obviously I don't want to be fooling around with her Domain fi

  • Import loses (some) track info on eject

    When I import from a CD and use get track info, iTunes does the right thing. However, upon ejecting the CD, I often lose some, although usually not all, of the track info. Usually it just loses the first track info (maybe it's the one I played?) Some