Vendor master standard communication method

Hi ,
I have a requirement where in XK02 vendor:address, communication method need to be saved .
At present we dont have EDI option maintained in that list .I maintained one entry
in the TSAC table, which makes it available in the list. But when I save it, it gives following error
Internal error - ADDR_CHECK_COMM_EXISTS call error.
when i debuuged it I see that in one std FM called in the background
ADDR_CHECK_COMM_EXISTS the following code is there which doesnot have an option for EDI which is why its erroring out .
Please advice me how can I deal with this to save the communication method EDI for the vendor.
CASE comm_type.
when_commtype 1 tel 2.
when_commtype 1 fax 3.
when_commtype 1 ttx 4.
when_commtype 1 tlx 5.
when_commtype 1 int 6.
when_commtype 1 rml 7.
when_commtype 1 x40 8.
when_commtype 1 rfc 9.
when_commtype 1 prt 10.
when_commtype 1 ssf 11. "*178i
when_commtype 1 uri 12. "*178i
when_commtype 1 pag 13.

Sorry, i have created lsmw wrong. Now it got updated rightly

Similar Messages

  • Send message with the standard communication method of the vendor

    Hi,
       In the transaction XK02 I change the standard communication method to email. When I create a new PO with ME21N I want the message to be create auto. with the std. comm. method define in the XK02. I don't want to use MN05 to define for each vendor a condition record.
      I want to use it like the communication language of the vendor work.
    If you need more info. let me know.
    Best reagrds

    Hi Tim,
    Could you please tell me step by step to configure what you are saying?
    I need to send messages by standard communication informed in vendor master data.
    Many thanks
    Regards
    Patrícia

  • Cust master,Vendor master standard LSMW prog name?

    Can anyone send LSMW Customer master,vendor master standard programs name?

    Hi,
    You can select the <b>program/object name</b> from the <b>Maintain object List</b> only.
    Go thru these links for detail LSMW.
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://myweb.dal.ca/hchinni/sap/lsmw_home.htm
    http://www.sap-img.com/sap-data-migration.htm
    http://www.sapgenie.com/saptech/lsmw.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary
    Reward points if this helps.
    Manish

  • Standard Communication Method - Table Download

    Hi, I'm new to the community. Does anyone know what table I can use to download the Standard Communication Method by customer number? I'm looking to get what percent breakout the methods are for thousands of customers.
    Thanks,
    Michael

    you will find the  Comm Method  in Table  ADRC field DEFLT_COMM.
    first you need to get the ADRNR  (address number) per customer from KNA1.

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

  • LSMW -- Vendor master data upload / e-mail address

    Hi Expert,
    I would like to use LSMW to upload some data of vendor master.
    Who can tell me which structure include the filed of " E-mail " which shown in the address view of vendor master ?
    Thanks and Regards
    Shubin

    Hi,
    When you are doing the recording for FK02 or XK02
    Try to check
    Address Check box
    USE CENTRAL ADDRESS MANAGEMENT (if you do not check this check box, your email address and standard communication method will not be available)
    Hope this solves your problem.
    Regards,
    Anupam

  • Vendor Master field to customize

    Hi Experts,
    I have an issue with Vendor Master Data view. The requirement is to have new field in general view tab of Vendor which will be a box with two options to choose:
    1. Raw Material vendor
    2. empty
    Could you please advise which existing field could be customize in that way? What would you recommend?
    Thank you in advance for your help.

    Hi,
    There may be multiple approach for this, based on certain parameters...
    1) Try to use the existing NOT USED fields in Vendor master standard view's, I think you can use the standard field for Vendor material from Vendor master.
    2) Check with field settings for Vendor Account, if there are many extra fields available in Basic data view which may be suppressed or not used by your business. try to use them by changing field settings.
    3) Enhance the standard View's with custom fields if not in field catalog, you need ABAPers help for this enhancement.
    thanks
    Mang    

  • Defaulting values at document level from Vendor Master?

    Hi Gurus,
    Can anyone tell me whether we have a provision in SAP wherein the system defaults all values in vendor master like Payment method, House bank ID  in all the documents wherein the vendor is getting debited or credited with appropriate posting keys.
    Thaks in advance and points will be rewarded.
    Regards
    Gopal

    Dear Gopal,
    You can use OBU1 to default document type and and posting key.
    One way is to default other values as well from vendor master is to implement a proper BAdi/Enhancement that will be called before initialising the screen and default as per your requirement.
    Please check this sample program from other thread to find BADI and enhancement for a given transaction code. You just need to create a custom program in your system by cut and paste below codes.
    REPORT ZTEST.
    TABLES: TSTC,
    TADIR,
    MODSAPT,
    MODACT,
    TRDIR,
    TFDIR,
    ENLFDIR,
    SXS_ATTRT ,
    TSTCT.
    DATA: JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.
    DATA: FIELD1(30).
    DATA: V_DEVCLASS LIKE TADIR-DEVCLASS.
    PARAMETERS: P_TCODE LIKE TSTC-TCODE,
    P_PGMNA LIKE TSTC-PGMNA .
    DATA: WA_TADIR TYPE TADIR.
    START-OF-SELECTION.
    IF NOT P_TCODE IS INITIAL.
    SELECT SINGLE * FROM TSTC WHERE TCODE EQ P_TCODE.
    ELSEIF NOT P_PGMNA IS INITIAL.
    TSTC-PGMNA = P_PGMNA.
    ENDIF.
    IF SY-SUBRC EQ 0.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'PROG'
    AND OBJ_NAME = TSTC-PGMNA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM TRDIR
    WHERE NAME = TSTC-PGMNA.
    IF TRDIR-SUBC EQ 'F'.
    SELECT SINGLE * FROM TFDIR
    WHERE PNAME = TSTC-PGMNA.
    SELECT SINGLE * FROM ENLFDIR
    WHERE FUNCNAME = TFDIR-FUNCNAME.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'FUGR'
    AND OBJ_NAME EQ ENLFDIR-AREA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    ENDIF.
    ENDIF.
    SELECT * FROM TADIR INTO TABLE JTAB
    WHERE PGMID = 'R3TR'
    AND OBJECT in ('SMOD', 'SXSD')
    AND DEVCLASS = V_DEVCLASS.
    SELECT SINGLE * FROM TSTCT
    WHERE SPRSL EQ SY-LANGU
    AND TCODE EQ P_TCODE.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) P_TCODE,
    45(50) TSTCT-TTEXT.
    SKIP.
    IF NOT JTAB[] IS INITIAL.
    WRITE:/(105) SY-ULINE.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    Sorting the internal Table
    sort jtab by OBJECT.
    data : wf_txt(60) type c,
    wf_smod type i ,
    wf_badi type i ,
    wf_object2(30) type C.
    clear : wf_smod, wf_badi , wf_object2.
    Get the total SMOD.
    LOOP AT JTAB into wa_tadir.
    at first.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 'Enhancement/ Business Add-in',
    41 SY-VLINE ,
    42 'Description',
    105 SY-VLINE.
    WRITE:/(105) SY-ULINE.
    endat.
    clear wf_txt.
    at new object.
    if wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    elseif wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    endif.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 wf_object2,
    105 SY-VLINE.
    endat.
    case wa_tadir-object.
    when 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE MODTEXT into wf_txt
    FROM MODSAPT
    WHERE SPRSL = SY-LANGU
    AND NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    when 'SXSD'.
    For BADis
    wf_badi = wf_badi + 1 .
    select single TEXT into wf_txt
    from SXS_ATTRT
    where sprsl = sy-langu
    and EXIT_NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    endcase.
    WRITE:/1 SY-VLINE,
    2 wa_tadir-OBJ_NAME hotspot on,
    41 SY-VLINE ,
    42 wf_txt,
    105 SY-VLINE.
    AT END OF object.
    write : /(105) sy-ULINE.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) SY-ULINE.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    data : wf_object type tadir-object.
    clear wf_object.
    GET CURSOR FIELD FIELD1.
    CHECK FIELD1(8) EQ 'WA_TADIR'.
    read table jtab with key obj_name = sy-lisel+1(20).
    move jtab-object to wf_object.
    case wf_object.
    when 'SMOD'.
    SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    when 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD SY-LISEL+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    ENDCASE.
    Alternatively, you can do the following:
    1. For what ever transaction u want the enhancement .. just check for the System-->status (menu) and find out the PROGRAM name....
    2. Double click on to the program name and go inside the program (Abap editor)
    3. Search for "Call Customer-function " ... and u'll get some search results .. If u get results then u have enhancement in that tcode .....
    4. Then it actually calls a Function module .... copy the Function module name .... go to SE80 (object navigator) click on "Repository Information system" then Customer Enhancements .... Give the Function module name in the "Components" field and click Execute ....
    ull get a list of Enhancements related to that Componene....
    5. Choose which ever enhancement will suit ur business need ..
    6. Go to CMOD... create a project .... assign ur enhancement ... and then code ur logic.... activate ur enhancement in CMOD ....... Ur Buisness need will be solved...
    For a user exit......
    Finding whether there is any User Exit or not for tcode VA42
    1. For what ever transaction u want the user exit .. just check for the System-->status (menu) and find out the PROGRAM name.... ( The program name would be for our scenario "SAPMV45A" )
    2. Double click on to the program name and go inside the program (Abap editor)
    3. Search for the word "USEREXIT" .... u ll find all the user exits in the search result .. and find ur's then ...
    Hope this will help.
    Regards,
    Naveen.

  • Communication Method

    Friends,
    In Extended Classic scenario, our requirement is for one specifc Supplier, I need to define the PO output to "Print". I changed the Standard Communication Method from Email to "PRT in ECC and replicated into SRM.
    First, my replication is not working. So, I manually changed the communication method to PRT in BP. However, still the PO output is showing email.   (though ADRC-DEFLT_COMM already changed to PRT)
    Can someone tell me what am I missing.
    Thanks in advance.
    Srinij

    You can go to transaction BBPMAININT in SRM and
    in first screen maintain the "Standard communications protocol" has email/fax etc.
    also maintain email addresses / fax in same page and transaction
    Reward points if found useful

  • 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

  • Standard method to archive/delete all vendor master data

    Hi every abap expert
    Does anyone know how to archive all vendor master data
    in a client?
    If use T-code : SARA . The vendor master data is required to mark deletion flag before archiving.
    Any standard T-code can set all vendor master data with  marked deletion flag ?

    Hi Boris!
    Give XK99 a try. With XK06 a single change is possible and in FI also FK06 is available.
    When XK99 has problems with field LFA1-LOEVM, then you can make easily a CATT for XK06.
    Regards,
    Christian

  • 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

  • Communication Details Vendor Master SMART FORM Printing.

    Hi
    Could you please advice Functional module to extract SAP Vendor Master Communication Details for SMART FORM Printing.
    Thanks in Advance.
    Regards
    Ravi

    Hi,
    class VMD_EI_API_EXTRACT with method GET_DATA could make it.
    There are also some eSOA services that could make it fine. See services starting with Supplier*.
    Otherwise, this is more complicated.
    BR
    Alain

  • Reg Vendor master upload using BDC Call Transaction Method

    Hi All,
    Thanks in advance.
    I am uploading vendor master data using bdc call transaction method for XK01. In that  i am getting an error message that the fields " smtp_addr" ( for email) and "time_zone" (for time zone) doesnot exist on the screen '0110' ( this is the second screen) . the field timezone will be displayed on the screen only when we go for communications button and select the URL field .
    Do anybody have the solution for this problem. if possible can you give me the code for that screen.

    Create a recording via SM35 (menu go to=>recording), this will generate automatically the code for filling your bdcdata-table...

