Info record Prob.

I am facing Info record creating Problem.
After Filled the GENERAL data screen , i want to fill “planned delivery date” and “pricing condition” . For this I use Goto -- >Purch. Org. data1 and
Extra --->Condition. Putting the values in those fields.  At the saving time I am getting error , “Enter data in necessary field”. ( I am not getting any screen where I change the validity date of  Info Record)
If am doing same thing with other client, than Goto -- >Purch. Org. data1 show me in new screen in which I change the validity date . After that I fill “planned delivery date” and “pricing condition” than new info record created.
Can any body tell me , what is the problem with 1st client and  its solution.
Thanks in advance
Regards
Sanjay

Hi,
Ignore the cursor position when you get this message, it doe not indicate the missing data and so it is probably another field on the screen that has missing data. Experiment by adding data to each blank filed until the message disappears.
Steve B

Similar Messages

  • Free goods not reflecting in PO from Info Record

    Hi,
    My requirement is , when ever i order 100 qty from a vendor 10 qty should be delivered free of cost.
    I am trying to maintain Info record for the same..
    Now when i created PO for the same...I entered 100 qty..it is not reflecting 10 qty in another line in PO..
    Where i am wrong?
    Uts

    HI,
    Have maintained the values in
    *Spro-Purchasing-Discount in kind-Define & assign discount in kind schema-Maintain free goods schema*
    It will be available in standard SAP if not do the following configuration
    Here
    Usage -N
    Application -M
    create procedure NR0001
    In control data
    step-10
    Cond Type-NR00
    Then save.
    Next
    Define free good schema
    Here assign ur schema grp of vendor
    Then assign the procedure created previously (i-e) NR001 & THEN SAVE.
    The above configuration is very important for the free goods scenario to work.
    Then go to MM and in purchasing view and give the value 2.
    Then in MBN1 create the condition record for the IR -0.
    Then create the PO it will work definetly.
    9884057038
    murugan
    Edited by: Murugan mgl on Jun 17, 2009 6:58 AM
    Edited by: Murugan mgl on Jun 17, 2009 6:59 AM

  • Customer material info records are not  getting displayed in Sales order

    Hi ,
    We are upgrading our client sap system  from ECC 5.0 to ECC 6.0 .We are now in the testing phase .An  issue came up  regarding customer material info records .
    When we are creating a sales order using VA01, after entering Material number and order quantity for an item  if we press the ordering party tab(before saving the sales order) the customer material info records (value in cutomer material number) are gettting displayed.But if we save the sales order we are not able to  see the customer material info records.
    kindly guide me in this issue .
    Thanks in advance .
    Nikhil

    hi nikhil,
                check the tick box in vov8 "read info record",and when you create sales order(va01),dont enter the material number enter the "customer material number" and see whether you are getting the material number.
    and also go to (va02) and check whether you are getting the CMIR details.
    pls explain me the problem in detail for my better understanding
    regards
    senya

  • Not allow order unit in INFO record if it is not in material master

    Hello there!
    In standar SAP any user can introduce any order unit in the info record, even if it is not maintained in the material master alternative units of meassure. We need to block this...
    The conversion factor is not a problem for us, as we can set it only for display in the customizing, so that the systems brings it automatically from material master
    The idea is to allow as order units only those units of meassure that exist in material master.
    We have been checking if it is possible, but no success...
    Any idea on how to get it? Error messages, user exists, or so on...
    Thanks!!
    César

    Hey vmendoza7785,
    Congratulations on getting your new iPhone. I'm sure it is frustrating not being able to do everything you want with it. Let's see if we can get your backup started.
    If you are having an issue with being unable to make a backup of your iPhone with iTunes, I would suggest that you troubleshoot using the steps in this article - 
    If you can't back up or restore your iPhone, iPad, or iPod using iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Purchase info records report

    Hi All,
    Is there any report of the purcashe info records entered for different plants.
    I need to see the material prices maintained with their validity periods
    SAPXPT

    Hi
    chek this table it may useful
    EINA Purchasing Info Record- General Data
    EINE Purchasing Info Record- Purchasing Organization Data
    Regards
    Kailas ugale

  • Purchase info record does not exists in purchase organization 1000

    Hi experts,
              I have created a new enterprise structure in SAP. when i am creating a PO its picking the correct info record, but when i am doing GR, its giving the error as 'purchase info record does not exists in purchase organization 1000". I have maintained everything perfect. the only thing i have changed is I have moved the open and close period from 11-2002 to 12-2008 in MMPV.
             Please give me some suggestions, where it can go wrong.
    Thanks & Regards,
    Poorna.

    Hi Guys,
              Thanks for all yours responses, Actually what deepak said was right, but in my IDES system i am not able to create new entries in assign plant to std purchase org. I found the database view for that, V_001W_E its for table T001W. So i looked into that table i found that std purchase org was given as 1000. i made direct entries in that table, i thought the reason for this may be due to , that i copied plant from 1000. After making entries , i did not got the error message that was i am previously getting.
    Thanks & Regards,
    Ravi.

  • Report for Materials expired with price on Purchase Info Record

    Hi Experts,
    Can anyone of you advice a report in SAP that can identify the materials where the price has expired on Purchase Info Record.
    Thanks in advance.
    Regards,
    Nagarjun

    HI,
    ME1P will be used to monitor the changes in terms of pricing conditions you made to your info record via Transaction MEKP.
    In case of SA, you will have to build up your simple query by joining two tables A016 and KONP.
    Regards
    KK

  • Report for displaying info record scale prices

    Hi all,
    Can any one provide me the sample code for a report  displaying info record scale prices.
    Thanks,
    Suresh

    Check t.code MEKP.

  • How do I get ALL the info records for a materials plants using an SAP FM?

    I need to get all of the info records from the EINE table for a material - all of its sites (plants, we are using SAP retail).
    The problem is this:  I call the FM MD_INFORECORDS_READ - here is the code for my call:
    CALL FUNCTION 'MD_INFORECORDS_READ'
              EXPORTING
                imatnr               = t_output_data-article <-- the material number
                iliefnr              = lv_eina_key < -- see below on how I get this
              importing
                eeine                =
              TABLES
                exp_eina             = it_eina
                exp_eine             = it_eine
              EXCEPTIONS
                no_eina_record_found = 2
                no_eine_record_found = 3.
    lv_eina_key is taken from this call:
    SELECT SINGLE altkn INTO lv_vendor_no
            FROM lfb1
            WHERE lifnr = lv_site (plant)
            AND bukrs = t_output_data-company_code.
    The probelm is it only returns the first record it finds for each site.  There could be multiple info records, each one based a a different Valid From date for each site.  I need either ALL of the EINE records for each site OR the most current one
    I know I am not using ALl of the parms in the FM - but are there  maybe there are other ones should I be using.
    Perhaps there is there another FM I should be using - cause I do not have the info record number to pass. 
    Thanks.
    Scott

    Never mind - the FM does work - this was bad data.

  • Multiple Consigned Info-record Based on MPN

    Hi All,
    We have an MPN Profile that has a setting of - MPN Mandatory & Info Records for MPN. This MPN Profile is assigned into an Internal Material which will be managed with our Inventory.
    We have multiple MPNs from a Single Vendor with different price and that is created separately in the Info-Record.
    When the PO is created with the MPN, it is working fine by selecting the Internal Material and I am able to do GR for that PO which comes in Stock as Internal Material.
    However, my problem is that I am not able to create a K-Type PO for those MPN, as system prompts error messages like MPN008 => "Consignment and MPN mat. only possible in case of info recs. for IM mat."
    I have gone through the SAP Help and it is also mentioned as a NOTE in there : If you are working with consignment info records, you must create the info records for your firm’s own material. Reason: in the case of goods issues involving consignment materials, the system searches for the info records for the firm’s own, inventory-managed materials and does not take MPN materials into account.
    I have a question now => Does SAP allow the Consigned Process to be practiced for MPN Materials?
    Any suggestion/idea/solution is most welcome!
    Regards,

    Hi Rahul,
    Thanks again for your reply!
    I did the way you suggested and I was able to create Consigned POs for the MPN. However, my problem is still un-resolved, as you can see the problem from the following process steps.
    1) GR for the Consigned PO is done and now the IM Material is in the Vendor Consigned Stock.
    2) I have pulled the Quantity via Tcode MB1B/411-K.
    3) When I run the MRKO (Vendor Liability Settlement), system took the Consigned Info-record of the IM Material (which is only 1).
    _Problem:_ System while doing MRKO, is not considering the MPN Inforecord, as I am not able to create Consign Info Record for MPN Materials.
    If you are not clear about my scenario, I can explain in detail.
    Regards,

  • MM(PO) :: Not purpose any info record when PO creation

    Dear Expert,
             I have the problem with PO creation. Our user required to not purpose any info record information when create PO.
    Because they want fresh blank PO. I don't know how to do to not activate any info record. Please advise.
    Thank you in advance ^^

    Hi,
    If you want to delete the info record, you can set the deletion indicator with ME15  or if you want that after PO the info record should not get updated in the PO at item level in material data de-select the check box info update.
    regards,
    zafar

  • Change Scheduling Agreement and Info Record using Bapi

    Hi Experts,
    Can anybody say how to change the Scheduling agreement and Info Record using Bapi.
    I use BAPI_AGREEMENT_MAINTAIN to change Scheduling Agreement .
    But it does not changing Scheduling lines.

    Hi,
    Please find the below link check the setting are correct or not
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02cb00a-bfb4-2c10-98aa-e33e7f64ba28?quicklink=index&overridelayout=true
    Reagrds,
    Pramod

  • Scheduling agreement update with Info record

    Hi,
    My company is working with scheduling agreement both with external vendors and Inter company purchasing. SA is created for a long term (in years) but the price negotiation takes place for a shot duration (One year or less). The requirement is that whenever the Purchase Info record is updated (by department X), it should automatically update the relevant SA (created/updated by department Y). Any delivery schedule created after new effective PIR price, should have the new price and if there is no price in PIR for that date it should throw an error...
    Thanks is advance
    Manu

    Hi..
    Can anyone tell me the user exit that I can use to update price in related scheduling agreements when any purchase info record is changed...
    and another to check purchase info record at the time of delivery schedule creation to see if any valid purchase info record exists ..
    M

  • Material Description in SO from Customer-Material Info Record

    Hi,
    Currently whenever user is entering the customer material number in SO item, system is bringing the SAP internal material corresponding to that.  But the material description is coming from the material master only.
    I want the material description in the SO item to be populated from Customer-Material Info Record whenever user entered the Customer material number.
    Any possibilities for the same by standard configuration without going for any enhancements.
    Thanks in advance,
    Mallik

    Hello
    Go to T code VD52 choose that customer and material combination and click on to its details blue lens on application tool bar
    In the screen which is coming ,enter your description in the CUSTOMER DESCRIPTION tab the second one and save
    Now create a sales order and see
    Your requirement will be fulfilled
    If  a material is pen description is ball pen in material master and for customer A you have defined it as Pen 1 and description as Super ball pen in VD51
    Now in sales order the description will appear as  Super ball pen
    Hope you have checked the field info record in VOV8
    I have tried this tested this and getting it
    Regards
    Raja
    Edited by: ramanathan raja on Dec 2, 2008 10:43 PM

  • How to use Purch. Info Record, for different Valuation Types ?

    Hi All,
    While doing Split Valuation,
    I have created three valuation types - say,  M1,M2,M3. for material M.
    Now, I want to create Info record for material M and Vendor V1.
    when i go to me11, system is allowing me to create info record for M and V1 once only,
    in Purchasing Organization View, I'm getting the Valuation type field,
    but can't entering 3 prices for 3 valuation types,
    such as in Material Master.
    Can any one help me regarding this....
    Thanks,
    Anand.

    if u create po with info update indicator then u can use your valuatiion type in po for whihc there is no ifo recrod existing then system willl createt one
    but actually the price will get stored in the price oder history not exactly in the pir

