Vendor number disappears in ME2N

Hi,
When using Vendors (General) search tab the vendor number disappears when I click on it to bring it into the search transaction.
In transaction ME2N vendor selection by vendor (General)
Searching for vendor number to bring into transaction.  Double click on vendor number, it should drop it into the transaction vendor box but it brings over nothing. what may be the issue.
Vendor no is not copied in the list when we double click on one of the vendor from the list.
even we select it will be blank, kindly assist as it is on high proirity.
With regards,
Sathish

Hi,
ME2N is used to get Purchase Orders list by PO Number  but as your trying with criteria as  vendor in ME2N t.code, you will get lists of PO definitely, if you are not getting then the purachse orders are not created from that vendor you are entering in ME2N.
Just try in t.code: ME2L to get Purchase Orders list by Vendor 
Regards,
Biju K

Similar Messages

  • Vendor Number gets disappear

    Hi Gurus
    Have an issue-
    When I am creating purchase order on a specific vendor, vendor number gets disappear from the ME21N screen
    I verified vendor master is neither blocked nor marked for deletion
    Any guess , what could be the reason?
    Thanks in advance

    hi
    check that the vendor is properly created in system with transaction XK01
    then chekc the same code in transaction ME21
    or goto me22n and select new po
    check above and revert back
    regars
    kunal

  • Error Message " Enter a Vendor Number "?

    Hi,
    When we are executing MIGO 411 K transaction we are getting error message 'Enter Vendor Number'. My requirement is populate vendor dynamically based on combination of Material, Plant, Storage location and Batch. I got user exit for this User-exit (EXIT_SAPMM07M_001) when click on check button.
    We found a User-exit (EXIT_SAPMM07M_001) triggered when User clicks on 'CHECK' button. But since the vendor field (LIFNR) is a mandatory field in MIGO 411 K transaction, its throwing an error message 'Enter Vendor Number'.
    SO we are not able to populate the vendor number dynamically in user exit.
    Can any one help on this ..how to proceed further...
    Thanks
    Edited by: Venkatesh Padarti on Jan 2, 2008 11:21 PM

    All mandatory fields are checked before any processing happens.
    The simplest way is to enter a dummy vendor number (create a one-time or a dummy vendor for this purpose)
    Hope this helps,
    Lakshman

  • Asset report with vendor number and vendor desc wise

    Hi Gurus
    The requirement is to generate asset reports with the below fields:
    Asset class, Asset number & desc, vendor number & desc
    Suppose say all asset balances should be reported by vendor name and desc.
    I couldn't get the right results using an existing or a custom sort version. Do not want to go with a custom report or a SAP query.
    Any pointers in this regard would be helpful.
    Thanks
    Sekhar

    Hi,
    You can use table ANLA.
    Populate the asset field then go to settings tab and choose fields.
    Check the following fields given below:
    BUKRS
    ANLN1
    ANLKL
    LIFNR
    TXT50
    then execute.
    hope it helps.
    regards,
    otep

  • AP vendors with same vendor number in two different companies

    I am having trouble running the payment run f110 for two vendors in two different company codes.  The vendor is the same so the vendor number was set up the same in two different company codes.
    I continue to get the error fcz003.  I deleted all of the payment runs and still have the error.  Are separate payment runs possible ? Or do I need to have vendor 1234 send it's open balance to vendor 1234 in the first company code.  If so, what is the best way to move the balance.  
    Thank you,

    it is to be seggregated through company codes,if vendor is present in different copany codes

  • Query to fetch vendor number with whom this item was last purchased

    Hi All,
    We have a requirement to fetch the vendor number for an item with whom the item was last purchased. We need to derive this by looking at the open Purchase Order or the Material Transactions for the transaction type of ‘PO Receipt’ whichever is the latest.
    For this we are using the below query, but this query is taking a lot of time and doing an INDEX RANGE SCAN on PO_LINES_N1 & MTL_MATERIAL_TRANSACTIONS_N1
    SELECT MAX (v.segment1)KEEP (DENSE_RANK LAST ORDER BY DECODE
    (UPPER (poh.closed_code),
    'OPEN', poh.creation_date,
    mmt.transaction_date
    poh.creation_date) seg1
    FROM po_headers_all poh,
    po_vendors v,
    mtl_material_transactions mmt
    WHERE poh.po_header_id IN (SELECT pol.po_header_id
    FROM po_lines_all pol
    WHERE pol.item_id = p_inv_id)
    AND v.vendor_id = poh.vendor_id
    AND mmt.inventory_item_id(+) = p_inv_id
    AND mmt.transaction_type_id(+) = 18
    AND mmt.transaction_source_id(+) = poh.po_header_id;
    Can anyone please help me in rewriting this query or if we can use different tables to acheive the same functionality.
    Regards,
    Shruti

    Hi,
    Can anyone please help me with the below query.
    Regards,
    Shruti

  • Same customer and vendor number

    Not sure if this is the correct forum to post this question, but I'll give it a try......
    We are using BP and want to use same number for both customer and vendor. How can we achieve this?

    The synchronisation is not available in ECC 500.
    FS-BP has a synchronisation solution based on call transaction in batch-input. It should be part of the core.
    But I don't know if there was a solution to synchronize the numbers without modification.
    Anyway you can implement a BAdI in the customer master transaction to use your own numbers (CUSTOMER_ADD_DATA)
    BUT make sure the customer/vendor number will be linked to the correct address
    The saving process of the address is trigerred independantly (before or after the customer/vendor transaction is commited). As a result it is very easy to create orphaned address and loss of data accuracy for the vendor/customer.

  • How to retrieve the vendor number during creation of Purchase Order?

    Dear SAP experts,
    For our Purchase Orders, during PO creation (t-code ME21 or ME21N) we want to achieve the following:-
    1) default the delivery address to our plant A address if the vendor is local and
    2) default the delivery address to our plant B address if the vendor is foreign.
    At the moment, we are trying to use the user exit enhancement "MMDA0001" to achieve the above.
    The problem is how to retrieve the vendor number from the screen so we could pass the vendor number to ZXM06U32 to check the ktokk field in LFA1 table in the whether the vendor is foreign or local.
    Thank you in advance.
    Regards,
    Alex

    u can do one thing, create 2 partner function, like 1 for local, and second for import vendor.
    or make 2 batch  n activate vendor batch and make mandatory field from SPRO. 
    then goto SHD0, and do one by one step. first time take 1st requirement and second time take second . like that make two variant .
    i dont know how much it will be helpful. bt i want to suggest smth like that only.
    or, go for ABAPER help
    thanks
    nisha

  • In ME21N,User Exit/BADI for  Defaulting  Vendor number at item level.

    Hi Experts.
    In ME21N, for every purchase order, we have condtion tab for each line item.
    Many condition typesot taxes  are listed based on the config for the materials.
    My requirements is, When we go inside by selecting a condition type we find vendor number displayed.
    I need a user exit/BADI for defaulting the Vendor number.
    Regards
    Balaji R

    Hi,
    check with below link,
    fo this one you will find both user exit and badis
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/find%252bapplication%252bclass%252bwith%252bexits%252band%252bbadis%252bfor%252ba%252btransaction
    Regards,
    Madhu

  • Details of purchasing organization based on vendor number

    Hai experts,
    i want to write a report to extract "the address of supplier and details of purchasing organization based on vendor number"
    : For Supplier Address, i can use EKAN & EKKO table
    : for details of purchase organization means ????
    please help me..

    Hi,
    Take the LIFNR field from EKKO and fetch his address details from LFA1 Table.or take ADRNR field from LFA1 and take other address data from ADRC table.
    Take the EKORG Pur Orgn field and take the details from T024E table.
    reward points if useful
    regards,
    ANJI

  • How to get Vendor number form Address number

    Hi all
    I need help in getting vendor number using address number. I need best performance in this process.
    I have tried
    select single lifnr
      from LFA1
    where adrnr = address
    put this is not good in performance.
    Do any one know better way?

    Hi Salam
      As your requirement is
    <b>address > ????? > LFA1</b>
    Dieter has provided ADRV to replace "?????" in the above.
    so it is address > ADRV > LFA1.
    Substitute <b>address number</b> for field ADDRNUMBER, <b>'LFA1'</b> for field APPL_TABLE in table ADRV to check the result in field APPL_KEY which is combination of key fields in table LFA1 i.e MANDT and LIFNR.
      Please award points to Dieter for this wonderful tip.
      Thanks for the tip Dieter.
    Kind Regards
    Eswar

  • How to get the vendor number that was created using xk01..?

    Suppose i am creating a vendor with all the information by using a bdc program.
    In the same program if i want to go to the XK02 of that particular vendor that was created recently....how it possible..?
    Means how to get that particular vendor number that was created recently...?

    Hi...
    You Can Get the Vendor number after Calling the Transaction 'XK01' as below.
    <b>Declare a table for Collecting messages :</b>
    DATA: T_MSG TYPE TABLE OF BDCMSGCOLL,
              WA_MSG TYPE  BDCMSGCOLL.
    <b>Then Call Transaction Statment:</b>
    CALL TRANSACTION 'XK01'
               USING T_BDCDATA
               MODE 'N'
               MESSAGES INTO t_msg.
    if sy-subrc = 0.
      READ TABLE T_MSG INTO WA_MSG WITH MSGTYP = 'S'.
                                                                    MSGID = 'F2'
                                                                    MSGNR =  '175'.
    <b>Note: Bcoz the XK01 will issue this message</b>
      if sy-subrc = 0.
      write: / WA_MSG-MSGV1.  "This will contrain Vendor Number
    endif.
    endif.
    And you can also Try the Other method i.e. after the Call transaction statement
    <b> GET PARAMETER ID 'LIF' field V_LIFNR.
      WRITE:/ V_LIFNR.</b>
    Reward if Helpful.

  • Open PO with vendor number

    Hello Expert :
       I need to find a  open PO list. I have vendor numbers so from this vendor number how can i get the list of Open PO's link to the available vendors ?
    what table or logic I can use to get the open PO
    Note : Please search forum before posting.
    Edited by: Jeyakanthan A on Nov 29, 2011 12:17 AM

    hi,
    put the vendor number in ekko_lifnr .. take all the ekko_ebeln
    then put these ekko_ebeln in eket_ebeln...
    nw there is field open qty.. if this is greater than zero then po is open...
    please check and tell..
    sBk

  • G/L Account Display with Vendor Number and Name -Urgent-

    Hi Experts!
    Is there a transaction, report, or table that can show a list of all the vendor names/numbers for transactions posted to a specific G/L account for a specified period?  If so, please let me know.  Thank you for your time!
    Best Regards,
    WC

    We can display the Vendor number from the layout in FBL3N report, but the Vendor number will be displayed only if the document is posted from MM module. If the posting is from normal FI, it will not be displayed.
    Other option is to develop a simple ABAP report to display Vendor.
    Thanks
    Murali.

  • Vendor Number not coming in partner functions in vendor master

    Hi,
    I am facing a peculiar issue with the vendor master.
    I am creating a vendor having a account group z001 to which the number range is assigned as internal (only) and in the Partner Schema the vendor VN is defined as mandatory and checked for higher level.
    When entering the data on reaching the partner function  tab the first line item where we enter ahve the vendor details of VN it is coming blank in the non-editable mode where we have  the vendor number cell. I noticed as I number range is internal till the vendor is saved the number is not assigned so in the partner tab in the first line item the number is blank.
    On saving and going back to vendor in change mode I am finding the partner VN line item in non-editable mode and the vendor number is blank and I am not able to enter the number also.
    How to overcome this issue.
    Please guide me..
    Thanks,
    Vengal Rao.

    Hi Diwakar,
    Thanks for the response. As it is mandatory it is coming , but as it is defined as internal number, the number is assigned to vendor after saving only.
    So if I got back to same vendor and see what is the partner no appearing in the first row, I see the number as blank, when I try to add the same number in change mode it is not allowing as the realted line ie first line is in non-editable mode. Here VN , and description VENDOR is coming but number not coming, and I am not able to add the number also.
    This is my issue.
    Thanks,
    Vengal Rao.

