Creation of address data in table ADR2(Vendor)

Hi all,
Please tell me a function nmodule to create adress data in table ADR2 .
Thanik

Hi,
Incase you want to change the details use the BAPI BAPI_ADDRESSPERS_CHANGE.
For a business partner the available BAPIs to add or change telephone number are
BAPI_BUPA_ADDRESS_ADD
BAPI_BUPA_ADDRESS_CHANGE.
Read the documentation of the bapis for further details.
Regards,
Ankur Parab

Similar Messages

  • Creation of a Date Dimension Table

    Is there an algorithm (PL/SQL or otherwise) out there somewhere that can be shared that I can use to create a Date Dimension so that I do not have to re-invent the wheel.
    Thank you
    Bob Spahn

    Bob,
    In the OWB 9.2, there is one sample mapping for time data creation; all you need to do is follow the instructions and use the code. This is part of your OWB client installation.
    Path is {OWBHome}/owb/misc/time.
    cheers
    suresh

  • IDoc issue - update address data vendor

    We make use of iDocs to interface our vendor master data from an AS/400 system to SAP ERP.
    But we now have an issue with the address data updates of the vendor.
    If we check the vendor with XK03 - Environment - Field Changes:
    Date: 12/02/2010
    Field: City
    New: LOUISVILLE KY 40290-1076
    Old: CINCINNATI OH 45274-0124
    But in XK03 the field city still contains: CINCINNATI OH 45274-0124 (and not the new updated city)
    Table LFA1:
    LFA1-ORT01: LOUISVILLE KY 40290-1076
    LFA1-MCOD3: LOUISVILLE KY 40290-1076
    Table ADRC:
    ADRC-CITY1: CINCINNATI OH 45274-0124
    ADRC-MC_CITY1: CINCINNATI OH 45274-0124
    If we check WE05 ---> green flag, so no error while updating vendor master data (+ correct city is in E1LFA1M)
    This is not always an issue - so not all vendors have this issue.  If we reinterface the same vendor later, the address data is upated without any issue.
    How can this be solved?
    Kind regards,
    Lieselot...

    Check if there is some custom code concerned or not.
    If not, check sap notes, then ask sap support to help you solve the issue.
    Otherwise custom code may handle incorrectly something, but I can't tell you what!

  • Creation of service order with address data.

    Hello community,
    I have the following requirement: create maintenance orders with order address data, the creation of these orders will be triggered by an interface with a legacy system.
    For order creation I intend to use BAPI_ALM_ORDER_MAINTAIN but this function does not provide the possibility to enter address information.
    I would not like to have to create a partner and assign it to the order as this address will be used only once.
    Does anyone have suggestions how to do it ?.
    Thanks.
    Roberto.

    Roberto,
    Try this:
    *& Report  ZPJA_ADDR_TX
    report  zpja_addr_tx.
    data: lt_adrc  type  standard table of adrc with header line.
    data: lt_adrc1 type  standard table of addr1_data with header line.
    * get address from first object
    call function 'ADDR_SELECT_ADRC_SINGLE'
      exporting
        addrnumber        = '0000033071'
      tables
        et_adrc           = lt_adrc
      exceptions
        address_not_exist = 1
        parameter_error   = 2
        internal_error    = 3
        others            = 4.
    loop at lt_adrc.
      move-corresponding lt_adrc to lt_adrc1.
      lt_adrc1-name1 = sy-timlo.   " write current time for testing
      append lt_adrc1.
    endloop.
    * update second address
    call function 'ADDR_UPDATE'
      exporting
        address_data        = lt_adrc1
        address_number      = '0000033205'
        date_from           = '00010101'
        language            = sy-langu
        check_empty_address = ' '
        check_address       = ' '
      exceptions
        address_not_exist   = 1
        parameter_error     = 2
        version_not_exist   = 3
        internal_error      = 4
        others              = 5.
    call function 'ADDR_MEMORY_SAVE'.

  • Table for Year to date payments made to vendors

    Hi friends,
    I am generating one query, in which I have to show year to date payments made to vendors.
    can anyone tell me from which table and from which foield can I get this information.
    Please help.

    hi,
    GO to SE16 and select doc type wise , you will get a solution .
    i hope it helps you.
    regds,
    raman

  • Vendor master LSMW- Address data + Purchasing view

    Hello experts,
    I have created LSMW to  upload vendor master data (Address data + Purchasing data) using batch input method.
    Successful in uploading address details, but unable to get Payment terms and order currency in the transaction XK01.
    I don't know what is the problem. Can anybody help me out?
    Thanks.
    Mani.

    Hi,
    I also had to do the recording for XK01 only, but i executed it using Recording method.
    By using standard method you have to map your structure having all the fields present in
    the local file with the standard structure present in the 4th step of the LSMW.
    You have to check your fields Payment terms and Order currency are present in which
    standard structure in the 4th step by double clicking on each and every structure and then map
    your created structure with that standard struc.
    Hope it helps
    Regards
    Mansi

  • How to import Filenames and File creation Date into Table..

    Hi Folks,
    I am importing Differennt Excels Files into table. my require ment is after importing completed I need to insert all these Filenames ,File creation date into table. (for Auditing).
    Can you please give me any ideas or reference link.  Thanks In Advance.

    Hi Folks,
    I am importing Differennt Excels Files into table. my require ment is after importing completed I need to insert all these Filenames ,File creation date into table. (for Auditing).
    Can you please give me any ideas or reference link.  Thanks In Advance.
    You can also prepare dir command and then exeucte it by using XP_CMDSHELL. This gives you file name, modified date, creation date information.
    Please refer:
    https://sqljourney.wordpress.com/2010/06/08/get-list-of-files-from-a-windows-directory-to-sql-server/
    https://hernandezpaul.wordpress.com/2013/02/15/store-file-names-and-modified-dates-in-a-table-without-a-foreach-loop-task-sql-server-ssis/
    Cheers,
    Vaibhav Chaudhari
    [MCP],
    [MCTS], [MCSA-SQL2012]

  • Creation of field in data base table

    Hi,
      I want to create a field in data base table , which holds the float values but i don't want to use the FLTP data type, why bcoz if i use this data type in selection screen of the table the the field is not appeqring, i dont want to go for the option QUAN bcoz there i need to define the ref table and ref field.
    please explain what is the way to create this field.
    regards
    Krishna

    Use NUMC
    Awrd POints if useful
    Bhupal

  • Address data changed after invoice is created

    Hi,
    I've a problem to solve and it's related with data changed after invoice is created.
    The scenario is the follow:
    1º - create a complete and standard sales process - order => delivery => invoice, with the standard partner scheme and without edit the address data, for any kind of partner
    2ª after the invoice is created, I change the address data on Client Master Data, for the same client that I've used on previous process
    3º I'll go to the VF03 transaction and take a look at the partner data on header level. Here I can see that the changes on the Client Master Data ar updated to the invoice document wich is already created and printed when I maked the changes
    I think that could be a program error because, once the documento is created, you only can change texts and accounts if this document is not yet created.
    And, I can't edit this kind of data on invoice creation because it must be done at order level.
    So I don't understand why it happen, but it happen on more than one client.
    I'll hope that anyone can help me to solve this issue.
    Kind regards,
    Nuno Rodrigues

    Hi Nuno,
    the adresses of all Clients are stored in table adrc. If there are no changes in the order, the system takes the standard adress of the client. That is made for not having an extra adress for each order.
    If you change the adress - the system will create a new adressnumber ( 999........ - see in VBPA ).
    If you have different adressnumbers in your orders, you are not able th collect several orders into one delivery note - for the adressnumber ist normally a split-criteria.
    Ich you will have an extra Adress for each Order, change the adress - for example by an user exit.
    But if you have different adressnumbers - the delivery and the invoice will split the different orders - if you dont do something against in an user-exit.
    Hans

  • Unable to find Unique Entry in Table ADR2 for BP Mobile No

    Hello All,
    I need to fetch the details of the mobile no of the business partner
    In the table but021_fs I pass the Bp no and I get the adddress number
    I pass the address no along with the field sms enabled in the table ADR2, the system is giving me two values.

    Hello Atul,
    Sorry for chiming in, but I'd like to make a small correction: table BUT021_FS will show you address-dependent communication data only. So both telephone numbers are address dependent. According to me the situation you're facing is the following:
    1) BP n°320041 is an organization
    2) This organization has an address with telephone number xxx
    3) This organization has also a relationship to a contact person (to find the BP number of this contact person you can search table BUT000-PERSNUMBER = '12351')
    4) Within this relationship, the same telephone number xxx is used.
    What does that mean?
    The same telephone number is used for different purposes (to contact both the organization, and the contact person within the organization). So you'd better ask one functional consultant within your company which one is better.
    Regards,
    Nicolas.

  • How to include plant address data in price calculation procedure in PO?

    Hi, experts
    I need to include in conditions PO the field REGION from plant address data. Price depends on region of recivable plant. I included the field in condition table (it was in the field catalog KOMK and KOMP), it was included as  KOMK- REGION. As a result  price  in PO depends on the field REGION from vendor address data in header PO. How to change to   REGION from plant address data in item of PO?
    Thanks

    Hi,
    Since SAP standard routines don't fill KOMK-WKREG        
    the badi implementation me_po_pricing_cust
    would be the best option. User exits would work        
    too at the end of function me_fill_komk_po, since it's called right after the check for the badi in function         
    me_fill_komk_po. 
    Regards,
    Edit

  • RFBIDE00 - Address data issue

    Hi,
    I want to populate the street2 and street3 fields of the customer master when uploading master data with LSMW using standard program - RFBIDE00 (Batch Input Program).
    These fields are not available in structure BKNA1 provided by the standard program. I tried to use structure BIADDR2 instead. The data is converted properly and show in the structure. But, when I run the generated session, the fields for street2 and street3 are not populated.
    Has anyone done this?
    Much appreciate if you let me know how to do this?
    Thanks,
    Shyam

    Hi Shyam,
    Central address management fields cannot be transferred using the standard program. You have to do a second pass at it to get the full centrally managed address fields. Read documentation of the program. Here is an excerpt from it.
    <i>Additional address fields:
    There are additional address fields available due to linking the customer and vendor master and the respective contact person to central address management. This additional address information is stored in central address management's own tables not in the actual master tables (KNA1 for the customer master, LFA1 for the vendor master, KNVK for the contact person).
    A separate transfer run via the ALE interface is needed to transfer this additional address information. This run should be before the transfer run for master data.
    See Transfer of address data
    If you use number ranges with internal number assignment when creating new customer and vendor masters, the number which is used to identify the master object in the system must be determined beforehand due to address information and master data being transferred separately.
    You can determine the numbers using the following BAPIs:
    BAPI_VENDOR_GETINTNUMBER (for the vendor master)
    BAPI_CUSTOMER_GETINTNUMBER (for the customer master)
    BAPI_PARTNEREMPLOYEE_GETINTNUM (for the contact person)
    Master data fields for which there is a counterpart in central address management (such as name, street, or telephone number) continue to be filled in the actual master tables. The formatting for these fields within central address management is different from the original formatting of the fields without the link to central address management. We therefore recommend that you only transfer the data for such fields when transferring central address management address information.</i>
    If answered, please reward and close.
    Regards,
    Srinivas

  • Table of Vendor's E-mail ?

    Hi,
    What is the table of Vendor's E-mail ?
    in XK03 i find :
    Table : ADDR1_DATA (Structure)
    Field : EXTENSION2
    Please help
    Regards.

    Hello,
    You have to join two tables LFA1 and ADR6 (ADRNR and ADDRNUMBER respectively) in SQ00 or FQUK
    You have to create a query.
    Create the data source type is: Table Join
    Remove all other Joining links.
    You will get the email address for all the vendors.
    If you have any issue, let me know.
    Thanks,
    Ravi

  • How to cleanse the Arabic-General and Address data using Data Services 3.1

    I m working in UAE project(Sap Customer & Vendor master) data migration. Main address and customer tables are builded in english and arabic equally.
    I can able to read the arabic data, but there is no clue, how to cleanse or modify those datas?
    Is it possbile to handle the arabic data in business objects-data services XI 3.1?
    Is it possible to use the EMEA address directories to cleanse or standandize the arabic data?
    Please help me out.
    Thanks in advance.

    Dear All,
    Anyone with any inputs for above question. Please advice
    Vamshi - im also looking for some advice as per your questions with arabic versions
    Best Regards

  • Address data in SRM

    Hi Experts,
    I have captured address data from ADRC table in SRM but requirement is to capture this data incrementally based on creation date and changed date. Can somebody help me with creation dates and changed dates of addresses in SRM ? In which table, it is stored ? And how can I have with respect to Address number in ADRC ?
    Also, If there exist any getlist Function Module which can give me Address data with respect to creation date and changed date without any importing parameter, as I want all address data created or changed daily basis, Kindly provide me with these details if available.
    Regards,
    Kunal
    Edited by: sangku01 on Jan 10, 2012 11:30 AM

    Hello Gordan,
    can u please make the question more clear
    Sarabjeet

Maybe you are looking for