BAPI to create home address for ERP contact

hi all,
i am using this bapi (BAPI_ADDRESSPERS_CHANGE) to update the home address of the contact,but when the home address
is not there ,i am suppose to create the home address first,but which i am not able to do using this bapi,is there any RFC or BAPI  there to create the home address first...
regards,
  goutham

Hi Pradeep,
You can use the BAPI BAPI_BUPA_ADDRESS_ADD. The table ADDRESSUSAGE could be used to differentiate among the different addresses of the BP. Fill the ADDRESSTYPE field in this table with the type of address you want to create. You can pass the address data in ADDRESSDATA.
<b>Reward points if it helps.</b>

Similar Messages

  • Multiple addresses for one contact in a Group

    I need to add a work address and a home address for ONE contact in my address book to a group. How can I do this without expanding the group and manually adding the other address? I don't want to have to expand the group. Thanks for any assistance.

    Rather than dragging the card in from the Address Book, start typing the person's name. Mail will give you a pop-up menu on choices. Pick one. Then repeat and pick the other. This is less convenient if you want to put someone in a group and send to both addresses in the group... in that case, V.K.'s solution is the best you'll do.

  • How can I delete the home address of the contact person

    Hi Experts,
    I want delete the home address of the contact persons in the ERP.
    Which data and where can you found it:
    In Tx xd02 in the general data of customer - register "contact person" and then button "home address".
    There I want delete all fields. When I looked in F1 - technical information I don't get the information in which table the data are included. I know only the structure.
    I think the general data of the contact person I have to look in the table knvk.
    The private and the business email address I can find in the table ADR6.
    In the table knvk there is a field "address number". I  know when there is a number then the contact person has a home address and when this field is empty then for this contact person isn't maintain a home address.
    Could I delete this field "address number" in the table knvk? Is then the home address automatically deleted?
    I don't know how can I delete this field. Can anybody tell me how can I do this? I looked in the Tx xd99 this field isn't available there.
    Or does anybody know how can I delete the home address of the contact persons on another way?
    Thank you in advance.
    Best regards, Jasmin

    Hi,
    I am sorry, I forgot to say I don't want delete only one home address. Yes, you are right, then I could delete it manually.
    But I want to delete all private addresses, so I should have a tool for mass deletion.
    Does anybody know how can I do this?
    Best regards, Jasmin

  • How to make a distribution list that includes all email addresses for each contact?

    Is it possible to create a distribution list that allows you to select all possible email addresses for each contact within a group? I am running into the problem that I can only select one email address for each contact, but need multiple. How can this email list be generated using the Contacts app and Mail?

    You can't with the way it currently works.
    I've never tried, but you might try multiple groups, each with a different email selected.
    I think I created an Applescript that would grab every address of every selected person and address an email. It is probably buried in the bowels of these forums.

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • I have a new iPad. I am using Comcast as my email provider but when I send a message, it pulls up the facebook email addresses for my  contacts  instead of the addresses stored in my comcast account.  How can I get rid of the Facebook email addresses? The

    I have a new iPad. I am using Comcast as my email provider but when I send a message, it pulls up the facebook email addresses for my  contacts  instead of the addresses stored in my comcast account.  How can I get rid of the Facebook email addresses? The comcast addresses are stored in the comcast (xfinity) app.  I do not use the "mail" or "contacts" apps ....I go straight to comcast (xfinity).  I wish I could start over!!!  thanks.
    iPad

    I could be wrong, but it sounds like Facebook imported to your contacts.  I have the Xfinity app on my new ipad, too, but none of my stored contacts from the online version are showing, only what I manually entered into the iPads contacts are there.  When I did add the FB app, I did not grant it permission to push and pull from my ipad (not a fan of FB knowing every detail about me), so that may be where our difference lies.  You could try to open the app and change your privacy settings, or delete it and then reinstall without granting permissions to integrate.
    I'm sure someone here with a lot more knowledge then me can probably diagnose your issue better, though.  Good luck!

  • FM or  BAPI to  create 1001  IT   for Central Person

    Hi Friends
    I need FM or BAPI  to create 1001  relationship for  OTYPE  CP  ' Central Person ' .
    FM     HR_CENTRALPERSON_INSERT   is  there to create IT 1000 for CP   i  need for  1001 IT
    anybody pls guide me.
    Regards
    Meeta

    Hi 
    Thanks for your response 
    i have to create CP for  B209   relations type ( subtype )
    but prog giving me error   ( Relationship CP B 209 P cannot be maintained  using basic trainsaciton )
    CALL FUNCTION 'RH_RELATION_MAINTAIN'
                           EXPORTING
                             ACT_FCODE                 = 'INSE'
                             ACT_PLVAR                 = '01'
                             ACT_OTYPE                 = 'CP'
                             ACT_OBJID                 = '01119840'
                             ACT_ISTAT                  =  '1'
                             ACT_RSIGN                 = 'B'
                             ACT_RELAT                 = '209'
                             ACT_SCLAS                 = 'P'
                             ACT_SOBID                 = '01119840'
                             ACT_BEGDA                 = SY-DATUM
                             ACT_ENDDA                 = '99991231'
                           ACT_PRIOX                 =
                           ACT_PROZT                 =
                           REL_ENDDA                 =
                          EXCEPTIONS
                            MAINTAINANCE_FAILED       = 1.
                           OTHERS                    = 2
                         IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                         ENDIF.
    Regards
    Meeta

  • Which BAPI can Create handling Unit for VL02N.

    Dear All,
         Which BAPI can Create handling Unit for VL02N.
    The Business is: VL02N, click head toolbar PACK, then call up handling Unit.
    Thanks

    Hi sun!
    I'm facing the same requirement since three days and i'm not able to get it workin.
    Did you resolve the problem and if yes which function modules did you use?
    Thanks in advance!
    Florian
    Edited by: Florian Visintin on Sep 17, 2009 10:21 AM
    Edited by: Florian Visintin on Sep 17, 2009 10:22 AM

  • Need second email address for a contact

    I need the ability to add a second email address for a contact. I have tried using ";" and "," characters in the email address line, but get an invalid data format error when saving. Short of adding a custom field, is there any way to do this?
    Neil

    Neil, I believe your only option is adding a custom field.

  • Adding multiple email address for same contact to mail group

    Is it possible (in Apple Mail) to add a second email (work) address for a contact to an email group, how?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

  • How do I add multiple email addresses for a contact to a group?

    (I'm a recent convert from eMailer to Outlook Express, to Entourage, and finally to Mail.app)
    I'm trying to set up a group in Address Book that includes multiple email addresses from a given card. These are folks that want me to include, for example, both their work and home email addresses when I send to this particular group.
    I see that Address Book has the ability to use "Edit Distribution List..." to select one email address for a given card/contact, but I can't get it to allow me to use two or three for a given card.
    I suppose for now I can just create a duplicate card, and pick one address from each.
    Is there a better way?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

  • Sending an email to all email addresses for a contact in a Group

    I recently compiled a Group of contacts so that I could send out a Christmas email. These days most people have more than one email address. From what I understand, Mail will send it to the first email listed on their Address Book card. What if I wanted to send the email to all of their emails listed on their card? Is that possible?

    Slippers wrote:
    Another suggestion is to have multiple groups which feed a "master" group. For example, Jane Doe has two email addresses (home and office) which I need to use in a single email message.
    I create a master group calling it "Soccer". For the Distribution List, I use Jane's home email for Group 1 and Jane's work email for Group 2. I then drag and drop Group 1 and Group 2 into the "Soccer" group.
    This isn't perfect, but it doesn't require you to have duplicate contacts.
    Hope this helps someone.
    very ingeneous!

  • How to copy the same address for multiple contacts in Address Book?

    Hi! I got a question, I didn't find an answer for yet.
    How to copy the post address from one contact to another, without manual entering. I mean if I have one contact with already entered post address, can I just copy it someway at once to another contact?
    I don't want cards to merge, I need separate contacts, that may have different phones, e-mails, but the same post address. Please, advise.

    Thanks! yes, this is a solution I'm following now. But I was wondering about the similar way as it is made in Daylite or Contactizer - you create company with name and post address first, and then can create a contact for that company. And company name and post address will appear in contact name.
    I just wonder why such a simple and useful solution isn't available in Address Book as default.
    I know there are many scripts written for Address Book. Maybe there is something for this purpose?

  • How to create Multiple Address for a single customer

    Respected Members,
    In tcode Xd01 we create on customer but there we can maintain only one address but sometimes a scenario can be that single customer can have different address .
    How to do that.Any exit is available to create multiple address with creation of single customer.
    This provision is given while creating a Business Partner.Tcode is BP .In this Address Overview tab is there and you maintain multiple address to single Busines partner.
    Same thing can we do for the customer.
    Any solutions or suggestions,please give me your support.
    Thanks

    Hello Manish,
    Unfortunately Customers have only one address. However you can use contact persons to store different addresses, or (in the Sales view) you can assign other partner functions with different addresses (e.g. one customer acting as the Sold-to partner may have different Ship-to partners).
    If these options do not meet your requirements, you could extend the customer master data with your own functionality and enhance transaction XD01 with your own screens for holding alternate addresses.
    Regards,
    John.

  • BAPI to create tax classification for business partners

    Hi all,
    I'm trying to create tax classification for a business partner (situated in the tab Control) from a BAPI.
    I tried to use BAPI BUTX_FRG0010_CREATE, but I always receive an error...
    Does someone know how to implemnt this ? Or do I need to use another fm ?
    Thanks in advance !
    kr,
    Björn

    Hello,
    I should have mentioned that I'm creating Business partners in ERP, and not in CRM
    The error I receive is this one :
    Tax classification     does not exist
    The data I specify in the table is the same dataI fill in when creating a business partner manually.

Maybe you are looking for