Order unit in Purchase Info Record

Hi,
I would like to restrict users from giving in Order Units in Purchase info records which are not declared in the Material Master.
E.g: Materal Master had units EA and CAR declared and with the conversion factor.
No users should be able to enter a unit apart from EA or CAR into the Info Record Order Unit.
Points assured.
Regards
Govind.

Hi Govind,
Goto SPRO>MM>Purchasing>Purchasing Info Record>
Define screen Layout>Select ME11> Select Quantities>
Select Order unit (Purchasing)> Make the entry from reqd entry to Display.
Save the changes. Now user cannot able to enter a new unit apart from the one in Material Master.
Hope this would be helpful
Regards,
Baskar

Similar Messages

  • Order unit on purchasing view

    Hi,
    When changing the order unit on the purchasing view of a material in one plant the order unit automatically changes on all the other plants for which this material was extended. Why is this the case?
    Regards

    Hi,
    Please check if you have maintained the PO unit in inforecord
    In case of variable P.order unit ,order unit maintained in info record has priority
    Please check , PO unit is plant specific it should not get changed to all plants
    Best Regards
    Diwakar
    Reward if useful

  • Item text in Purchase Order getting updated with info. record Purchase Order Text

    Hello All,
    I am working in a roll out project and facing issue in text repeating twice for the line item in the Purchase Order for the new company code for which rollout is happening
    Issue:
    Item text in Purchase Order getting updated with info. record Purchase Order Text
    01) PO Text is maintained in the material master under "Purchase Order Text" tab
    02) The PO text that is maintained in material master is getting updated in the Purchase Info. Record
    03) When Purchase Order is created, the "Item Text" gets updated in the Purchase Order automatically only for the new company code for which rollout is happening. when printed, this results in the text getting duplicated twice
    03.1) this behavior is not observed in the Plants/ Company code that is already Live
    Configurations in the system:
    The copying rules for the "Texts for Purchase Orders" is
    Source Object = "Info Record", Source Text="Purchase Order Text", Fix="*"
    We have modified the Purchase Order form to print one of  the condition types maintained for calculating the tax. Other than this there is no change to the plants that are already live.
    I could not locate any "Purchase Organization" / "Company Code" / "Plant specific configuration.
    Am I missing any configuration or where can I look in what is causing this error.
    Request help from the experts in the forum.
    with Regards,
    Dhandapani R

    There is no company/purchasing/plant specific customizing for purchase order text.
    The customizing copying rules for the "Texts for Purchase Orders" affects all equally .
    If the text in the purchase order in ME23N is already filled different to other plants, then you either have a modification in place, or the texts are differently maintained in the referenced data (vendor, material, info record, contract)

  • Purchase Info Record for Frame work Order

    Hi Friends,
    Do we have Purchase info record for Frame work Order(FO) ?. If yes, Please tell me which info category should i need to select to create a Purchase Info Record.
    Thanks

    Hi
    Is that means, Framework  PO will also use the same standard Purchase info record ?
    Thanks

  • Need to turn off Purchase Info records in the purchase order

    Is there a way to turn off the Purchase Info records from appearing in the purchase orders? or atleast not update the Info records?

    Kevin,
    Please follow the below path in SPRO:
    Material management-----Purchasing---environment Data-----Define default values for buyers
    Here Remove the Info Record Update
    Regards,
    Manish

  • Mass deletion purchase order text in the info record

    Hi,
    I'm trying to delete the purchase order text of the info record of some materials.
    I thought to use MEMASSIN transaction... but it is not working because I can not choose the text to delete.
    Anyone any idea how to?
    Thanks a lot in advance!
    PS: The purchase order texts comes from master data (the purchase order text view).

    Hi Jürgen,
    You mention execute function module DELETE_TEXT to delete PO text in info record. I am trying to do that but I am not familiarizes with this function.
    in DELETE_TEXT there is:
    CLIENT
    ID
    LANGUAGE
    NAME
    OBJECT
    SAVEMODE_DIRECT
    TEXTMEMORY_ONLY
    LOCAL_CAT
    What is the specific input is necesary to delete PO text in info record?
    thanking you in advance

  • SAP MM:Purchase info record

    Hi experts,
                      Can anyone tell me the complete process of purchase info record (ME11).Complete screen steps what are the tabs are there in ME11.I want screenshots of ME11
    Hope for good answer from experts
    Regards
    sandhya

    Hi Sandya,
    If you want to create it manually you can do so by using the SAP transaction code ME11. At the initials screen the following are the input values:
    Vendor Number
    Material Number
    Purchasing Organization
    Plant
    Info Category
    After key in these values at the initial screen you can maintain rest of the information related to material and vendor in the subsequent screen. These information can be group as follows:
    Purchasing Organization Data
    Conditions
    Texts
    As per the business requirement you can make some of the fields (information) as mandatory by customizing. You can also restrict the end user from modifying these information once saved in the system.
    In the standard SAP purchasing info record is maintained as a source of information for Purchasing.
    It contains some of the information from material master and some of the information related to its supplier/vendor.
    Hence Material and Vendor Master is pre-requisite for a purchasing info record. You can also maintain the
    purchasing information record without material master record if your material is for direct consumption.
    Here you can use material group instead of material master. You can have more than one purchasing information
    record for a single material if it is being supplied by more suppliers, one for each supplier. Information maintained
    in purchasing information records is used as default data in documents such as purchase orders.
    In standard SAP Info record stands for information record which contains concise information about a vendor and a material that Purchasing already procures from that vendor. An info record thus represents a material-vendor relationship. Following are some of the information maintained in Info record:
    Units of measure in which materials are ordered from the vendor
    The applicable reminder levels
    Prices and Conditions with validity period (Present and Future)
    Applicable Tax Code
    Planned Delivery Time
    Standard & Maximum Quantity
    Tolerance limits for over-deliveries and under-deliveries
    Number of Last Purchase Order or Quotation
    Text
    Vendor evaluation data
    An indicator for showing vendor as regular vendor for the material
    The vendor sub-range to which the material belongs
    The availability period during which the vendor can supply the material
    Thanks,
    Swamy H P
    Edited by: swamy kumar on Feb 8, 2010 3:00 PM

  • Purchase info record price simulation

    Hi all,
    I need to emulate the process used by transaction me1l in order to make a price simulation to obtain the net price and the effective price from the purchase info record related to a PO item.
    I have to calculate them from the standard info record (info category = 0) using:
    - pricing date = PO creation date
    - simulation quantity = PO item quantity
    - base unit of measure = PO item unit of measure
    I have tried to use the function module ME_PRICING_INFORECORD but I haven't obtained the same values as using the transaction me1l. I don't know if I have used the correct input parameters but I have tried several options and I haven't obtained the correct values for any of them.
    The parameters used are:
    infoa = info record data obtained from table eina
    infoe = info record data obtained from table eine
    inpreissim -> simulation data:
          inpreissim-simng = PO item quantity
          inpreissim-simme = PO item unit of measure
          inpreissim-sidat = PO creation date
          inpreissim-pseff = 'X' for the effective price
          inpreissim-pseff = ' ' for the net price
    simulation = 'X'
    Does anybody know how I can emulate boton 'Price Simulation' in the transacction me1l in my code?

    Hi Carmen,
    i have the solution below
    but for several rows i received wrong value for net_price and currency ( i suppose that the problem is with RM06I, missing CLEAR statement)
    maybe the solution - CLEAR RM06I in ME_PRICING_DIALOG, because is not set up as initial, and takes values from previous row, if menge is initial
    IF NOT MENGE IS INITIAL.
    RM06I-SIMNG = MENGE.
    RM06I-MEIN2 = MEINS.
    KOMK-PRSDT = TERMIN.
    ENDIF.
    Do you have anybody the solution how set CLEAR RM06I ( i cannot modify SAP FM) or something else?
        CALL FUNCTION 'ME_PRICING_REFRESH'.
    Provides dialog box for entry of simulation parameters
        CALL FUNCTION 'ME_PRICING_DIALOG'
             EXPORTING
                  dunkel = 'X'
                  infoa  = la_eina
                  infoe  = la_eine
                  meins  = i_meins
                  menge  = i_menge
                  termin = i_termin.
    Price computations in Purchasing
        CALL FUNCTION 'ME_PRICING_INFORECORD'
             EXPORTING
                  dialog_not_by_zero = 'X'
                  infoa              = la_eina
                  infoe              = la_eine
                  simulation         = 'X'
             IMPORTING
                  preisp             = la_komp
                  preisk             = la_komk
                  e_currency         = l_currency.
    Thanks for advice
    Martin

  • Purchase Info Record - Creation

    Hi,
    I want to create a Purchase Info Record. I came to know that, the following FM's are used for creating a Purchase Info Record.
    ME_INITIALIZE_INFORECORD
    ME_DIRECT_INPUT_INFORECORD
    ME_POST_INFORECORD
    The following are my questions....
    Is there any other FM's available for creating a Purchase Info Record. I want to test these FM's in SE37. Can anyone guide me with the minimum parameters required to run these FM's in SE37. How can I find the info record number created using these FM's.I mean to say.. there are no output parameters available in these FM's to know whether the PIR creation is success/wrong.
    I request everyone to help me with your answers.
    Many thanks !

    Hi,
    I am using the following information to execute the function module ME_DIRECT_INPUT_INFORECORD.
    Material : 123
    Material Group: 12164400
    Vendor Account Number: 100015
    Purchase Order Unit of Measure: PC
    Purchase Organization: 460
    Purchasing Group: 100
    Currency Key: DKK
    Plant: 316
    I get the error 'Please adjust conversion factors in conditions'.
    I do not know the root cause for this error. Can anyone guide me to solve this error? Have I missed any mandatory fields required to run the above mentioned FM?
    Kindly help. Many thanks.

  • Urgent !!! User exits or badi for purchase info records

    Hi all,
    In purchase info records that is through tcode ME11, ME12 I need to validate order unit field. When you go to tcode ME12 in the second screen you will find order unit field. Now the thing is I need to validate this field. For example when the user selects any unit type I need to pass value to a custom field based on the value of order unit field. Please let me know who to carry out this process.
    Thanks in advance.
    Andy
    Message was edited by: Andy V

    Hi Andy,
    I'm not sure is those transactions has Badis, but if you want to make sure of it (I can't do it right now), go to SE80 transaction and select the class/interface <b>CL_EXITHANDLER</b>, then you have to select the <b>Get_Instance</b> method and put a break-point in the following call:
    call method cl_exithandler=>get_class_name_by_interface
    exporting
    instance = instance
    importing
    class_name = class_name
    changing
    exit_name = <b>exit_name</b>
    exceptions
    no_reference = 1
    no_interface_reference = 2
    no_exit_interface = 3
    data_incons_in_exit_managem = 4
    class_not_implement_interface = 5
    others = 6.
    the value of <b>exit_name</b> will give you the name of the BADI that is been call from the transaction.
    Note: This method will show you every Badi that is being activated since you put the break-point.
    Regards,
    Eric

  • Purchasing Info Record

    Dear Group Members
    1. How Purchase info is created automatically?
    Purchase info record is not updated when we use ordering measure in PR
    (followed the instruction as per sap help)
    I donu2019t want to change Purchase info
    details as followed from SAP HELP DOCUMENT
    Message No : ME898
    UNIT H is not intentend as an order unit
    System Response:
    The system check whether the order unit you entered is allowed for this purchase order by comparing the order unit you entered with the order unit that the system determined
    The system check the potential source of the order unit in the given sequence. if a source is not available (if the purchase order is not referenced to a preceding document for example ) then the system checks the next possible source ( such as purchase requisition ):
    1 If you create a PO with reference to a proceeding document (PO, Contract or request for quotation), the system copies the order unit from the preceding document. The Var. OUn (variable order unit) indicator must not be selected in the Purchase info record
    2 If you create a po with reference to PR and the var, OUn indicator is selected in the purchasing info record, the system copies the order unit from purchase requisition.
    In Enjoy PR ( ME51N)you can maintain the order unit on the item detail screen on the sorce of supply tab. in the normal PR (ME51)you can maintain the order unit on the item details screen
    3 When the Purchasing info record for the combination of vendor and material exists, the system copies the order unit from the purchasing info record
    4 IF you create a purchase order with reference to PR and VAr .OUn is not selected in the purchasing info record, the system copies the order unit from the purchasing requisition
    5 If you create a purchase order with reference to a pr and their is no existing purchase info record for the combination of vendor & material , then the system copies the unit of measure from the PR item in the item overview.
    6 If you create a normal purchase order the system copies the order unit the material master
    7 When you create a stock transport order the system copies the unit of measure from material master
    8 If order unit and the unit of measure were not defined in the material master the system copies the material master base unit of measure
    You people guide me how can i update Purchase info record?
    I have Query to be solved .
    Regards
    Shamulheq

    Hi ! Jason M.  
    I checked the below configuration
    SPRO - MM - Purchasing - Purchase order - Define screen layout at doc.level - Select ME21N - details - administrative data, item - Info update (optional or required).
    In my configuration screen  Info update is optional
    Even though info records are not updated
    My Query
    PR Unit of measure is created in each, PO  had  created in each in the month of June & info records are in each fo the vendor
    Now the Purchase group realize that the PO should be in Days
    We made the changes in Material master ordering unit of Measure in days  DAY
    A) If we Crete PO system will not allow to save PO in days  but only allows to save in Unit of measure as EA
    B) If PO created by removing the info record  PO is saved in unit of measure as days with the same info record
    But info records are not updating  Pleas provide some solution solve this 
    Regards
    Shamulheq

  • Order Unit at purchase organization level

    Hello,
         I have a vendor / material info record and depending on the purchase organization that makes the purchase order the unit is different.
        I was goingto prepare it but I have had the surprise that order unit is at general level so any changes affects all purchase organizations
        How can avoid that and define the Order unit at purchase organization level???
    Thank you

    Example:
    Vendor code 100000
    Material number : 25200
    We have 2 purchase organizations : 9000 and 9100
    In purchase organization 9000 order unit is Pieces y purchase organization 9100 orde unit is pack (equal to 5 pieces).

  • Purchasing Info record without material

    Hi All,
    How to create purchasing info record without material by Material group.
    What is the t.code used .Is there any config
    G.Ganesh Kumar

    you can create by using the same tcode ME11 without mentioning the material number and after entering the relevant data in the screen pleasepress enter and in the next screen enter the materail group.
    Do always mention the order unit as for the material group it is very necessary.
    The order unit and material group are used as a checking criteria.
    When you create Free Text Preq SYSTEM will suggest automatically the info record as a source of supply for the particular material group but it will not suggest automatically for the  free text PO.
    There you have to take the  searchhelp for material groups in the relevant field in the item overview screen where material group and order unit are taken into account for the checking criteria.
    Regards
    Ankur

  • Purchase info record is not showing in po.

    Hi all,
    while creating purchase order i m giving purchase info record no but values from info record
    is not updating in purchase order.plz help.
    best regards.

    Hi Nissinha,
    There are so many ways to be analysed for the cause. Because PIR -Purchase info record:
    Please check in order of priority while diagnosing and finding for the solution:
    1. Check wether the PIR is created for the Vendor of that perticular material or not.
    2. Check for the validity (valid upto which date) mentioned in the PIR
    3. Check for the type of Info record (based on Item category) it is such as Standard, Sub contracting, etc
    Hope it clarifies
    Regards,
    Sapsrin

  • PO type UB is pulling in a Purchase Info Record - should this happen?

    Hi All,
    I've been looking around the net few a few days, off and on, but I can't find an answer.
    A colleague has created a Purchase Order type UB but it is bringing in a Purchase Info Records that relates to a different receiving plant. This is bringing an incorrect tax code into play.
    The work around is currently as follows
    Go into the (incorrect) PIR that is being engaged
    Remove the tax code
    Process the PO
    Go back into the PIR and change the tax code back to it's original setting,
    Am I correct in assuming that PIRs are not engaged in a UB transfer?
    What should be done to stop this from happening
    Apologies if this is obvious or if I have not given enough info.
    Cheers
    Colm
    Edited by: Colm McCann on Dec 10, 2008 2:56 PM

    I know that I need info records for UB order  if I work with APO.
    Are you sure that the inforecord that is pulled is for a different receiving plant?
    Is the info record really created at plant level, or only at purchasing org level?
    And both plants share the same purchasing org?

