Street and P.o.Box address in vendor master

Guys,
Our vendors have multiple street addresses and a PO box adrress as well. When we run F110 for checks , the address is being printed out which is available in the street/house number field. where as for some of the vendors remit to address is PO BOX rather than street address. How can we get the PO box address printed out on the checks.and If a vendor has another alternative street address, can we update that too in master record or not? Thanks
Regards
Shaun

Hi Dave,
I tried using the alternative payee field and I get the message"Do not specify this account as the alternative payee". and thats the same with vendors also.Any idea?
Regards
Shaun

Similar Messages

  • Multiple Addresses in Vendor Master

    I wish to maintain multiple addresses in a vendor master.
    Actual business case is Vendor has its head office in city A and five plants in city B,C,D,E and F. All the plants manufactures the same material. I may have to send the PO to different plant at different times depending upon the actual availability of the material in particular plant. However payment will be sent to Head Office. Can I have the option of sending the PO to plant B or plant C etc...
    This can be done possibly by creating the multiple vendors B, C etc.. and assigning them into partner function of vendor A.
    Is there any other option ( I do not wish to create multiple vendors) like maintaining the multiple addresses in vendor master for one vendor so that I can decide at the time of creation of PO to which address PO is to be sent?
    Thanks in advance,
    Sanjog

    As per Standard SAP there is No Possibility to Maintain Different addresses in One Vendor Master Record.
    You can go for Partner Functions.
    Regards,
    Ashok

  • Alternate address in vendor master data

    Hi,
    I have an requirment to maintain the Alternate address in vendor master data.
    My client is having requirement that the vendor must be same but may be situated in two different locations so they wants to maintain two addresses in vendor master.
    If we maintain parner functions then we have to create an additional master data of vendor which is not accepting by the client and they want to create only one vendor with two different addresses.
    Can any one please suggest me how to maintain alternate address in vendor master? as i could not able to see any alternate address fields in vendor master data.
    Best Regards, Abdul

    Hi Chakrapani,
    In that case if we use parner function we have to create addtitional mater data right? please find the below schenario.
    I have vendor number "X" where as an invoicing party I created vendor "A" which I maintained as parner function of invoicing party with different address.
    If invoice generated on which vendor account this invoice will reflect? if it in "X" or in "A".
    If the invoice open item creates in vendor account number "X" then it would be fine with me, also if possible please let me know how to configure the partner functions and the functionality in this case.
    Many thanks in advance.
    Best Regards, Abdul

  • Update email address in vendor master using report RPRAPA00

    Hi All ,
    My requirement is to update email address in communication tab of vendor master .
    There is one report RPRAPA00 running in background to update vendor master except email .
    I could not able to see anything to update email address in user-exits available in report RPRAPA00.
    Is there any way to update email address using this report or any alternative way .
    Please help .
    Thanks and regards ,
    Sijin KP.

    You can use a couple of function modules from function group SZA0 to update the email address.
    Attached is a simple test program that inserts a new email address for a vendor whose address number is known (from LFA1-ADRNR):
    DATA: comtab TYPE STANDARD TABLE OF adsmtp WITH HEADER LINE.
    comtab-consnumber = '001'.
    comtab-flgdefault = 'X'.
    comtab-smtp_addr = 'email_address_comes_here'.
    comtab-dft_receiv = 'X'.
    comtab-valid_from = '00010101'.
    comtab-valid_to = '99991231'.
    comtab-updateflag = 'I'.
    APPEND comtab.
    CALL FUNCTION 'ADDR_COMM_MAINTAIN'
      EXPORTING
        address_number                       = '0000141306'
        table_type                           = 'ADSMTP'
      TABLES
        comm_table                           = comtab
    EXCEPTIONS
       parameter_error                      = 1
       address_not_exist                    = 2
       internal_error                       = 3
       OTHERS                               = 4
    IF sy-subrc NE 0.
      WRITE sy-subrc.
    ELSE.
      CALL FUNCTION 'ADDR_MEMORY_SAVE'
       EXCEPTIONS
         address_number_missing       = 1
         person_number_missing        = 2
         internal_error               = 3
         database_error               = 4
         reference_missing            = 5
         OTHERS                       = 6
      IF sy-subrc NE 0.
        WRITE sy-subrc.
      ENDIF.
    ENDIF.

  • AP Check not printing all of address on Vendor Master

    Hello SAP Guru's,
    I have an issue where when we execute F110 for check run, it is not printing the complete address as we have under Vendor Master.  For example, the check print is not showing the following from Vendor Master record:
    Building Code
    Street 2  STR_SUPPL1
    Street 3  STR_SUPPL2
    District (not sure if this is necessary)  CITY2
    What is the problem?  How do I fix it so that we capture the complete address on the check?
    Thanks a million!

    Thank you Dianne but I don't see anything under SE71.
    Perhaps I am unfamiliar with the transaction.
    Is this something I can do or should I seek ABAP support?  I am not sure if this is a functional issue or ABAP.
    Thank you.

  • Email address from vendor master.

    Hai,
    Could any one guide me how to pull out the detials pertaining to email address  stored in Vendor Master .
    I tried in LFA1 table and ADRC table, but i could not get  the data.  Is there any other table from which
    i can extract the data
    Thanks.

    Check fm ADDR_COMM_GET
    CALL FUNCTION 'ADDR_COMM_GET'            
          EXPORTING                           
               address_number    = addrnumber
               table_type        = type      "ADSMTP
          TABLES                              
               comm_table        = adr6 .

  • Save multiple email addresses in vendor master

    Hello,
    How can I save multiple email addresses in the Communication section of Vendor Master general data?
    In another system I can see it is possible and email addresses are separated with a semicolon ( ; )
    Thanks
    Nazeer

    hello again,
    I just thought i will give additional information. My client wants to move from 4.6C to 4.7. In 4.6C I am able to create email addresses separated with a comma or semicolan. My client is asking for the same in 4.7 as well.
    Since most of you are of the opinion that its not possible, there are may be two scenarios:
    1. Its not possible from 4.7
    2. Its possible in 4.7 as well but with some setting.
    I await useful advice on this.
    Regards,
    Nazeer

  • Maintain different addresses in Vendor Master

    can we maintain different addresses like invoicing address,Delivering address,Ordering address etc for same vendor code ?

    HI
    you can achive this maintaining vendor patner function in sap
    please check following link it may clear to you but for same you have to create differnct vendor code with differnce address and assigen to a vendor code
    [http://help.sap.com/saphelp_45b/helpdata/en/12/08446c470311d1894a0000e8323352/content.htm]
    [extend vendor - partner function;
    Regards
    Kailas Ugale
    Edited by: kailasugale on Jul 5, 2011 7:04 PM

  • Billing Address using portions of street and PO Box

    About a month ago, the billing address on our purchase order smartforms began printing out a combination of the street address and the PO Box address instead of just using the PO Box (which made it undeliverable).  I have been able to find the address number that the address node is using, but how do I find out where it is gathering the information from?
    1. Given an address number (ADRNR), is there a transaction code to display the resulting address?
    2. How do I view/change the address associated with an address number?

    Bryan,
    You have to change the Vendor Master using Tcode MK02 or XK02. Or you may want the Purchasing person to change the Master Data.
    Regards
    Keshav

  • Alternate correspondance address for vendor

    Dear experts ,
    How can i maintain an alternate a correspondence address in vendor master . I have a vendor for whom the billing address & correspondence addresses are different .
    Regards ,
    Anis

    Hi Anis,
    have you got any solution for this? I too have same problem and my client wants to mainintain alternative address in a single master data of the vendor.
    Please let me know if you found any solution for the same...
    Thanks BRegards, Abdul

  • Different addressed for Vendors

    As per the requirement from the client we want to have 2 diff. vendor  addresses.
    On one address the vendor  cheque is sent and on another regular corresponce is done.
    Is it possible to have 2 diff. address in Vendor master records?
    Regards,
    Vaibhav

    Hi,
    You need to have two vendor codes, with different addresses, maintain the vendor code with the address to which cheque needs to be printed as invoicing party in the partner function of the VMR,
    eg - Vendor code 1001 - with ordering address
           Vendor Code 1002 - with invoicing address
    Now go the VMR of 1001 and change the invoicing party to 1002 in the parter function tab.
    Now the PO will be created with 1001, all ordering correspondence will go with the ordering address and the corresponding cheque will be printed with the invoice address..
    Vendor 1002 can be created only at the Company code level, so that, it can not be used for procurement even by oversight.
    Trust this will suffice your requirement
    Regards
    Merwyn

  • Customer and Vendor Master Data.

    Hi,
    Can any body plz tell me how the customer and vendor master data created in real time implementation and the master data's are created by FI CO consultants.
    And plz. tell me the procedure
    Thank you

    Hi
    In Real Time Master Data team will look into Creation of the Master data.This will be as same as how you create in a training class.For every external party with whom we do business must be created as a Vendor or a Customer.The system offers seperate functions for maintaining Customer Master Records and Vendor Master Records depending on the requirements of your Organization.
    A Complete Customer Account consists of General Data at the Client Level , Company Code Segment and Sales Area Segment.These Data records can be maintained Centrally for all areas or seperately for Financial Accounting and Sales and Distribution.
    A Complete Vendor Account consists of General Data at the Client Level , Company Code Segment and Purchase Organization Segment.Vendor Master Records can be maintained Centrally for all areas or seperately for Financial Accounting and Materials Management.
    Configuration of Creation of Vendor Master Data Centrally
    1.Creation of Vendor Account Groups with Screen Layout  -
    OBD3
    2.Define Screen Layout per Company Code -
    OB24
    3.Creation of Number Ranges for Vendor Account Groups -
    XKN1
    4.Assign Number Ranges to Vendor Account Groups -
    OBAS
    5.Define Tolerance Groups for Vendors and Customers -
    OBA3
    6.Creation of Vendor Master Data Centrally -
    XK01
    7.Define Document types and Number Ranges(KR,KZ,KA,KG) -
    OBA7
    Configuration of Creation of Customer Master Data Centrally
    1.Creation of Customer Account Groups with Screen Layout  -
    OBD2
    2.Define Screen Layout per Company Code -
    OB21
    3.Creation of Number Ranges for Customer Account Groups -
    XDN1
    4.Assign Number Ranges to Customer Account Groups -
    OBAR
    5.Creation of Customer Master Data Centrally -
    XD01
    6.Define Document types and Number Ranges(DR,DZ,DA,DG) -
    OBA7
    Creation in FI point of view.
    Vendor Master Data -
    FK01
    Customer Master Data -
    FD01
    Creation in SD point of view.
    Vendor Master Data -
    VK01
    Customer Master Data -
    VD01
    Creation in MM point of view.
    Vendor Master Data -
    MK01
    Customer Master Data -
    MD01
    Regards
    Venkat

  • Update Private Note in Vendor Master

    Hi All,
    We have a requirement to update Private Note in Vendor. It can be seen in Transaction XK02 on any screen on the top at the left most corner of the screen before the title in the drop down menu.
    I tried using BDC but BDC is not capturing this event and thus it is not being recorded.
    Please provide a solution to this or any other way to update the private note.
    Thanks,
    Manish

    hi,
    Use T code - XK02- change  /XK01- create  -  Vendor Master data change - --select Address check box in general data - press enter and  in communication - E-Mai --- their we need to maintain vendor Email address in vendor master data
    Thanking you
    Mahesh

  • Update E-Mail in vendor master

    Hi,
    As i am new to FI i am asking this basic question....how to update email in vendor master and where.
    Thanks
    Rafi

    hi,
    Use T code - XK02- change  /XK01- create  -  Vendor Master data change - --select Address check box in general data - press enter and  in communication - E-Mai --- their we need to maintain vendor Email address in vendor master data
    Thanking you
    Mahesh

  • Partner roles in Vendor master record

    Hi all
    can some one explain me how to enter the partner roles in vendor master record
    In sap help i didnt understood this point
    "When working with partner roles, you must maintain the following settings:
    Separate vendor master records must exist for all the partners of a vendor that are to be entered in that vendor’s master record."
    what does it mean
    suppose i am creating vendor master record 1234
    Vendor master record:1234
    LF 1234       /*vendor
    BA1234       /*ordering address
    i have to click 1234 in BA  and select 'parner' at the top to enter the ordering adress right ...
    what is the 'Separate vendor master records must exist for all the partners' mean
    it has to be like this?
    Vendor master record:1234
    LF 1234       /*vendor
    BA1235       /*ordering address
    1235 vendor master record is created earlier and ordering address maintained ??
    please help me in this record, any user manual or some screen shots to explain how to maintain partner roles in vendor master record
    regards
    Bhushan.N

    Hi Sasi ,
    What Ramkrishna explained is correct. I will try to illustrate it with the example.
    Suppose you  are creating a vendor 1234 which is Head office of the supplier where you need to place the order. But goods will be supplied from Pune plant so you should enter 1235 againts partner function GS , here 1235 is seperate  vendor master record with Pune plant details & it must exist in the system so that you can use it as a partner function Hope this has cleared your doubts.
    Similarly you vcan create other partner functions like payee,ordering party etc.
    Regards,
    Anand

Maybe you are looking for