Changing Vendor Master Details in XK02

Hii Experts,
I need to update vendor master records in transaction XK02. For this i m using FM "ISIDE_SM_VENDOR_DETAILS_UPDATE"..
The call to Fm is mentioned velow:
  CALL FUNCTION 'ISIDE_SM_VENDOR_DETAILS_UPDATE'
    EXPORTING
    IT_RETURN           =  WA_RET1
    IS_SEL_VENDOR       =  IT_ISL_VENDOR
      IS_VMDATA            = WA_VMDATA
IMPORTING
   ET_RETURN           =   it_return1
  ES_VMDATA           =
WA_VMDATA is a structure that contains several tables. I m passing all required parameters like name,city,country,state,contact person etc to appropriate tables, nad all are getting updated except Telephone No,Mobile Phone,Email and Fax No..
Plz help me, I need to solve this ASAP..
Regards,
Apoorv Sharma

hii Harpreet,
thanx for replying
Suppose a particular vendor number contains telephone number and if i want to change it then this function module change the existing telephone number but if a vendor number does not contain telephone number and if i want to assign a telephone number to that vendor then this FM will not make an entry in telephone number.. the same is with Fax number,Mobile phone and EMail
wat to do in ths case,
plz help
Regards,
Apoorv

Similar Messages

  • I want IDOC for Vendor master updation ( XK01 &XK02 )

    Hi
    I want to do LSMW in IDOC method for this vendor updation.
    So I want IDOC for Vendor master updation ( XK01 & XK02 ).
    I want to do both create vendor and change also.
    Regards,
    Ravi
    Edited by: kandukuri ravi on Dec 1, 2008 2:56 PM

    Hi,
        For Vendor Master using IDoc's for LSMW,Use Message Type = CREMAS and Basic Type = CREMAS05.
    For Basic type 01,02,03...05 are versions which includes more fields in basic type so better use latest version.
    Hope it will help you.
    Regards,
    Sudhakar Reddy.A

  • RFC to get the Vendor Master details

    Hi Experts,
    We have a requirement to create an RFC to get the Vendor Master details (Used for Searching the Suppliers), where the Input criteria : Vendor Name(First Name & Last Name), City, Purchase Organisation and the corresponding output is Address Data, Central Data, Bank Information, Sales Data of Customer. Is there any standard report or function module we can use for this requirement.?
    Thanks & Regards
    -Asim

    Hello,
    You may need to write your own RFC with the interface that you want. If all the input parameters are obligatory then you can use the following logic
    Select the vendor numbers from table LFA1 based on the name and city.
    Us these vendor numbers with the purchase organization from the input parameters and filter them using the table LFM1.
    Now the result will be all vendor numbers with the name specified in the city for the specified purchase organization.
    That may be multiple vendors so run a loop and inside the call the RFC BAPI_VENDOR_GETDETAIL and pass the vendor numbers to get the other details.
    Hope this helps in solving your query.
    Regards,
    Sachin

  • Which table will give vendor master details per company code per purchase o

    Which table will give vendor master details per company code per purchase organisation that is all details available in XK03?

    hi
    Check T code MKVZ
    Or table LFA1
    Vishal...

  • What bapi or FM can create/change vendor master data?

    We want to do a rfc to create/change vendor master data .If use BDC,the change function is very very complex,but i can't find any BAPI/FM in sap!

    >
    Keshav.T wrote:
    > Hi,
    >
    > just some more addition to vinodh's reply . the actual method you must is maintain_bapi of class vmd_ei_api
    Hi Keshav - you should have noticed vinodh's reply came from something your wrote earlier this year: Search BAPI to create Vendor in ECC and from an extenal application

  • LSMW - Vendor Master Details (Urgent)

    Dear All,
    I need to do a mass-update of email address in Vendor master. I tried the 'Standard Batch/Direct Input' but was unable to find the field for email id's.
    I even tried the 'Batch Input Recording' process, but when i execute XK02 transaction during the recording process, i do not find the email address field.
    If anyone has done this before, can you please guide me? or Alternatively is there any other way to do this mass-update?
    Await inputs.
    Regards,
    Vivek

    Hi,
    If the email address field is not comming in XK02 then go to
    SPRO>Logistics-General>Business Partner>Vendors>Control>Define Transaction dependent screen layout>Execute>Change Vendor (Purchaging)>double click on General data>double click on Communication>change the radio button which is against Internet Address.
    Then when ever you are in XK02 then Internet field will appear.With this your problem may get solved.
    bye
    Sridhar Thota

  • Changing Vendor Master Record to specify payment method

    Hi
    May I ask, how can we change the vendor master record to specify payment method.  I would like to choose automatic payment processing for my vendor.
    I am using T. Code XK-02, but where can we specify the payment method.  Please assist.
    Thanks
    Mohit

    Execute XK02 &
    Go to  payment transaction screen( tab) in that you have Automati payment transaction segment , under that you find the Payment method fIeld.
    here you can goiive the  payment method you want.
    chandra

  • Download Vendor Master details

    Hi,
    I wanted to download ALL THE FIELDS of vendor master in Excel file for the analysis purpose. Is there are a easy way to do that?  I know MKVZ and MKGG are available, but the donwload only the address details and condition records. LIS is not there, so I can't use them.

    Refer the URL Below
    [Vendor master download to file |http://wiki.sdn.sap.com/wiki/display/devchallenge/Vendormasterdownloadtofile]

  • Vendor Master details

    Hi,
    can you tell me a table where i can get vendor master general details and bank details (both in one table)?

    Hello Gayani,
    Sap will provide you each transaction will gets updated in one table. In your case
    Vendor master will update in 3 tables, they are
    1.General Data - LFA1
    2.Co.Code Data - LFB1
    3.Pur. Org. Data - LFM1
    Vendor bank details will update in LFBK table
    If useful pl assign points
    Thanks
    Para

  • How do I know which block has been changed in Master/Detail

    Hi,
    I have master detail blocks. How do I know which block has been changed?
    I used :SYSTEM.FORM_STATUS. It only gave me "Changed" or "Query". but didn't tell me which block has been changed in MASTER or DETAIL.

    I believe if :system.form_status != 'QUERY' you'll need to loop through through the blocks checking :system.block_status to see who changed. Of course you'd have to go_block() before checking the status.

  • Validate and block vendor master while creating or changing vendor master

    Hi,
    I need to validate the vendor master country against a ztable which has list of restricted countries and block the vendor       (lfb1-sperr = 'x posting block')  if the country is found in ztable. This check should happen while creation or change of vendor master.Also need to send a mail to a distribution list. Any user exit/badi to code ?  If not, what other options ?
    Thanks,
    RK

    Hi,
    For XK01 vendor creation  you can use following badi's or user exit
    S.No   Exit Name           Description
        1   RFKRRANZ            User exits: Accounts Payable Information System
        2   SAPMF02K            User exits: Vendor master data
    S.No   Badi Name             Description
        1   VENDOR_ADDRSCR_CHG    Implementation of VENDOR_ADDRSCR_CHG by Public Sector
        2   VENDOR_ADD_DATA       /NFM/Screen in Vendor Master
        3   VENDOR_ADD_DATA       SCC Implementation of BAdi VENDOR_ADD_DATA
        4   VENDOR_ADD_DATA       MPN:  Additional Fields for Vendor Master
        5   VENDOR_ADD_DATA       US Federal Government Vendor Master Extension
        6   VENDOR_ADD_DATA       Implementation of VENDOR_ADD_DATA by Public Sector
        7   VENDOR_ADD_DATA       IS-Oil Downstream Vendor
        8   VENDOR_ADD_DATA       Retail Addition: Maintenance Authorization of Local Vendors
        9   VENDOR_ADD_DATA_BI    MPN:  Additional fields for vendor master
       10   VENDOR_ADD_DATA_BI    US Federal Government:  BADI Implementation for Add On BI
       11   VENDOR_ADD_DATA_BI    IS-PS Additional Data for Vendors (Batch-Input and ALE)
       12   VENDOR_ADD_DATA_BI    IS-OIL :  Implementation for Add On BI
       13   VENDOR_ADD_DATA_CS    /NFM/VENDOR_DATA
       14   VENDOR_ADD_DATA_CS    SCC Implementation of BAdi VENDOR_ADD_DATA_CS
       15   VENDOR_ADD_DATA_CS    MPN: Additional Fields for Vendor Master
       16   VENDOR_ADD_DATA_CS    US Fed Gov't Vendor Master Data Extensions
       17   VENDOR_ADD_DATA_CS    Implementation of VENDOR_ADD_DATA_CS by Public Sector
       18   VENDOR_ADD_DATA_CS    IS-Oil Vendor Master
       19   VENDOR_ADD_DATA_CS    Retail Enhancement: Maint. Authorization of Local Vendors
       20   VENDOR_FIELDSTATUS    Control of vendor master fields for CCR vendors
    Hope it helps.
    Regards
    Hiren K.Chitalia

  • Description  of Filed name to be changed-Vendor master

    Hi Gurus
    In the vendor master a filed name 'BAHNS" its desc has to be changed ,pls tell how to change the desc of a filed .

    You will need an ABAP Person (preferably).
    T-code CMOD
    <i>Go To --> Text Enhancements --> Data Elements --> New DE cust docu</i>
    The description can be changed here.
    Lakshman

  • Vendor master details report

    Dear all,
    We need to download all the vendor master data account groupwise from SAP. Is there any standard report available in SAP?? Like we have MM60 for material master data download.
    Regards,
    Santosh

    Dear Santosh,
    Please finf the path
    Logistic > Mat Management> Purchasing > Master data > Vendor > List display > MKVZ  Purchasing list.
    You will get the list as per your requirement.
    Reward if useful,
    Vivek Maitra

  • Problem with apply changes on master-detail with respect to date handling

    dear sir,
    i have one tabler where in i have created from_Date and to_date as varchar2(30) each. I stored the from date as 'dd-mon-yyyy hh24:mi' I had written before header process for calculating no of days between from_Date and to_Date using the said format. If to_Date is null then first i store the value as
    to_char(sysdate,'dd-mon-yyyy hh24:mi') and then convert it as to_Date(substr(to_Date,1,17),'dd-mon-yyyy hh24:mi'). this calculation of days procedures works fine in sql command mode.
    when i am handling through master-detail page i works fine when there is null value inf to_Date vc2 column. if i store using date picker dd-mon-yyyy hh24:mi, the data is getting stored but subsequent edit through master detail give error as ora-01722 unable to fetch row. Manually if i set the to_Date as null pages works fine. I spent lots of time and unable to understand the mistake i do.
    if anybody could help me, i will be much obliged.
    thanking you,
    yours
    dr.s.raghunatha

    I think the best would be if you create an example on apex.oracle.com and I will debug it.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Vendor Master details with email address

    Dear sir,
    How to get the list with all the vendor with address, contact nos. and email ids.
    pls let me know the T code for the same.
    devesh

    Hi,
    Using T-code MKVZ - List of Vendors : Purchasing, give input data purchasing organization, Account Group and execute the report display all vendor details which is already stored in data base and report top line click Change Layout button(blue color) it will open new window right side required data field selected and click <--- mark selected field come to left side and then press tick mark. now the report shown vendor related all data's are displayed.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

Maybe you are looking for