Maybe you are looking for

  • Data migration from Snow Leopard to Mountain Lion

    Hi, I just recently got my new MacBook Pro. After several unsuccesful attempts to migrate the data on my old MacBook (middle 2010, Snow Leopard), Apple advised me to first install Mountain Lion and all updates and then use the migration assitant to o

  • Problem Uninstalling iTunes

    I just recently bought a Macbook Pro. I have an iPod Touch and I used this on my old Windows XP. Now I will be using the iPod on my new computer, because I gave my XP to my mother who will be using it for her brand new iPod Touch. I have tried to uni

  • Skype audio call to a mobile - data usage

    I wondered how much data is used per minute or per hour if I use the Skype client to make an audio call to a mobile. I see people saying 2Gb/hr for video but what about audio calls? Thanks.

  • Document from DOMParser vs. from DocumentBuilder

    Dear all, Can anyone tell me why the code below shows such a weired behavior? The XML file used is: <?xml version="1.0" encoding="ISO-8859-1"?> <wsml xmlns="myNamespace#"> <ontology> <axiom> <definedBy> <molecule> </molecule> </definedBy> </axiom> </

  • Question on Asynchronous Communication

    Hi all, Tell me which of this is true    In SAP XI in async communication 1. We don't have a response message 2. We have a response message but we don't get it immediately(in that case how to check for this message) I am asking this question because