Up date address details

Hi all,
i am facing a problem to update address details such as name1 and name2.
more clear : already adress number exist and i need to up date name1 and name2 fields only .
if any body have idea pls share with me.
this details belongs to equipment.
thanks,
saleem . shaik

Hi,
Table is ADRC.
data itab like standard table of ADRC.
get all the info into it.
loop at itab.
update ADRC from ITAB.
if sy-subrc = 0.
commit work.
else.
roll back.
endif.
endloop.
This is the example hoe u should approach.
Thanx.
if this helps u reward with points.

Similar Messages

  • Error while entering address details in company code master data.

    Hi Experts,
    I am getting error while i am entering address details in company code master data that is while i am creating new company code.
    ERROR: message No. AM216
                  Incomplete Address : Enter Country.
    Here eventhough i am entering country as "IN" then still i am getting error.
    Thanx,

    Yes that is right what is mentioned above, first you give the company code and name then give the currency then select address (Shift+F5) and in that if you select country as IN then it will automatically come to master data.
    Edited by: venkata986 on Aug 31, 2010 12:31 PM

  • Address details of a BP

    Hi All,
            I want to get detailed address of a buisness partner like street,city country which are in the structure ADDR2_DATA.
    How can I fetch the data in CRM?

    Hi
    Use FM BUPA_ADDRESS_GET_DETAIL. Just pass Partner no to exporting parameter IV_PARTNER and u will get the address details in importing table ES_ADDRESS, tel no in ET_ADTEL, fax no in ET_ADFAX and email address in ET_ADSMTP.
    This works
    Thanks
    RR

  • How to populate address details in IDOC

    HI,
    I am creating customer master using OILDEB06 IDOC.
    However I dont see the fields like SMTP_ADDR, SORT1, Street 5 etc in the idoc segments.
    How do I pass all the address details along with my IDOC.
    Do I need to use some BAPI or am I missing something inMapping.
    Appreciate your help.
    Thanks and regards

    These are additional address fields which are part of 'Central Address Management'. Pasted below is the documentation associated with it. Basically, you need to add these separately.
    <i>
    Additional address fields:
    There are additional address fields available due to linking the customer and vendor master and the respective contact persons to central address management. This additional address information is stored in central address management's own tables rather than being kept in the actual master tables (KNA1 for the customer master, LFA1 for the vendor master, KNVK for the contact persons).
    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 persons)
    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>
    Here is the documentation on transferring address data.
    <i>
    Transfer address data
    You can use the DX Workbench (transaction SXDA) to transfer address data.
    Create a transfer project using the following object types:
    BUS4001 for company and organization addresses (for example, customer address, vendor address, other office address of contact person)
    BUS4002 for private addresses (of contact person)
    BUS4003 for office addresses (composite work address of contact person).
    The address data is entered by the SAVEREPLICA-BAPIs of these three object types.
    For more information about these BAPIs and their interfaces, in particular the meaning of the key fields, see "Distributing addresses via ALE" by choosing Basis --> Basis Services/Communication Interface --> Business Address Services in the SAP Library.
    You can create example files for the DX Workbench from existing address records in the system (for example, in a customer master record ) with the programs RSDXBUS4001, RSDXBUS4002 and RSDXBUS4003. These example files show the meaning of all fields in the Business Address Services BAPI interfaces.
    The programs have the same input parameters as the SAVEREPLICA-BAPIs.</i>
    Please reward and close the post once answered.
    Srinivas

  • VIEW CUSTOMER ADDRESS DETAILS IN REPORT (TABULAR) FORMAT

    When maintaining the Customer Master, General Details such as Customer Name, Search Term, Address, City, Postal Code, Country, Telephone No, Email etc are updated in the General Data screen that is stored in KNA1.
    When I run report for KNA1 in SE16 - the system gives me Name, Search Term, Country, Telephone, City, Postal Code - nowhere it gives me a detailed report of address data stored in Steet 2, Street 3, Street 4
    How do I get the entire Street Address details against Customer Code?
    Please advise.

    Hi
    If you talking about SQVI query, just do a google search and you will find lot of help and guidelines to construct a query.
    In SQVI query you should link KNA1-ADRNR with ADRC-ADDRNUMBER and you should select KNA1-KUNNR, KNA1-ADRNR, ADRC-STREET, ADRC-CITY1 etc as output fields. Then it should give you the correct output.
    If you are talking about ABAP report, it should be similar to what is given below.
    SELECT STREET1, CITY1, .........etc FROM ADRC WHERE    
    ADRC-ADDRNUMBER = KNA1-ADRNR

  • Consolidation bp Father card address details are not  access in print layot

    Hi.....
    In out going excise invoice Business partner master data in consolidation bp c0005 (View -->System information) father card address details iam not accessing in print layout designer. how I can access father card address  details in print layout designer in sap business one 2005.
    plz anyone help me
    it is very urgent
    Thanks & Regards
    jagan mohan reddy.p

    i created a udf on the business partner master data record and then use the formatted search functionality to update the consolidated bp name to it.

  • Join EQUI table with other table so as get address detail.

    Hi All,
    Can any one help me in the following case :
    I have to pass Equipment No. EQUNR on the selection screen and get Address detail (city, region, state, country, zipcode )
    now I am getting all this address related field in KNA1 table. Also I am able to join this two table with
    KNA1-KUNNR join EQUI-KUNDE as common field.
    Turning point
    when I am passing test data of Equipment No. EQUNR 60099204 I am not getting the address detail,
    because after passing EQUNR I am not getting KUNNR.
    So can any one please help me in joining EQUI table to some other table with field name so that I can get the address detail.
    Thanks

    Hi,
    The join between the table EQUI-kunde  join  KNA1-kunnr is ok but it not working for every value.
    Example :-
    In EQUI table when we pass  Equnr - 60099204 we need to get some value in KUNDE field, then only it will join to KNA1 table. But this is not happening, I am not getting value for KUNDE, hence join is not performing.
    So I need some other solution so that when we pass EQunr we can get the address details
    one thing more equnr  60099204 is having address detail, if we'll check IE03 (transaction by clicking address envelop)
    Thx.

  • Address details for next column.

    Hi experts,
    i have an  issue, which the program downloads the customer data into an excel sheet.
    while download to excel they are printing Communication address details in single cell line by line,
    for that they used ' cl_abap_char_utilities=>newline ' class..
    now my requirement to change the single cell address details to next column..
    ie., they want to display address1 in one cell and address2 in next column cell... so on like that..
    can you suggest me, is there any class or any other logic..
    Thank you
    Regards
    Ramesh

    Hi,
    why you don´t tell us sth about your system, if it is a Z report, a standard functionality.....
    Not enugh details -> No community answers.
    Cheers,
    André

  • Pre Populating contact person address details

    hello experts,
    I am new to crm 2007 and Interaction Center.
    I have requirement like this
    1) say i created an account of type organization
    2) once organization is saved, from account details screen there is an option to create a contact person using Related-buttion
    3) My requirement is when i click on Related button by default i need to pre-populate contact person address details with the Organization address details like street, house number, city, postal code, country and region.
    Could you please tell me what kind of code i have to write in the Related button event handler to populate organization address details in to create contact person address details
    Cheers, Srikanth

    Hello Srikanth,
    You have to implement any one of the BADI based on the data u want to update in the contact person.
    BUPA_CONTREL_IMPORT
    BUPA_CONTREL_EXPORT
    BUPA_CONTREL_DEFAUL
    You need to call FM to update the address.
    This hint should be able to take you in right direction.
    Regards,
    Kapil

  • PO Address details

    Hi,
    My Po is picking up the vendor POST CODE and address details in the DELIVERY section of the PO.
    For example the ADDRESS FOR THE DELIVERY should be a different address, but its showing the vendor address instaed of the delivery address.
    were do i look?

    Hi,
    Please update the MEDRUCK FORM in your system.Please see Note 214907 in regards to this.  Because of the changes in address management in the 46  releases, it is important that you update the MEDRUCK version in your system.
    Also, please check the following in configuration:
    Please modify your message determination:
    MM->Purcasing->Messages->Output control->Message determination  schemas->Define message schema for PO->Assign Schema to Purchase Order
             'Fill in the Columns for 'T', 'M' 'P''
                                              4    X   X
    If your addresss are set up in Central Address Management as set out below:
    1. Entering a PO with NO change of delivery address:
    If you enter a normal PO with no change in any delivery address, then In the PO Item, there will be a reference to the vendor address in EKPO-ADRN2; while EKPO-ADRNR will be blank.
    This goes for ALL items in the PO!  Therefore it is regarded as the 'header'-level.
    Looking in table ADRC (which is where CAM stores its addresses) via SE16 for the reference in EKPO-ADRN2, you will see the plant address. Note, this address has ADRC-ADDR_GROUP = 'CA01'.
    2. Entering a PO with change of delv. address
    Now, if you change the delivery address by typing in the address name or the street etc, you will save a new address in table ADRC.
    In the PO Item, there will be a reference to the PO-specific address in EKPO-ADRNR; while EKPO-ADRN2 will be blank.
    Looking in table ADRC for the reference in EKPO-ADRNR, you will see the adress you just entered.
    Note, this address has ADRC-ADDR_GROUP = 'ME02'.
    Here is a small overview of the different address group, their use, and where they are maintained.
    - CA01  Customizing address, storage location or plant address, maintained using transactions OX09 and OX10.
    - ME01  Delivery address maintained in the master data,
                 Transaction MEAN (EKPO-ADRN2)
    - ME02  Manually changed delivery address in PO item EKPO-ADRNR)
    - ME03  Vendor address (EKKO-ADRNR).
    So, the delivery address (at item level) is linked to the central
    address management facility (CAM).
    The vendor address (header level) is linked to CAM.
    Address data is stored under an address number (key ADRNR) in the table ADRC.
    In the case of the delivery address, the system accesses (displays) the address data via the following pointers:
    - EKPO-ADRNR  (address entered manually in the item) or
    - EKPO-ADRN2  (explicitly specified address number) or
    - EKPO-KUNNR  (customer number) or
    - EKPO-EMLIF    (receiving vendor)
    In the case of the vendor address the system accesses the address data via the vendor master data:
    - EKKO-LIFNR -> LFA1-ADRNR
    I hope this information help you.
    Sanjeev

  • Copy Control - Address Details from Quantity Contract to Purchase Order

    Dear Experts,
    When I create a Purchase order w.r.t a Quantity Contract, in some cases the address details (such as street address, phone #, e-mail etc.) are copied from Quantity contract and in other cases they are copied from the vendor master. I compared the vendor masters and quantity contracts in both the scenarios and cannot figure why this is so.
    The way I create a PO is to use the selection variant option in ME21N to pull in the Quantity contract and then 'Adopt' the details.
    Is there a address copy control functionality somewhere at the vendor master level that governs this behavior?
    Examples:
    1) Vendor A has telephone 888-888-8888 on vendor master data and QC 5000001 has 999-999-9999 as telephone for the same vendor in the quantity contract. When I use this QC, 999-999-9999 copies over to PO and this is desired/correct
    2) Vendor B has telephone 888-888-8888 on vendor master data and QC 5000002 has 999-999-9999 as telephone for the same vendor in the quantity contract. When I use this QC, 888-888-8888 copies over to PO and this is not desired/incorrect
    Any insight would be helpful
    Thank You
    Siva
    Edited by: Sonshine on Feb 23, 2012 3:53 PM

    Hi Arminda,
    The note refers to the Plant/shipment Delivery address and I am having trouble with the communication address (supplier address, email, fax, telephone etc.) of the vendor.
    Any other inputs?
    Thanks
    Siva

  • Address details while saving the order

    hello experts
    i am having the requirement where i wanted to fetch the Ship-to Address details that is changed by the user while saving the order.
    I tried using different FMs like BAPI_BUPA_ADDRESS_GETDETAIL but these fetch the address from master data. What i want is the new address entered by the user.
    In CRM_ORDER_READ i am getting a new ADRNR for the newly entered address (itab_partner-addr_nr)but not able to find any FM to get the details out of it.
    did anyone know how to get the same?
    Thanks in advance.
    regards
    rajeev

    Hi,
    I tried FM BUA_BUPA_ADRC_GET. This one returns address details from memory but doesn't have partner relation in it.
    basically it populates partner's name into NAME1 field of ADRC.
    regards
    rajeev

  • Approval for Personal and Address details change from ESS

    Hi,
    I have to trigger a workflow when ever an employee changes his personal details(eg: Marital status) or address details from portal, it should send an approval to HR UWL and once HR approves then only it should update the data in the backend.
    1. Any standard workflow exists for this
    1. Is there any standard way of triggering the custom workflow
    2. How to block the updation until it is approved by HR
    Thanks for your help..
    Swamy
    Edited by: Swamy M on Aug 27, 2010 6:44 AM
    Edited by: Swamy M on Aug 27, 2010 7:14 AM

    Hi,
    As suggested by Siddhartha, the HCM forms and processes is the best and most recommended way to handle such kind of requirements.  Only thing need to bear in mind is this is launched through Adobe Interactive forms and not through webdynpros and also has additional licensing implications.
    See the below link for more information on HCM forms and processes. http://help.sap.com/saphelp_erp60/helpdata/EN/43/05e42bdfc221b9e10000000a1553f6/content.htm
    Thanks
    Jigar

  • Strange Problem in PA30 Basic Personal Data - Bank details

    Hi Experts,
    We are facing a different strange problem.
    When we go to PA30 T-Code & enter Personla No. (eg. 1000001) & fill all details, like
    *Actions
    Organizational Assignment
    Personal Data
    Addresses*
    After when I come for "Bank Details" & Create, I am getting Default values for this screen fields,
    *Bank details type
    Payee
    Postal Code/City
    Bank Country*
    I am just keying
    *Bank Key
    Bank Account*
    Now after Saving, & when  checked in table PA0009 the EMFTX, BKPLZ, BKORT field (Text, City, Pin), are not getting added(Those fields are blank in Table).
    The Same when I add this fields manually all are appearing in table.
    (Example. when I go for Bank Details, I am getting Default pin & city maintained in Address field just above, Lets say 500001, HYD. & this is not updated in table when it shown default, But If I clear 500001 & add same(any Value) again back its updating in table. This is happening for Payee, Postal Code/City).
    please help me with this strange situation.
    Thanks,
    Dileep .C

    Hi Sandeep and Dileep,
    I am having the same problem as well.
    The EMFTX field is empty in PA0006 after i created a new Bank record in PA30.
    I actually tried creating a new Bank record via portal for another employee, EMFTX field is filled with value.
    I noticed that from backend, I will not be able to save IT9 if IT6 is not exist.
    If I do the same via Portal, IT0009 can be created while IT0006 is not exist.
    For your info, i check the module pool MP000900 in table T588M, it has 20 entries with different variable key, the variable key field is one of the colum which I believe the value is used to differentiate the countries. For my case, I can the country that I am testing is not having feature P0009, both the standard screen and alt screen are pointing to 2000.
    Please advice.
    Thanks
    Regards,
    Justin

  • I would like to mark data on my iPhone / iPad as private or hide it. Is it possible? I could do it on my Palmpilot. Any data - addresses, calendar entries, files, anything could be hidden on the palm pilot. It'd be great to see this facility on apl pdts

    I would like to mark data on my iPhone / iPad as private or hide it and only unlock it with a different password. Is it possible? I could do it on my Palmpilot. Any data - addresses, calendar entries, files, anything could be hidden on the palm pilot. It'd be great to see this facility on apple products.

    I know what you meant. As I said, it's not possible to do so on the iPhone. Of course Apple could add such a feature to a future version of iOS, it's only software, but so far they haven't. You can suggest such a feature to Apple here: http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • Compatibility of Photoshop Elements 5 with Premiere Elements 7

    I have Photoshop Elements 5 and have created an audio slideshow in it, but I was told that in order to get it to DVD that can play on things other than my PC, I'll need to get Premiere Elements. Is that right? If so, would I be able to buy just Premi

  • Photoshop CS 3 won't open Jpgs

    I upgraded computers (now run leopard on a mac book) and therefore had to upgrade my Creative suite. Unfortunately, my Photoshop CS 3 is useless. Anything I create in it is, according to other programs considered an invalid file format that other sys

  • DataSource Connection Issues w/Authentication Sample App

    Hi, I'm trying to accomplish database provided authentication as described in this how to article: http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm I have enabled logging for the oc4j security module in t

  • Flash version detection question

    I understand how to set the Flash player version when I publish my Flash movie. But what is not clear in the book I'm studying is when I upload the .swf file in my html page (index.html) to my server, do I need to upload the html version of my Flash

  • Merge to HDR pro in CC 2014 is not working

    When I select files in Bridge and then go to Tools>Photoshop and either Image processor or Merge to HDR Pro nothing happens.  Does anyone know why