Get plant information (tel number and fax number) from SPRO

I ahve a quotation form which I am pulling the footer  with the plant adress and phone number and fax number . Right now my form is coded to pull the address and numbers from T001w and Kna1 table for tel and fax numbers . Now they want the telephone numbers to be pulled from the SPRO  Plant indo, i.e in SPRO Enterprise strucrturew--definition logistic generaldefine copy delete plant ---address(tel number and fax number).
I would like to get the numbers from here , how do I get the plant information from there instead of getting it from the plant and customer tables.
Thanks
Aarav

try table TVST  get the ADRNR hit ADRC or ADR1 to ADR6 tables

Similar Messages

  • Query for Customer site Phone number and Fax number  in Oracle Apps

    Dear All,
    Can anyone guide me how to write qurey for Customer site phone number and Fax number for Acive customers.
    Thanks in advance.
    Best Regards
    NRC

    Hi Team,
    This is a shipping report in header level we have the customer information with site address. The requirement is along with site address we need to show the phone number and Fax number .For this we need to write the formula column.Thes are the comes through HZ parties only. I have no idea how to achieve this.
    Best Regards
    NRC

  • Payment advices not picking accounting clerk phone number and fax number.

    Hi,
       We have executed payment program and payment advices got generated. But in the output it is printing everthing i.e accounting clerk name, vendor number and amount. But it is not filling the accounting clerk phone number and fax number even though we have maintained it in our customized transaction code. Will this values in the payment advices will be picked up from standard t.code OB05, there we don't have option to give these two values.
    Can anyboday help me on this.
    Regards,
    Sree

    goto accunt groups with screen layout,
    after creating the group or existing group, double click on account management, in payment transactions make the required fields are required.
    regards,

  • Reg Telephone and Fax Number updation in Purchase orders

    Hi Experts,
    I need small information about Telephone Number and Fax numbers updation in Purchase Orders.
    Actually my user requirement is they have been provided the Purchase Organizations XXXX,XXXX.
    From this Two Purchase Orgs the users who are all created the POs the Telephone Number,Fax Number need to pick from the relvant User Master(user profile SU01).
    For this how i can discuss with my Abaper.
    If you have any idea on this please suggest me.
    Brgds,
    RK

    Hi RK
    Where do you need to update this information in the PO or the PO output ( Print / Fax / email)
    If you want to update these in the PO  then you need to use the customer exit.
    Enhancement        MM06E005 - Customer fields in purchasing document
    If you need to determine the details in the PO output then the smartform / script  being used needs to be modified to determine the data of the user derived from table EKKO - ERNAM  created by
    The address number needs to determined from table USR21 using the user ID  - PO created by( EKKO - ERNAM_ and using the address number derive the telephone number and fax number from table ADRC.

  • Regarding Company code telephone number and fax.

    Hi guys,
    where we will enter the telephone number and fax number for a comapny code?
    Regards.
    Venkat

    Hello
    On the screen, Display View " Company Code "
    You would see on the tool bar the following:
    View / change icon / back arrow and front arrow icon / other entry icon / Address icon.
    Click on address icon
    Reg
    *assign points if useful

  • Problem while updating Tel no and Fax no using BAPI_BUPA_ADDRESS_CHANGE

    Hi,
    Im trying to update the Telephone number and Fax number using a BAPI but unable to update in Tcode BP .can you please tell teh solution.my code is below.
    data : i_tel like BAPIADTEL occurs 0 with header line,
           i_fax like BAPIADFAX occurs 0 with header line,
           i_telx like BAPIADTELX occurs 0 with header line,
           i_faxx like BAPIADFAXX occurs 0 with header line.
    i_tel-telephone = '800-266-3377'.
    append i_tel.
    i_fax-fax = '505-796-9601'.
    append i_fax.
    i_telx-telephone = 'X'.
    append i_telx.
    i_faxx-fax = 'X'.
    append i_faxx.
    To add Telephone number and FAX number
    CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
      EXPORTING
        businesspartner              = '0007000006'
    TABLES
       BAPIADTEL                    = i_tel[]
       BAPIADFAX                    = i_fax[]
       BAPIADTEL_X                  = i_telx[]
       BAPIADFAX_X                  = i_faxx[].
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    if sy-subrc =0.
    write:/5 'Successfully updated'.
    endif.
    Regards,
    Deepthi.

    DATA : i_tel LIKE bapiadtel OCCURS 0 WITH HEADER LINE,
             i_fax LIKE bapiadfax OCCURS 0 WITH HEADER LINE,
             i_telx LIKE bapiadtelx OCCURS 0 WITH HEADER LINE,
             i_faxx LIKE bapiadfaxx OCCURS 0 WITH HEADER LINE,
             i_return LIKE bapiret2 OCCURS 0 with header line.
      i_tel-telephone = '800-266-3356'.
      APPEND i_tel.
      i_fax-fax = '505-796-9656'.
      APPEND i_fax.
      i_telx-telephone = 'X'.
      i_telx-updateflag = 'I'.
      APPEND i_telx.
      i_faxx-fax = 'X'.
      i_faxx-updateflag = 'I'.
      APPEND i_faxx.
    To add Telephone number and FAX number
      CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
        EXPORTING
          businesspartner = '0007000006'
        TABLES
          bapiadtel       = i_tel[]
          bapiadfax       = i_fax[]
          bapiadtel_x     = i_telx[]
          bapiadfax_x     = i_faxx[]
          return          = i_return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
      IF sy-subrc = 0.
        WRITE:/5 'Successfully updated'.
      ENDIF.
    data:v_msg(255) type c.
    loop at i_return.
    CALL FUNCTION 'FORMAT_MESSAGE'
      EXPORTING
        ID              = i_return-id
        LANG            = 'EN'
        NO              = i_return-number
        V1              = i_return-message
      IMPORTING
        MSG             = v_msg
      EXCEPTIONS
        NOT_FOUND       = 1
        OTHERS          = 2 .
    write:/5 v_msg.
    endloop.

  • What's the 'best practice' way to get email and fax number from vendor?

    Hello *,
    could anybody let me know what the 'best-practice' is to get the fax number and smtp address from the vendor master? Is there a preferred function module I should use?
    Thanks a lot,
    Torsten

    Hi ,
    try that:
    TYPE-POOLS: szadr.
    DATA adr_kompl TYPE szadr_addr1_complete.
    DATA adr1 TYPE szadr_addr1_line.
    DATA adtel TYPE szadr_adtel_line.
    DATA admail TYPE szadr_adsmtp_line.
    DATA adfax TYPE szadr_adfax_line.
    CALL FUNCTION 'ADDR_GET_COMPLETE'
           EXPORTING
                addrnumber              = lfa1-adrnr
           IMPORTING
                addr1_complete          = adr_kompl
           EXCEPTIONS
                parameter_error         = 1
                address_not_exist       = 2
                internal_error          = 3
                wrong_access_to_archive = 4
                OTHERS                  = 5.
    * Mail
      LOOP AT adr_kompl-adsmtp_tab INTO admail.
        MOVE admail-adsmtp-smtp_addr TO atab-mail.
      ENDLOOP.
    * fax
      LOOP AT adr_kompl-adfax_tab INTO adfax.
        MOVE adfax-adfax-fax_number TO atab-fax_number.
      ENDLOOP.
    regards Andreas

  • Material Number and Serial Number are not getting filled...Very very urgent

    I have my code in the badi...CRM_EQUI_LOAD...method PERFORM_LOAD.In this i try to to create a component for the ibase using the function module... CRM_ICSS_CREATE_COMPONENT...The component gets created but the material and serial number are not getting updated...It is very very urgent..please help....

    I am not sure what information you are passing in given FM.
    But in my case I have used FM 'CRM_CREATE_IBASE_FROM_EQUI' to create Ibase and component. It creates IBase and Component along with other details like material number and serial number.
    you may refer the below code for the same >
    Call the standard handling for crm equi load.
      call function 'CRM_CREATE_IBASE_FROM_EQUI'
        exporting
          is_header         = is_header
          it_equi_dmbdoc    = it_equi_dmbdoc
        changing
          et_error_segments = ct_error_segment
        exceptions
          technical_error   = 1
          others            = 2.
      if sy-subrc <> 0.
        raise equi_load_badi_error.
      endif.
    Cheers,
    Ashish

  • I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    for the installation file(s):
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • My husband and I both have iPhones on the same account. When he did his update yesterday, he chose both his number and my number during set up. Now he is getting my messages, too. Can someone please help me fix this?

    My husband and I both have iPhones on the same account. When he did his update yesterday, he chose both his number and my number during set up. Now he is getting my messages, too. Can someone please help me fix this?

    What do you mean he chose his and your number during setup. Chose them for what? Is you number showing up in the Settings>Messages>"You can be reached by imessage at" section? If it is he needs to remove it.
    Cheers,
    GB

  • Any function module or bapi to get sales order number and invoice number?

    hi all,
    with delivery order number provided, do we have any function module or bapi to get sales order number
    and invoice number?
    thanks.

    Hi,
    Check
    BAPI_SALESORDER_CREATEFROMDAT1
    BAPI_REMUREQSLISTA_CREATEMULT  Agency Business: BAPI Create Invoice Lists from Vendor Billing Documents
    BAPI_REMUREQSLISTB_CREATEMULT  Agency Business: BAPI Create Invoice Lists from Payment Documents
    BAPI_REMUREQSLISTC_CREATEMULT  Agency Business: BAPI Create Invoice Lists from Posting Lists
    BAPI_REMUREQSLIST_CHANGEMULT   Agency Business: Change Invoice List Documents BAPI
    BAPI_REMUREQSLIST_GETLIST      Agency Business: BAPI Determine Detailed Data for Invoice List Documents
    BAPI_REMUREQSLIST_RELEASE      Agency Business: BAPI Release Invoice List Documents to FI
    Edited by: Neenu Jose on Nov 26, 2008 8:53 AM

  • Get Ibase from Model Number and Serial Number

    Hi Experts,
    Please can you help me in getting the existing Ibase Number based on Model Number and Serial Number.
    It is appreciated if you provide me the standard FM's if available and standard tables.
    Thanks in Advnace.
    Raja.

    Hi Naresh,
    It is almost solving the issue but for the same model number there are multiple product_guids.Then how to come to know that is the exact Ibase.
    The exact the requirement is
    The user will send an excel file which consists of Model Number ,Serial Number and other Custom fields.
    Depending on the Model and Serial Number we need to get an Ibase and Component.
    then we need to update the existing ibase and component with custom fields.
    So can you help me in updating the custom fields data from excel file to the existing Ibase.
    Outline : Finding the Ibase and component
                   updation to the existing Ibase and component.
    Thanks In Advance,
    Raja.

  • HT4061 If I have my iphone4 lost, but I still have the serial number and IMEI number, how can I get the ICCID number?

    If I have my iphone4 lost, but I still have the serial number and IMEI number, how can I get the ICCID number?

    You can't.

  • Batch Number and Serial Number

    Hello Sap gurus,
      could you guys help me in understanding that in which scenarios (industry),we use the serial number and batch number.I know that in process industry we use the batch number(where shelf life is important) and in machine tools manufacturing company,electorinics parts manufacturing company, we use the serial number.Apart from this can you give me some examples and explain, where serial number and batch number gets used.

    hi
    batch: when a quantity (Kg, Ltr...) in lumpsum need to be identified separately in inventory, then that material is batch managed
    Advantage: each batch stock can be identified in Stores separately.
    Dis-advantage: For every transaction of this material Batch as additional parameter is to be placed in SAP.
    Serial Number: if you want to distinguish each Item (generally unit of measure will be EA, PC.. etc) in the inventory, then serial number will be used.
    Advantage: we can track the movements of each serial number of material
    Dis-advantage: every time, you need to place the serial nuber for every one quantity for movements.
    Batch & Serial Number: both to-gether can also be used to maintain the group of items classified as Batch at the same time each item can be identified through serial number. please note that lot of data (Batch & serial numbers ) to be placed for each movment.
    Batch: batch for material can be activated in Purchasing view / Plant data storage view of material master
    Serial Number: separate serial number profile need to be created and placed at work scheduling view or plant data storage view of material master.
    hope it helps
    Thanks, Jk

  • Instance number and minor number

    hi
    can somebody tell me what is actually instance number and what is the relationship between an instance number and minor number of a device .

    I'm not 100% sure but my reading of it is:
    Usually one has a 1:1 direct mapping of minor number to instance number, but this doesn't have to be the case.
    The instance number is linked to your hardware device and say if you move its base address you will get a new instance number with the old one retained for the original address.
    If you had 3 cards I think you would have instance No.s 0, 1, and 2.
    The minor number can be anything YOU want it to be.
    I have a situation where I have a card carrier with 3 cards mounted on it - I can only have one instance and I need to differentiate between the cards used - I use the minor number that is a part of the device handle and can be returned by using getminor from driver code.
    As usual the Writing DD SUN book is all there is available.
    Any further points - let me know.
    Cheers.

Maybe you are looking for

  • Using 2 Identical SuperDrives with DVDSP in Mac Pro

    Hello- I recently installed 2 new identical Pioneer 118 Superdrives in my 2006 Mac Pro. In DVDSP, I'm having problems selecting a drive and burning discs. The Burn dialog box allows me to select either drive, but both have identical names. When the t

  • Background image not cached in browser

    Hi, Using JDeveloper 11g R1. We have a template, with a PanelGroupLayout component with a background image, like follows: <af:panelGroupLayout layout="horizontal" inlineStyle="width:100%; height:2px; background-image:url("images/separacioRalles.jpg")

  • Re-sizing and Pasting in Elements 12

    I've just got Elements 12 and I'm having difficulty getting started. The first thing I need to do, is to re-size a load of images - I need them to be a specific size in centimetres. I don't care how many pixels they are, or how big the file is. Howev

  • LaserJet 1200 Econo Mode 300 dpi 600 dpi

    I just got a new HP tower, and when I hooked up the Laserjet 1200 series printer, It's printing very dark. I went into the control panel, as I had done in the past, and it doesn't show the economode tab for the toner, it says 300 dpi, 600 dpi, I've t

  • Airport Extreme Base Station N and Buffalo Linkstation

    I want to set up a Buffalo Linkstation with my Airport Extreme Base Station I have two options on the linkstation 1. ethernet 2. USB (female port) Can I use the NAS over ethernet? Or do I have to use USB? If I use USB will it work if both the linksta