Communication type in Vendor Master.

Hi experts,
Does any body know how can I make that Communication TYPE  INT  (internet) can be selected in the Vendor master transaction when click in "Other communication" in the address tab? 
Thank you.

Here it is the solution in case somebody needs it. 
First, please check the customizing below:
T code (SPRO) -> Financial Accounting ->
Accounts Receivable and Accounts Payable -> Vendor Accounts ->
Master Records -> Preparations for Creating Vendor Master Records ->
Define Account Groups with Screen Layout (Vendors)
Choose your 'Account Group' here. Then double click on 'General Data'
follow by double click on 'Communication'.
Here you can define how you wish the 'Internet mail address' to be
displayed in Vendor master record.
If 'Internet mail address' was defined as 'suppress', then changed
it to 'optional entry' and retest with XK02.
If this does not solve the issue, please provide authorization to
XK02 and SPRO as i cannot access this Tcode.

Similar Messages

  • Updating Standard comm type in vendor master idoc- CREMAS03

    Hi all,
    We have requirement of processing inbound vendor master data.We are using CREAMS03 idoc type as our system is 4.6C.
    While updating venor master in general data we are not able to update the field Standard communication type.
    Can anybody help me to find out which is the field needs to be filled to update the standard comm type in vendor master?
    if this field is not present in CREMAS03 then do we need to customise our idoc???
    if partner system sends this field in some other balnk field then how to map this field in BDC??? is there any enhancement?
    I am using process code CRE1 which is calling IDOC_INPUT_CREDITOR function module.
    Please suggest.
    Thanks in Advance,
    Raghavendra

    I buy your point.
    I will create WHT Type for WHT Code - Individual and WHT Code - Others.
    But still there will be an issue since WHT Code will be different Non PAN and With PAN (within Individual). So still this will be an issue.
    How to control this now.
    =
    Meena

  • Partner Bank Type in Vendor Master

    Good afternoon
    I have the situation where a Vendor has more than one bank account - eg. one bank account for Euro and one bank account for Sterling
    In the vendor master I have created the 2 lines on the bank details screen and created Partner bank types EUR1 & GBP1 under the BnkT field. First question is can these be pre-defined anywhere in Customizing?
    I have assigned eg. the GBP1 Partner Bank type in the header "Payments" tab when in transaction MIRO however I am getting an error message that says "Customer has no bank details of the bank type GBP1"
    Please help. Thank you

    Hello
    I have checked transactio FI01.
    The bank key and country for my 2 bank accounts are the same and are already set up. I do not see anything that would link to the BnkT field. Any other ideas?
    It's the BVTYP field (Partner Bank type header) in the MIRO transaction that does not seem to link to the BnkT field in the vendor master bank details. Do you know why this is?

  • Multiple communication methods in vendor master data

    Hi,
    We are implementing ECC 6 for our client in denmark. Client wants to send purchase order conformations and invoices should be faxed to vendor and payment advices should be sent through  E-Mail ID. I have maintained standard communication in vendor master data as Fax and inputed Fax numer also and maintained E-mail ID in other communication of vendor, But system is not picking up fax number to send the purchase order and invoice details. Instead system is picking up E-mail ID and sending the data. It is not picking up standard communication method FAX. Payment advices are sent through E-mail, that was working fine.
    Give your valuable inputs
    Regards
    Srinivas
    Edited by: srinivas konakalla on Jun 16, 2010 3:26 PM

    Hi Srinivas,
    Check the vendor master other communications
    Check whether did you activate  the dont use communication number check box.
    If it is,deselect check box and check once again
    Regards
    Surya

  • Communication method in Vendor master required at company code level

    Standard Communication method field in Vendor master, which determines the method of communication with the business partner, is placed at General data level. Business uses same Vendor master across company codes / purchase organizations. The communication method for each of them can be different for the same Vendor record. This currently is a limitation in using MDM for Vendor data management. Is there a way to either move std communication method field to purchase org / company code level ? Is there any other possibility availble for meeting this business requirement ?

    Hello,
    The requirement is to have communication method by country (company code / purchase org). That will enable business to have different communication methods (print, fax, EDI etc) with corresponding Vendor business partners in respective country.
    Thanks,
    Tushar.

  • Enter new withhold tax type in vendor master - Mass upload

    Hi All
    I need to upload mass withhold data in vendor master, may i know other than LSMW and BDC is there other way to do this.
    Thanks
    Shubhada

    Hi,
    Ask the abaper to write a BDC  program on change vendor master and update the WHtax information.
    Regards,
    Padma

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

  • Creation of Vendor Master Data

    Hi,
    In my company they are currently using this process to create Vendor Master Data: The Vendor Master Data is created in the Production Server and refreshed to Development Server and to Quality Server, using ALE.
    Is this the right process? If not can you let me know the steps to create Vendor Master Data.
    regards,
    raj

    Hi Raj,
    ALE and IDoc is the best way to transfer master data between SAP system. They have excellent error handling and reprocessing capabilities (Recommended by SAP).
    In order to automate the vendor master data transfer, you need to do the following steps.
    1. Create Logical System (if not available) for PROD, QA and DEV system.
    2. Create RFC Destination (SM59) from PROD to QA and DEV system.
    3. Create Distribution Model from PROD to QA/DEV (BD64) for message type CREMAS (Vendor Master).  
    4. Create Partner Profile (WE20) for message type CREMAS in PROD, QA and DEV system.
    5. Execute transaction code BD14 (Send Vendor) from PROD to QA and DEV system.
    6. To monitor the IDoc, you can use transaction code WE02.
    If you are not familiar with ALE/IDoc setup, please work with technical folk.
    Hope this will help and give an idea.
    Regards,
    Ferry Lianto

  • How to check which currency is assigned to Bank in Vendor Master

    Hi,
    Good Morning to All.
    We have a requirement. We like to know the details for currencies in Bank accounts maintained in Vendor Master.
    For ex.
    For XYZ vendor we have assigned ABC bank for country GB along with the IBAN,SWIFT, A/C No, etc....now how can we be sure while making payment to vendor that the bank account maintained in vendor master is relevant to currency USD and not to GBP or any other curreny.
    As we are planing to make automation payment to vendors, we are not able to find any currency linked to Bank account in vendor master.
    We have more that 10K vendors and its impossible to check with all of them regarding the currency and update the vendor master.
    Do we have any way to find out the link between the Vendors Bank Account & Currency the bank account tagged too.
    Thanks in advance for your assistance.
    Do revert.
    Rex

    Hi Rex,
    The Currency in which the Vendor has maintained the Bank account is an information that you will get only from the vendor.. and then you can update in the vendor master.. From SAP system you will not get this info anywhere..
    In FBZP.. we maintain Our Bank Accounts and not the Vendor Bank Accounts.. For Vendors, we only maintain the Bank key in our system in T-Code Fi01 and his Bank details in the vendor Master.
    When you update the Partner Bank Type in vendor master with Currency in which the Vendor has maintained his bank account with the Bank, you can write the logic in BTE to pick up logically in APP.
    Hope it clarifies..
    Regards,
    SAPFICO

  • Vendor Master with Multiple Bank account in Multiple Company Codes

    Dear Team,
    We have multiple companies in our SAP environment, wherein a single vendor is extended to multiple Company Codes  (Cocds).  If we change the bank account in the vendor master, it is applicable to all the Cocds in which vendor is extended.  Few vendors want payment in different bank accounts.
    How do we address this issue?
    Kindly guide.
    Regards
    James

    Hi,
    Two options without any enhancement:-
    1. Use "Partner Bank Type" in Vendor Master's Payment Transaction View where you maintain vendor bank account. Each of the bank account should be assigned to unique Partner Bank Type
    - Based on this setup, at time of invoice posting, user could choose which vendor bank type  and base on the selection, the selected bank will be selected upon payment.
    - You could also explore the option of using substitution to substitute the partner bank type upon posting if the same cocd always using the same vendor bank
    2. A much simpler option, upon payment proposal - user actually could select which vendor bank they wanted to use if you've multiple vendor in the vendor master.
    Thanks,
    Ong Yang

  • Update email in Vendor master through PRAA

    Hi,
    Is it possible to create email id in communication tab of Vendor master through PRAA.
    I have read so many threads, but not got any solution.
    I know it is not possible without do any development, could you please highlight some inputs to do this?
    Regards
    SM

    Hello SM,
    As per the documentation in SE38 on program RPRAPA00, the system creates
    vendor records by reading the infotypes:
    Actions (Infotype 0000)
    Organizational Assignment (Infotype 0001)
    Personal Data (Infotype 0002)
    Permanent Residence (Infotype 0006 Subtype 1)
    Bank Details (Infotype 0009 Subtype 0 or 2)
    The Communication (Infotype 0105) where the email address is stored is
    not read. Even if the 0105 was read and was able to populate field
    SMTP_ADDR with an email address in the vendor master record it is
    actually not possible to email remittance/payment advices to vendors
    after running the payment run (F110) or creating the DME file. It is
    only possible to fax or print payment advices. An Alternative suggestion
    to other customer is to used the User Exit in note 570023 and 407827.
    407827 - RFFO: mail payment advice notes
    570023 - User exits for the generation of vendors with RPRAPA00
    You can use the Interface SAMPLE_PROCESS_00002040 in note 407827.
    Regards,
    Raynard

  • 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

  • Vendor Master Idoc

    Could someone tell me which IDOC is vendor master idoc??
    Ashish

    Ashish,
    CREMAS is the message type for Vendor Master idoc and the IDoc type can be CREMAS01/CREMAS02/CREMAS03/CREMAS04 based on the requirement. These idoc types are released under different SAP releases.
    Anand

  • 2 types of communication method assigned to 1 Vendor Master Record?

    Hi,
    Do you know if it is possible to have 2 different types of communication methods assigned to 1 vendor master record?  i.e. I want to be able to send out remittance advices via email but send the purchase orders via XML?  The XML is the primary communication method.
    Thanks
    Sarah

    First of all do not post your query in Cap's.
    The field selection is based on the account group
    the XK01 will create the vendor for Purchasing data as well as company code data
    OMSX - to control the data based on the Tcode
    XK01= centrally
    MK01= Purchasing

  • Update withholding tax records post change in vendor master recepient type

    Dear All,
    We have created a company ( recepient type CO) vendor wrongly with recepient type defined as OT- Others. The invoices were posted, TDS deducted and paid by selecting proper tax code / rate for corporate and not for others.
    However as the vendor master record has the recepient type as OT - the same is updated in the with_item table for all the TDS entries in documents posted for the vendor.
    We want to change the recepient type to Company - CO to correct the error in the vendor master record. However when we change the same to CO, the existing line items in with_item table are not updated for recepient type. Thus the open invoices are classified under recepient type OT - others even after change in vendor master. This is affecting our payment of TDS.
    Kindly guide how to update the records already posted in SAP to change the recepient type.
    Regards,
    SAP_2009

    Any inputs?

Maybe you are looking for

  • How do I restore a previous state on a pc?

    I got the new 4s today and I wanted to restore a previous back up state onto that phone. Doing this on my mac used to be easy. I'm doing this from my pc now but I don't know how to do that.

  • Discounts on MIRO documents

    Hi friends, When User does MIRO they enter frieght cost in the gl account tab. When we make the payments through automatical payment program system calculates discount on the freight also. We do not want system to calculate the discounts on the amoun

  • What is the default value of boolean type transient attribute in VO?

    Hi All,. jdev version-11.1.2.1.0 i have created one vo based on eo where i add one boolean type transient attribute Marked(uihint checkbox). now i have apply view criteria on this vo. like---      ViewObject vo=getView(iterator);      vo.setQueryMode

  • Cost Center  Assignment

    Hi All Is there any scenarios to assign different cost centers in one master record/and or transactions. Please give your reply. Points will be awarded. Thanks with regards, Ran

  • Error in header files on DMA using SDK

    I followed procedure as like as simple Hello_world mention in zedboard and chosen "OS Platform as Linux".check out this link i followed the procedure as http://zedboard.org/content/zedboard-create-planahead-project-embedded-p.... Then replaced that H