Maybe you are looking for

  • Stock qty by batch

    Is there any transaction code to list material number, batch number, batch description, storage location and qty and BUoM at the date of 2011. Jan.1? altogether. if no such t-code, can any one tell me the tables to pull this info? Thanks

  • Can you connect ipod nano to more than one pc wiyh no music loss....help!

    Hi, I have a iPod nano and I would like to know if you can sync the ipod to more than one pc at a time without loosing all the music on it when you connect to another pc i.e I have a pc at work and one at home and would like to us them both with the

  • Help with Replacing text in a file using a vbscript

    I have the following script which I am wanting to 1. Take the prf file and read it 2. Edit a line in the  outlook .prf file replacing it with the text I have asked it to replace which is the full name of the user pulled from the currently logged on u

  • About ready to throw the dang thing

    Okay, So my ipod hasn't worked for two months.. It works on my mom's computer but not on mine. It worked fine for a bout year and now my computer recognizes it in My Computer but everytime I click iTunes it says "iPodService Module has encountered a

  • 5c in recovery mode will not restore or update - iTunes is current version - Completely lost and very frustrated :o(

    My phone lately has been searching for service constantly, I would say that 80%of my day my phone is searching for service. There was a software update for I think 8.1.2, my phone didn't have enough storage, so I tried to do it through iTunes, when I