Maybe you are looking for

  • OIM 9.1 : SQL Error while executing SQL DELETE Statement inside Java Adapter

    I'm running this DELETE script into an adapter with the following code : This code is deleting some tasks instances inside a process instance for a user resource. public boolean clearTaskInstances(String user_key, String process_name, String task_nam

  • Picture and text in the same box for the calender?

    Is it possible to put a small picture in the box (for say May 4) and also get a short text line in the same box? When I'm doing it now, the picture takes up the whole box and the text goes underneath. Thanks

  • Running XP on my MAC

    I am a realtor in Washington and have been frustrated that I can not use the MLS on my new macbook. I do have a copy of XP. Can someone tell me how I can tell if it has SP2 on it? The version I have is 2002. If it does not have SP2, is there a way to

  • Error when Loading Metadata for IDOC Adapter

    Everybody, I know this should be pretty straight forward and that there are a few posts about it.  But following the Demo 3.0 guide and the posts I can't seem to load the data into the IDOC Adapter.  I did every step in the guide and when I try to ex

  • Getting an "undefined" error when passing a variable to a function using Microsoft Razor

    I am trying to call a function and pass a variable to it. However I get an "undefined" error. The code is: Layout = "~/_SiteLayout.cshtml"; Page.Title = "General Information"; var recID = 3; <input type="text" id="rdy"> <p> <a href=""><input type="bu