Address Independent Communication Data

Hello Experts,
The Adress tab of a Business Partner has an assignment block called "Address Independent Communication Data" which has fields like Phone, Email, Fax etc.
Is this assignment block available in the CRM 2007 UI?And if its not available then is there any way it can be created in the UI?
Your help is very much appreciated.
Thanks in Advance
Anupam

Hello Anupam,
late response, but maybe it helps anybody. The fields are available in (private) account view of the business partner.
Technical data is:
Object type: BP_ACCOUNT
(Objekt subtype: INDIVIDUAL)
View: BP_HEAD/AccountDetails
Kontext Node: INDEPENDANTPHONE, Attribute: STRUCT:TELEPHONE
Context Node: INDEPENDANTEMAIL, Attribute: STRUCT.E_MAIL
Best Regards
Anna

Similar Messages

  • Move address-independent BP data to adress-dependent field

    Dear all,
    I need to move Business Partner (BP) data from address-independent to address-dependent field, such as Email and URL data. Can anyone tell me if there is a functionmodule available for doing this?
    The SAP help refered to ADDR_CAM1_SHIFT_COMM_DATA in function group SZA10, but I couldn't find any topics about it, maybe there's another way to do it?
    Kind regards,
    Jeroen Kruit

    Hi,
    The conversion of address-independent to address dependent field is a functionality provided for partnere on the UI. There is no single function module available for doing this.
    The function module ADDR_CAM1_SHIFT_COMM_DATA  can not be used stand along. The solution I can see for this is to use the business partner BAPIs:
    1) BUPA_CENTRAL_GET_DETAIL to read the address independent information.
    2) BUPA_ADDRESS_CHANGE to add the above address independent data to a address
    3) Finally BUPA_CENTRAL_CHANGE to delete the address independent data for the partner.
    Hope this helps.
    Regards, SudheeR

  • Communication Data not replicated

    Dear Experts,
    we replicate Prospects from CRM to r/3 using BUPA_MAIN.
    In general it works, but sometimes, the communication data like phone number or website is not replicated to r/3.
    Do you any clue, where to start to look for that error?
    Kind regards
    Hannes

    Hannes -
    We had a similar issue. In ECC 6.0 the BP has "Address Independent Communication Data" and "Address Dependent Communication Data"
    We were populating the Address Independent Communication Data in ISU ECC 6.0.  In CRM in the webclient the data that shows up by default I believe was the Address Dependent data. So, we then accessed the data in the CRM BP screen and found the data. It was just not visible in the web screen.
    When we set up replicationg using the provided cook books this is what we found as standard behaviour.
    Hope this helps.
    Regards,
    Pradhip.S

  • Update address-independent telehpone of BP

    Hi all,
    We need to change address-independent telephone numbers of business partner.
    When such record already exists (telephone numbers are maintained), this can be done using function module 'BAPI_BUPA_CENTRAL_CHANGE' with TELEFONDATANONADDRESS.
    However, when address-independent telephone record does not exist (all telephone numbers are empty) - BAPI return warning 'BAPIADTEL was not found' and BP is not updated.
    We have found out that address-dependent data is updated with two separate functions: 'BAPI_BUPA_ADDRESS_ADD' and 'BAPI_BUPA_ADDRESS_CHANGE', but we have not been able to find out similar ADD function for address-independent records.
    Does anyone know how to update address-independent records (telephone, in this case) via ADD method?

    Hi Ujwal,
    I dont have a ready code right now.
    Firstly, the module BUPA_CENTRAL_GET_DETAIL can be used to get all the details of the address independent communications.
    Later for delete:
    BUPA_CENTRAL_CHANGE : For example say telephone data has to be filled.
    The corrsponding cons number has to be filled in 'IT_ADTEL_ADDR_IND' and the corresponding flag set in IT_ADTEL_ADDR_IND_X and also the update flag should be set to 'D'. In this way the telephone number can be deleted.
    For restricitng the validity, the corresponding valid from and valid to fields can be updated accordingly in the same way.
    Regards,
    Sudheer.

  • Address Indepndent communication in SAP CRM

    Hi
    I am trying to create a BUSINESS PARTNER in CRM.
    I have US country inserted by default in address independent communication screen of the Business Partner.
    I don't want US to appear. I don't want any country to appear by default.
    How do  execute it? Please help. Full points for the correct answer
    Tarang

    Hi Andreas,
    I'm also facing the same issue. Could you please let me know how you resolved the issue.
    Thanks & Regards,
    S.Gangireddy

  • BAPI for changing BP communication data

    Hi,
    I am trying to change BP Communication data using FM BAPI_BUPA_ADDRESS_CHANGE but it is changing
    "Address-Independent" data only and not the normal communications data.
    Which FM should I use ? Or are there any specific parameters which I need to pass?
    Please help
    Regards
    Yashodha

    Hi Sandy,
    Thanks for the quick response. Would also appreciate if you let me know what parameters to pass? I am sending following :
    IV_PARTNER: <BP Number>
    IV_X_SAVE : X  (Already Defaulted)
    IV_CHANGE_BAS :X (Already Defaulted)
    IV_CHECK_ADDRESS : X ( Already Defaulted)
    Table: IT_ADTEL
               Telephone: < New Telephone Number>
               Con         :  001
    Table: IT_ADTEL_X
              T: X
              C: X
              U: U
    But it is not updating the address dependent telephone number!!
    Please let me know where am I missing out?
    Regards,
    Yashodhan

  • Time dependent communication data.

    Hi,
    I would like to create a time dependent communication data in the standard Business Partner transaction ( Tcode - BP ).
    Scenario : A customer might call in to inform that for the coming 2 months he'll be away and wants all the communications be sent to a differnet address for this two months.
    Standard SAP documentation says that the the Business Address Service which currently handles the address managemnt does not support time dependent data.
    http://help.sap.com/saphelp_470/helpdata/en/12/ad797a5c5811d3b4ea006094192fe3/frameset.htm
    Any workarounds to this problem? Anyone who has ever faced such a requirement? Appreciate any ideas on this.
    Thanks, Debasish

    Hi Debasish,
    Workarounds, 2 spring to mind both with pros and cons:
    1. Maintain the customer in another client (an exact copy of the customer), and then use ALE to time the change. This would allow you to store up to 1 time dependent change in the future.  So, when you knew a change was coming you could change the customer in the other client, and then schedule the ALE job to process the idoc on the date that the change was due to take place.  The pro of this work around is there is no development to do, the cons are that it means keeping your customer data in another client, and that you can only store one change into the future and its not so user friendly.
    2. Build your own time dependent function for communication data.  Build a dynpro which called the standard address handling screens and then store the data in the standard address tables linked to your own custom tables for date/time of change etc.  Then schedule a batch job every day (or hour, or as required) to look through your scheduled changes and then call a bapi or idoc or function to update the customer with the stored addresses.  This should be great from the user friendliness point of view and will allow any number of future changes of address for each customer, but will require some development effort (although not a huge amount as you will be using standard functions a lot).
    Hope that helps.
    Brad

  • Update Address and communication  Details of BP

    Hi,
    Requirement is we need to update address and communication details of BP, please let us know relative BAPI for the same. Below roles has to be updated with given address and communication details,
    General Role
    Employee Role
    Help full information will be appreciated..

    Hi,
      For updation of address you can use
    BAPI_BUPA_ADDRESS_CHANGE.
    I guess you cannot update a role . You can only add new roles with BAPI_BUPA_ROLE_ADD .
    One more thing in address updation, Whatever fields are there in import parameter ( Address) you can update them even if they are not present in database.
    But in case of Tables( Communication details)  fields you can only update if the values are existing in database.
    Reward if helpful.
    Regards
    Sourabh

  • How to get communication data in CRM 7.0

    In CRM 7.0 with CCS active.
    How to get communication data (Current phone #) that is presently active while creating Interaction Record or during account confirmation.
    Thanks,
    Nilesh P.

    Hi,
    This problem is related to IC and not related to Marketing Campaign.
    At this movement I hv resolved this problem by storing phone # in memory variable by some other way.
    But I would be more interested to know Communication Data in 'Context area' of IC.
    Thanks & Regards,
    Nilesh P.

  • Problem in Change Office and communication Data

    Hi all,
    In ESS, where we have the Employee search, there is Who's Who and Change office and Communication Data.
    We have added a new field "Mobile Telephone " in who's who list.But when we want to Change/Modify the Mobile number by goin to Change Office and Communication data , we are not getting that field there. How  can we make the changes?
    Need help on this ..
    Thnks in advance.
    NR

    Hi,
    Did u get a solution for this. I am also having a similar problem.

  • What is time dependent / independent master data ? what impact it has

    Hi All,
    Please let me know what is time dependent / independent master data ? what impact it has on the data.
    Kindly suggest .
    Regards,
    Sushmita

    Hi Sushmita,
    I will expain to you by taking an example.
    Suppose you have customer and that customer have location as attribute.
    So this customer may change from one location to another location from time to time so here you have to maintain time dependent master data for this customer.
    You have to maintain below like this
    Customer   from_data   to_date    location.
    c100          01/9/2008     12/12/2008   bang
    c100          13/12/2008    22/1/2009    Hyd
    Hope it helps.
    Thanks & Regards,
    Ramnaresh .P.
    Edited by: ramnaresh porana on Jan 22, 2009 5:23 AM

  • BUPA_ADDRESS_CHANGE does not default saved address dependent communication

    Hi,
    I have used the function module to update the address dependent communication details. Although I managed to save the changes, I am unable to default the communication details properly.
    CALL FUNCTION 'BUPA_ADDRESS_CHANGE'
        EXPORTING
          iv_partner         = p_bpnum
          iv_addrnumber      = p_addnum
          iv_accept_error    = 'X'
          iv_x_save          = 'X'
          iv_change_bas      = 'X'
          iv_check_address   = 'X'
        TABLES
          it_adtel           = p_t_update_tel
          it_adfax           = p_t_update_fax
          it_adsmtp          = p_t_update_email
          it_comrem          = p_et_comrem_upd
          it_addr_comm_use   = p_et_addr_comm_use
          it_adtel_x         = p_t_update_tel_x
          it_adfax_x         = p_t_update_fax_x
          it_adsmt_x         = p_t_update_email_x
          it_comre_x         = p_it_comre_upd_x
          it_addr_comm_use_x = p_it_addr_comm_use_x
          et_return          = et_return.
    For example, if i update telephone number, It doesn't set the fields std_no to 'X' and r_3_user to '1'.
    Please advise.
    Thanks in advance,
    Jenson

    Jenson,
    Those fields must be provided to the BUPA_ADDRESS_CHANGE function module.  This function module does not provide any defaults of information and is at a very low level in comparison to the maintenance screens which call the module.
    Take care,
    Stephen

  • How to remove Fields from Change Office & communication Data..

    Hi,
    In ESS->Emp Search -->Change office and communication Data..I have to remove a field "License Plate No" as we are not using it..
    How to do it..
    I have Netweaver studio installed in my pc but i dont know how to use it..
    could any one tell me the steps to do the above task in Netweaver Studio..or there is any other method that can be done..
    It would be great help for me..
    Thanks & Regards,
    Mahesh.M.R

    Hi Ashutosh,
    Thanks for the reply..
    I am using web Dynpro Version..ie ERP 2004 ESS 60.2.
    Appreciate if you can provide me the solution..
    Thanks & Regards,
    Mahesh.M.R

  • Time Related Dimension(table) in communication data model

    Hi,
    The most common and important thing for a communication data model to me is time metrics.
    Things like mean up time, or mean down time are common KPIs we are tracking.
    To make this model efficient, we need to create a time dimension can precisely and efficiently to calculate the mean.
    How do we create such time dimension with common year, quarter, month, date, and time, while with UTC to local conversion?

    Not sure i follow your question.
    Can you give some example of the KPIs you mentioned - Mean up time and Mean down time with examples -- as detailed as possible (fact data details)?
    On the face of it, it looks like these KPIs should be Calculated Measures involving Time expressions on date columns (date datatype =day+time infomation present in source columns) but nothing in it which needs a customized time dimension. Maybe not out of the box but very much doable in analytical layer (either using olap or relational rpd). So it should be do-able without needing any changes to the default time dimension available with OCDM.
    HTH

  • Communication data is missing

    Dear All,
    Could anyone plz tell me ,While output type is assigned with billing document but the communication data (Communication method) is missing. from where to specify that.
    Regards,
    Ashima

    Hi,
    If i get the question right,
    While creating Sales Document (Sales Order, Quotation etc..)
    Go to:
    Extras>Output>Header-->Edit
    Select your Output Type, Partner and Language
    And Click: Communication Method.
    Best Regards,
    Amit.
    Note: Sorry, if i mis-understood the query.

Maybe you are looking for

  • I bought the wrong controller.  Should I dump my RemoteSL for an Axiom Pro?

    I didn't realize that the Novation RemoteSL doesn't support Logic's internal plugins. Plus, the controller implementation is so different going from Logic to Protools that I'm having a hard time getting used to it. I realize that the Axiom Pro doesn'

  • Oracle BI general Question

    Hi guys, I am a certified and experienced PL/SQL developer and I want to switch to Oracle BI. Starting to look over the Internet for the documentation, I was quickly overwelmed by the multitude of tools Oracle provides. Basically what I identified as

  • Mail app-cannot delete messages error message

    Moved top Lion and am ditching Outlook 2011. Started with my POP account to get comfortable with the interface. All working as anticipated. Long term goal was to move to IMAP and I did so. Now when I try to delete anything with the short cut I get "T

  • MPD plays only in 16 bit

    When I play 24bit audio files in MPD it sends audio in 16 bit to pulseaudio. I see it in Pulse Audio Manager, that shows s16le 2ch 44100Hz in My Pulse Output sink. I have this audio_output { type "pulse" name "My Pulse Output" in mpd.conf and as audi

  • N95 multimedia key stuck?

    Hello, I recently purchased a 2nd hand N95 8GB. At first it seemed to work quite finely however after a day or two the multimedia key (that useless key located to the left of directional keys) started playing up by just randomly pressing itself. Most