Function Module in Central Address Management

Hi,
        Is there any function module which updates a filed in ADRC based on the customer number( KNA1) and again i need to update Email information in ADC6.
       Actually i am creating a sales order and need to update Customer master.

resolved

Similar Messages

  • Function Module for getting address from address number

    Hi all,
    Is there any function module for getting address from address number. kindly reply.
    regards,
    siya

    HI,
    just try this function module:
    CALL FUNCTION 'HR_GET_ADDRESS'
        EXPORTING
          ankey          = ankey
          anart          = anart
          molga          = '01'
        IMPORTING
          address_detail = adr_data
        EXCEPTIONS
          not_found      = 1
          OTHERS         = 2.
    HOPE IT WILL HELP YOU
    regards
    rahul

  • PRAA in combination with central address management

    Hello,
    In our system we have central adress management activated. All the
    personell nrs are entered with the correct address (sreetname and
    housenumber in 2 separate fields). We use this information to create
    the corresponding vendor numbers in FI (transaction PRAA).
    However, with transaction PRAA both the address (streetname and
    housenumber) are copied into one field (streetname). As a consequence,
    the corresponding batch input session, which is using program SAPMF02K,
    cannot automatically (in bcakground) create all the vendors, since we
    always get a message about central address management. (Streetname does
    not exist, because it wrongly contains both the streetname as well as
    the housnumber.)
    The field USE_ZAV which is automatically ENTERED in the background
    processing of the SAPMF02K batch job, is causing this address check.
    We think this is a bug.
    Ideally the PRAA should be entering the streetname and housnumber in 2
    separate fields in FI-vendor master data, of the automatic check of
    field USE_ZAV should not be entered in this batch input background
    processing.
    Can you please give us some advice on how to deal with this situation?
    Kind regards
    Karinne Van Goethem
    SAP Consultant - Holland Casino

    XXX

  • CRM - IS-M Central Address Management

    Hi Guys,
    Can we integrate CRM (7.0) with IS-M Central Address Management.
    In IS-M trx. BP when creating a Business Partner address system validates against Central Address if this address exists and fill, for instance Postal Code.
    CRM can download standard ERP Regional Structure (Address Management), but I'm not sure if and what type of integration we can have with Media Central Address Management.
    Any inputs are welcomed.
    Best regards,
    Renato Petrulis

    Close since no answer for so long.

  • Tcode for Central Address Managment

    Hi
    I've an issue with sending emails to external systems and i beleive i need to set the email address of the sender in central address management. Anyone is asare of how to maintain  this email via transaction code only and not by coding !!!
    i assume that this is done using SU01. is this correct? kindly guide
    thkx
    Prabhu

    Hi,
    Check this,
    hope it helps,
    Re: RFBIDE00 - Address data issue not populated
    Re: T-Code(RZ20)
    regards,
    Pritha.
    Message was edited by:
            Pritha Agrawal

  • Function Module to get address from adrc table

    Hi,
    Is there any Function module which is retrieving data from ADRC table by passing address number.
    I tried in SDN and I got address_read but its obsolete.

    Hi,
    Please try this piece of code
    data: wa_addr1_sel like addr1_sel,
    wa_addr1_val like addr1_val.
    clear : wa_addr1_sel, wa_addr1_val.
    wa_addr1_sel-addrnumber = it_adrnr-adrnr.
    call function 'ADDR_GET'
    exporting
    address_selection = wa_addr1_sel
    importing
    address_value = wa_addr1_val
    exceptions
    parameter_error = 1
    address_not_exist = 2
    version_not_exist = 3
    internal_error = 4
    others = 5.
    if sy-subrc eq 0.
    it_addr-adrnr = wa_addr1_val-addrnumber.
    it_addr-name1 = wa_addr1_val-name1.
    it_addr-street = wa_addr1_val-street.
    it_addr-city = wa_addr1_val-city1.
    it_addr-region = wa_addr1_val-region.
    append it_addr.
    clear it_addr.
    endif.
    Regards
    Hiren k.Chitalia

  • Function Module to Create Addresses for PM order

    We are currently using BDC process to Create addresses for PM orders. I would like use a Function Module instead of the BDC process. Can somebody point me to FM that can create ADRC record and return ADDRNO?
    Thanks Guru's

    hi,
    check this link:
    [Business Address Services|http://help.sap.com/saphelp_nw04/helpdata/EN/c8/13b237b9a9a968e10000009b38f8cf/frameset.htm]
    regards,darek

  • Bapi or Function Module for Change request Management status update

    Hi,
    Do we have any Bapi or function module to change the status of Change request Management.
    Ex: If the status is in To Be Processed i have to change that status to Authorized using any Bapi or FM.
    I have tried with the BAPI crm_icss_change_request but its not updating the status.
    Do you have any idea on this???
    Regards
    Pavan

    hello,
    the function module is 'SOCM_STATUS_VALUES'
    you can find an example of usage of it in the program CRM_SOCM_SERVICE_REPORT
        CALL FUNCTION 'SOCM_STATUS_VALUES'
          EXPORTING
            im_process_type       = report_list-process_type
      IM_LANGU              = SY-LANGU
          TABLES
            status_values         = lt_vsocm_stat_propt.
    I hope it helps
    best regards

  • Function Module to retrieve Address from the table ADRC

    Is there any function module available to retrieve data from ADRC by using the ADDRNUMBER as input

    Try using FM: ADDR_GET
    This has import parameter ADDRESS_SELECTION which contains ADDRNUMBER.
    Hope this helps.
    Please reward if it works.
    Vallabh.

  • Bapi Function module for the Credit management

    HI,
          Can anyone tell me the function moduleof the Credit Master Management.
    thanks
    Kiran

    Check out the FM
    <b>CREDITLIMIT_CHANGE</b>

  • Function Module / Class for Transport Management

    Hello,
    I have a requirement where I need to fetch the list of transports which are released. In addition to that, I also need to fetch list of object under each transport (which have failed to be migrated in the target system) and find all the relevant transports for that particular object type (Report, FM , Table etc) and display the list probably in an ALV report.
    Now, I know that accessing E070, E071 like E07* tables would probably match with my requirements.
    But I would like to implement the same using Classes in the first place (CL_CTS*) and if not, using Function Modules. Can someone give me any Class name(s), FM name(s) which would suit this requirement? Thanks.
    Regards,
    Venkata Phani Prasad K

    Hi Venkat,
    Try with the FM - TRINT_SELECT_REQUESTS, and look at the other FMs in the function group SCTS_REQUEST_SELECTION.
    Regards,
    Chen

  • CAM - Central Address Management

    Hi All,
    IR8A SG tax report is reading the employers address from CAM, i.e. Cental address management.
    Can anyone share where are the nodes for CAM present in IMG...
    On searching for CAM i get certain nodes under Business area but not sure are they the correct one??
    Thanks & Regards,
    Swat

    Hi All,
    IR8A SG tax report is reading the employers address from CAM, i.e. Cental address management.
    Can anyone share where are the nodes for CAM present in IMG...
    On searching for CAM i get certain nodes under Business Partner but not sure are they the correct one??
    Thanks & Regards,
    Swat

  • Update to Fax Number Required in Central Address Management

    We are on 4.6C, also using SRM.  A fax number is incorrect for a specific address in CAM, and needs to be updated.  How do I make this change in CAM?

    resolved

  • Function modules in ECC 6

    Hi All,
    can any one suggest me in replacing these obsolete FMs :
    TZ_SYSTEM_TO_LOCAL
    ADDRESS_GET_DATA',
    'ADDRESS_GET_COM'
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    For functions to get address details I suggest you look in function groups SZA*  - these are the functions for central address management
    Andrew

  • CRM - function module to create card account in deposit mangement

    Hi All,
    I need to function module to <b>display the details of business patner in CRM sytem</b>
    1. Function module to display address details of Business patner
    2. FM to display details of Identification number and identification type of Business patner.
    3. FM to display tax details of business patner.
    4. FM to display card details of Business patner
    5.)<b> Fm to create card account in deposit Mangement.</b>
    what is the transaction code to create card account in deposit management.
    Points will be awarded.
    Regards,
    vinoth.

    Hi Stefan,
    Thanks for the quick response.
    As you have suggested i am using the same set of Function Modules to create the service contracts.
    However can you please suggest how can i also change the address of the business partners i.e ship-to-party, sold-to-party, payee etc..
    And can you also suggest how to upload the header status of the service contract. (the value is getting set to default 'open')
    Thanks in advance

