Fax Number and Url/Ftp Fieldnames

Guys help me on this..
What table should I need to check to see the fieldnames of fax number and its ID(sequence number) and also FTP/URI fields and its ID...
Im having a hard time to find their tables please help me...

use tables adr3 and adr12
first you must determine address-no. (e.g. from table kna1 / lfa1 or other master data)
A.
Message was edited by:
        Andreas Mann

Similar Messages

  • Fax number and e-mail from a contact person

    Hi,
    Does anyone know the table where the fax number and the e-mail of a customer or vendor contact person is?
    The table KNVK only have the telephone number...
    Thanks
    Hugo

    Check tables: ADR3, ADR6..
    From kna1 u will get the address no (ADRNR). And fetch data based on ADRNR from these tables.
    Regards,
    Joy.

  • Telphone mobile phone fax number and email

    HI,
    Can you tell me how to get the user Telephone
                                                         Mobile Phone
                                                         Fax
                                                       E-Mail
                                                       from the sap user id.
    Thanks,
    Srinivas

    hi,
    UST04
    User profiles (multiple rows per user)
    chk this Table -
    ADR6
    Regards
    Anver

  • 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

  • No fax number could be determined for partner

    Hi,
    I received this message when I was trying to see output type after creating, saving sales activity (VC01N), then come back to this sales activity > Goto> Output. My output type is not shown here. So I went to Determin Analysis, I found 3 messages here 541 Output found, 570 No fax number could be determined for partner <xxxxx>, and 516 Fax number could not be determined. Condition type is set for fax output. This output type is also set for printer and external send. They are working fine. Some how only for fax output, fax number is not found for the partner. Any light on this topic is appreciated.
    This partner is contact person of the customer. Fax number found for this partner in XD03.
    If you need more information please let me know.
    Thank you,
    Surya.

    Hi Surya,
    U need to check and see the fieldnames of fax number and its ID(sequence number) and also FTP/URI fields and its ID...
    use tables adr3 and adr12
    first you must determine address-no. (e.g. from table kna1 / lfa1 or other master data).
    or do like this:
    1) goto LFA1 table take the address number(ADRNR) of the purticular vendor by using vendor number(LIFNR).
    2)then goto ADRC table, enter the address number(ADRNR).now u'll get all the communication details of the purticular customer.
    kindly reward if found helpful.
    cheers,
    Hema.

  • How to change email/fax number retrieval logic for output...

    Hi,
    In my requirement, for sending the output by fax / email, for e.g. take certificate of analysis, the customer master data is checked and the data mentioned there is used to send the output. In addition, in customer master transaction XD01/XD02 I see an additional tab called contact person which has information of each contact person along with their department numbers and fax num and email ids.
    In ADR3 I noticed that these are stored.
    In short
    In XD03,  under address tab a fax num maintained which I do not want to use. Rather,
    Under contact person tab , the entry which has dept number as say A100, the associated fax num is the one to which I want the COA to be sent.
    Where exactly is the code that reads these entries and determines the fax number and email ids to which the output needs to be sent ? May be there I need to change the logic to include a check such that entries that have dept as A100 will be checked and those fax and email ids will be selected and set.
    Or if there is any other way this can be achieved, pl advise.
    thnks

    Senthil,
    The COA trigerring works fine. The delivery for  which PGI will be done and then COA will be sent that has the output configured such that Fax will be sent. In SOST I can see the entry which shows the fax num as say 787878.
    But this was the number found in the ADDRESS tab in XD03 for that ship to partner. I do not want that fax num to be used. I want the fax number that I enter in an additional tab and which is stored in KNVK and ADR3 tables.
    So once SAP determines it has to fax the COA , SAP shoud be reading the ship to pary fax num, right ? Where is that code in standard SAP ? Bcos I need to change the logic to read somwhere else !! Hope you are able to follow me now ?
    thnks

  • How to send PDF file to fax number

    Hi
    I am using
    COLDFUSION 8," I have a  small screen to take the fax number and want to fax the PDF file  to that fax number from my system using  ColdFusion".
    I have no idea to implement this. Any help will be appriciated.
    Thanks

    I think you owe Paul a big ol' beer there, on your behalf he's managed to type "fax coldfusion" into Google.
    Did you even try this yourself? Or did you just want someone else to do it for you? Seriously, I don't know what it is on here lately but enough with everyone being too lazy to do their own jobs.
    Credit to Paul for bothering to reply.

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

  • 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

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

  • Changing fax number of a failed fax in SOST and re-send

    Hi  all,
    The issue is that if a program is firing a fax with a wrong fax number ... the message is recorded as an error in the SOST/B transaction(s).
    Now is there any way I can change the fax number of the message in SOST and then re-send it.
    Because when I click on re-send it does not give me any options to change any of the message attributes and directly fires the fax.
    Please advise.
    Regards,
    Adi

    All the loops (with VERY few exceptions) in Garage Band are in the same key, the key of C.
    That's not true! You might get the impression because the standard key of a new GB project is C, so in the preview all loops play in C (unless they have been labeled incorrectly.)
    If I remember correctly, the original key was listed in the Loop Browser in previous versions of GB, I can't find it in the current one. But if you listen to a loop in the Finder, you can hear its original version.
    This gets important when you have to decide whether to raise or lower a loop. Let's say the loop was recorded in G, you put it in your C major song, and you want it to sound in F. Then you might be tempted to raise it by 5 semitones, because that seems "closer" than lowering it by 7. However, since the original was probably already raised by 5 steps to sound in C, that will result in an overall shift by 10 semitones - probably it sounds weird that way, whereas lowering it by 2 semitones would sound fairly natural.
    Of course you can also just trust your ears, but I find that additional information helpful.

  • Change FAX number for all vendors and customers in a massive way.

    Hello,
    I need to change the FAX number for all the vendors and custormers in Q01 so that every form should output through an specific test fax-printer. The problem is that I don't know which field I should change and how can i do it in a massive way. I have heard something about catts but i don't know almost anything.
    Could you help me?
    Thanks in advance.
    Luis Álvarez.

    Hi Luis,
    Use tcode XK99 for vendor mass change, select the Fax no field. You have to take note that this changes will be only 1 fax number for all vendors.
    Else you have to use BAPI for mass change.
    regards,
    maia

  • 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

  • I just tried to fax information to the number provided for Verizon Corporate Headquarters and it doesn't answer. What is the fax number to Verizon Corporate Headquarters?

    I just tried to fax information to the number provided for Verizon Corporate Headquarters and it doesn't answer. What is the fax number to Verizon Corporate Headquarters?

    How To: Direct Message   and   JohnB_VZW

  • Mail ID and FAX number maintenece

    Hi All,
            As we know ,  we can track the mail and Fax status through transaction SOST . I want to know where and how the mail or fax number is configured or maintaintained for this mail notification ?

    Martial status - PA0002-FAMST
    for other fields related to Communications, check the fields PA0105-USRTY, PA0105-USRID, PA0105-USRID_LONG.
    U can use the FM <b>HR_READ_INFOTYPE</b> to fetch the details of a PA infotype

Maybe you are looking for

  • How do I delete one song that is on my ipod, but is not listed on itunes?

    Standard problem of having non-itunes-purchased songs on my ipod which I can't transfer over onto my new laptop, or not at least without taking a day off to read Apple's convoluted instructions and try to swap files here there and everywhere.  Very u

  • IPhoto wont import my images?

    Hello, I plugged in my iPhone to my MacBook Pro today and I wanted to import all my pictures from my iPhone to my computer. I opened iPhoto and clicked import all... and It gave me an error message saying "iPhoto cannot import your photos because the

  • How to create Service and response profiles

    Hello Gurus           I have configured the IC Web Client in solution manager 4.0 system. But in sservice ticket i am not able to see the SLA info. Please tell me   where to give these SLA parameters ?   How to create service and response profiles?  

  • Keyboard shortcut for switching between documents?

    Is there a keyboard shortcut for switching between open documents? That sure would save me a lot of time.

  • Label misplaceme​nt after conversion or copying

    Besides disappearing "cloned" property nodes, which seems solved in Labview 2012 (SP1), I also have a problem with misplacement of labels after conversions or copying. The problem occurs at least in the following situation: 1. There is a property nod