Maybe you are looking for

  • How do I change my default reader from VU 360 to Adobe Reader?

    How do I change my reader from VU360 to Adobe Acrobat? My default reader on my downloads has been changed to VU360 and I don't know how that happened. I don't want VU360. I want Adobe Acrobat. I changed it in the applications but VU360 still comes up

  • Flat File Usage in XI?

    Hello, Can XI support the use of flat files?  In other words, could I replace my current Unix script based file transfer mechanism with XI and continue to use files? Or would I need to convert the file to an XML or other type of message within XI? Th

  • How do I get buttons to show at the end of a menu

    I have a menu that should be played every time (contains disclaimers, etc) and then there should be a choice of which track to play. How do I either get buttons that ONLY show up at the end--or have the menu automatically go to a next item which only

  • Receiving complementary Items

    Hi All, I was wondering how the complementory items are received in the during the item receival. For example i have ordered 100 items of product 'A'. for every purchase of 10 items, 2 product 'B' items are given as complementary (buy 10 get 2). so w

  • LED Backlight Quit. How to Diagnose?

    LED backlight on Presario CQ61 (same as HP G61) died after year and half of operating well.  Screen is completely dark. Proper image is present (using flashlight) and external monitor works ok. Same symptoms during BIOS setup or Safe Mode so it's not