Maybe you are looking for

  • How do i stop one album and switch to another

    This may have been answered but I can;'t find it.  This is where the faq took me.  I'm beyond frustrated right now.  This is on an iphone 4, running ios6.  I downloaded an album yesterday and it played fine.  Never stopped, though.  So, I tapped the

  • Printer stays in doc after print job

    Hello Since I moved to Leopard, I notice that when a print job is done, the printer icon/app stays in the dock. I have to Quit the app for it to go away. As far as I can remember, in previous OS versions, the printer app would appear in the dock and

  • Is there a place I can see how much data I uploaded other server like the old version of Sync did?

    In the old version of Firefox Sync you can see what data was uploaded, with the next Sync I see nothing and when I got my account on the website Firefox, I don't see nothing just a sign in and change password screen. Would there be more there soon?

  • Upgrading T430 preloaded with Windows 7 Pro to Windows 8 With Recovery Disks

    I just got 19 T430 laptops that we thought would have Windows 8 on them but them came with a preload of Windows 7 Pro and recovery disks for Windows 8. The recovery disks have instructions for using them to upgrade to 8, but the laptop won't boot to

  • Photos not showing up on computer when iphone is plugged in

    Hi, I recently bought a new phone and now I'm trying to get my old photos off my iPhone 4s and onto a mac computer. But when I plug it in no photos show up... my iphone is saying its connected and there are photos on it but nothing shows up. How can