Problem in Equipment Address Detail

Hi ,
i am saleem. shaik i am facing some problem in creating Equipment(IEO1) Through BAPI_EUQI_CREATE. this bapi will not have the features to update class ,Characteristic and address details(NAME in second scree) .i am able to update class and Characteristic details through other BAPI available. now i am facing problem in ADDRESS details i am not able to find any functions to update address details. If any body have IDEA to update these details please update me .
my mail id [email protected]

Hi,
Please let me know what was the solution for updating the address. We are also using BAPI BAPI_EQUI_CREATE and want to upload address.
Regards,
Harveen

Similar Messages

  • 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.

  • Problem with BAPI_SALESORDER_CHANGE for updating address details

    Hi,
    I am trying to update address details using the bapi BAPI_SALESORDER_CHANGE. I am unable to update. I am populating only the required fields.
    Could anyone tell whats the problem with BAPI?
    Thanks & Regards,
    Yaseen Mahammad.

    Yaseen,
    Do check whether you have passed values to the internal table ORDER_HEADER_INX. You have to pass value to the update field as 'U' and all the fields which you have passed in the header internal table as 'X'.
    and  behave_when_error = 'P'

  • 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.

  • Update equipment address

    I'm an ABAP developer and I'm trying to update equipment address (especially coordinates) in an ABAP program. I tried to debug CRM Web UI application and implement the same code in my program but it doesn't work.
    Basically I'm using function modules COM_IOBJ_LOCAT_ADDR_STORE, ADDR_SINGLE_SAVE and COM_COM_LOCAT_ADDR_SAVE_DB. Obviously I have something missing but I wasn't able to determine what's it.
    [Screenshot of WEB UI where I try to update (Accounts & Products > Equipments > Address)|http://i54.tinypic.com/2ev6kk5.jpg]

    Hi Ravi,
    If you are able to do it with GenIL/BOL..that would be the best. However, we prefer to use BOL only from WebUI. So, I hope you are using this only in WebUI Components, and not from any BAdI's or Proxy's.
    And the FM's/Classes should definitely work, from my experience.
    Did you try tracing all the FM's/Classes and the sequence being called...by doing your exercise manually?
    If not, you can try that...even your problem is solved, it would help you in future.
    Thanks,
    Sandeep

  • 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

  • I am living in moscow, but i have a mastercard in vietnam. I changed my location in itunes from Russia into Vietnam. But when I change my billing info, and write my card's informations. It said I have problems with the address. I typed my address in VN.

    I am living in moscow, but i have a mastercard in vietnam. I changed my location in itunes from Russia into Vietnam. But when I change my billing info, and write my card's informations. It said I have problems with the address. I typed my address in VN. What should I do now ????

    To answer the second question first, the owners of the music (and that is not Apple) decide where their music can be sold. If they decide (for whatever reason) not to sell their music in a particular country, they will not let a music retailer (that is Apple this time) sell it in that country. So the "system" is beyond Apple's control.
    As for your first post; (if I understand you correctly), the iTunes Store knows that you are in Russia, so using a credit card registered in Vietnam is simply going to look like you're trying to get round the system.
    The credit card is tied to an address, and therefore to a country. Simply using a different country's address is not going to work.
    By the way, this is a world-wide situation. It's not a matter of having to use a Russian card, whatever card you use has to be registered at an address in Russia.
    Use the support link in the iTunes Store to contact Apple and see if you can straighten out whether you can buy songs, where ever you are and with whichever card you have.

  • Sales Employee without HR - Maintaining Address Details

    Hi All,
    We are using Sales Employee without HR.
    When the Sales Employee is linked as a partner on a Sales Document, the address details are filled with "XXXX".
    Example:
    Name: Graham Shanks
    Street: XXXXXX
    Post Code: XXXX
    City: XXXXXX
    I want to be able to maintain the address, specifically the email address of the Sales Employee to setup an email output condition for the order confirmation.
    Please assist.
    Regards,
    Tim Reid

    Hi,
    Once you create sales employee without HR,then go to t-code,
    PAL3  or  PA30
    Select infotype text ADDRESS & click on create icon at TOP of leaft hand side
    Maintain the address detail and save it.
    My suggestion is take help of HR consultant, he will configure infotype for address.
    Kapil
    Edited by: Kapildev Farakte on Jan 6, 2010 5:17 AM
    Edited by: Kapildev Farakte on Jan 6, 2010 5:17 AM

  • Bill to address details for PO form

    Hi,
    Can u get the table name and field name (name,other name,house number,street,city,postal code,country,country,tel1_number,extension) for fetching the details of BILL TO ADDRESS for PURCHASE order form

    Hi Jayasree,
    In PO bill to address is generally the Plant Address.
    Are you talking of SAP standard smartform ? If you have Bill to number then you can find the address details from ADRC table by using ADRNR (KNA1-ADRNR).
    Can you please be more specific on this.
    Lanka

  • 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.

  • User exit in Equipment Address management

    Hi,
    I am looking for a user exit in 4.6C within Equipment maintenance but none of the enhancements that I have looked at seem to have the address information available. I have looked at Enhancements IEQM0001 to 3 and ITOB0001 - 6.
    We have a requirement in a 4.6c environment to check that Equipment address information is only changed on a specific type of related types of equipment as it is a business requirement that all of these items should always have the same address. For example Equipment A, B and C are linked and must have the same address. Equipment A has the master address and when it's address is updated this must also be updated in Equipment B and C. In addition if someone tries to update the Address in Equipment B or C then an error message should be output telling the user that they must update this from Equipment A.
    I have not been able to find any enhancements that give you access to the address information however.
    Thanks for your help
    Ian

    Ian,
    First of all have a look [here|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf] for the PM/CS enhancement options.
    You could probably IEQM0003 (Additional checks before equipment update) to check if the address has been changed by either using a suitable function module to look at the buffer data, or using field-symbols to call-in the data from the memory.
    PeteA
    [www.pjas.com]

  • Problem in entering passport details in 0185 IT for korea employees.

    Hi Experts,,
    I am facing the problem  whilw updating passport details in 0185 IT.
    Main problem is the subtype ....Passport  01 is  not showing up.
    In PA30 ,when we want to maintain personal ids...the passport subtype is not showing up.
    In Dev ..everything is fine.We can update the data in DEV.Later we moved to qualiity..everthying is moved.But when we want to updfate the passport details..the subtype is not showingup at all.Did we miss anything in configs.
    We did configs in tables  V_T582l and V_T591a.
    Please advice to showup the the subtype of personal ids pertaining to korea.
    Regards,
    Sairam

    Solved the issue by maintainting korea//Passport  in  V_T5R05 table
    Sairam.

  • Address details for Cash Desk

    Hi !
    We are trying to output invoice / receipt from a cash desk. Where can I find the address details pertaining to this cash desk ? Or to which specific organizational object (that contains an address) is the cash desk assigned to ?
    We are using FI-CA on 4.7.
    TIA.
    Cheers,
    SAP Developer.

    Hi,
    Shipping Point Address:
    Goto the table TVST, give the shipping point and get the adrnr.with this you can go to ADRC Table and get the address field values.
    Ship to Party Address:
    Here is the link
    1. VBPA-VBELN = LIKP-VBELN AND VBPA-PARVW = 'WE'.
    2. ADRC-ADDRNUMBER = VBPA-ADRNR.
    Regards,
    Satish

Maybe you are looking for

  • Nokia Issues in the Enterprise

    I have (2) Nokia clients that are unable to connect to the enterprise WLAN. Client Data: Nokia N8 Symbian Belle Nokia N900 running Maemo5 Wireless Setup: WiSM2s running 7.0.230 APs: 1142 & 3500 WPA2 Enterprise AES PEAP/MSCHAPv2 Certificate is with Ge

  • From customize report to customise transaction code

    Hi, I want to pass data from basic list (from my customize report) , when I double click, I want to call my z transaction code field and the field type is P length 8 decimals 2.and the data which i want to pass is also same data type. hoe to do.. can

  • Can you suggest a best way to store and read arabic from oracle database?

    Hi , can you suggest a best way to store and read arabic from oracle database? My oracle database is Oracle Database 10g Release 10.1.0.5.0 - 64bit Production on unix HP-UX ia64. NLS_NCHAR_CHARACTERSET AL16UTF16 NLS_LANGUAGE AMERICAN NLS_TERRITORY AM

  • CP5.5: Is there a way to track a user who passes w/o LMS?

    Our "LMS" is PeopleSoft and does not use SCORM but tracks who gets an official certificate and the date they received it based on a PeopleSoft ID. Some people have a PeopleSoft ID, others do not.......... My problem is this: we have a button to get a

  • 2010 SP3 Management Tools on 2012

    Hi! We need to manage our Exchange 2010 SP3 from a windows 2012 member server. What are the requirements on windows 2012 to install the management tools. Do we have to install IIS first? If yes then what options of IIS? Thanks.