Info record screen layout issue

hi,
In my system, "valid to" field set as required and display option in ME11.
how / where to change / control the this field option?
Reg
mrs

Hi,
While doing ME11 you have to follow the below procedure to avoid this problem.
After filling the general data click on texts icon and from there go to conditions.
Enter the required conditions with relevant rates click on save
then system will take you to purchasing org data1 screen and there you can observe that the validity period is entered as per validity mentioned in conditions.
Regards,
Bharat

Similar Messages

  • Purchasing Info record screen layout not working for ME11

    Dear All Experts,
    I got requirement where GR Based IV and GR should be required for one vendor. So htought to create PIR from where I can make these two fields DEFAULT. So I went to table T162 from where I can make these two fields mandatory for ME11.
    I followed the path : SPRO - Materials Management - Purchasing - Prcahsing Info Record - Define Screen Layout for making fields mandatory for ME11.
    It is not working at all, as well I can see rest irrelevant fields which are not of my use are required. Have I missed any piece of configuration somewhere in MM ?
    Experts guidance from forum will be very much appreciable.
    Regards,
    Revati Joshi.

    HI,
    as you know we can create purchasing info record manually as well as automatic at time of Po creation
    If you mark it in ME11 manually it will be helpful to you
    or you can mark its required field in Vendor master record as well for your vendor account group in following path.
    Logistic general - Bunisess partner -vendors > control > define accont groups and field selection > select your account goups and click on details and double click on purchase data and check for "GR based invoice verification" and mark required field
    Regards
    kailas ugale

  • Material Info Record Screen Layout Help

    Dear colleagues,
    The question is regarding with material info record. Is it possible to differentiate screen layout of material info record per info category? For example, if I create standard info record u201Csales personu201D field should be required entry whereas other must remain optional.
    Best regards.
    Metin

    Dear Andra,
    If I apply what you suggest here is what happens. Suppose Iu2019m creating a material info record with standard info category and I marked u201CReference, salespersonu201D field as mandatory in customizing. Then for all other info categoriesu2019, such as subcontracting, pipeline, etc, this field also become as mandatory entry. What I have been asking is that only this field must be a mandatory entry if an info record with standard info category is created. For any other info category, field restrictions should stay same.

  • Extended Splash Screen Layout Issue

    I'm not sure, actually, whether this is an issue with extended splash screens or the Canvas element, but...
    I've built a minimal extended splash screen that displays the SplashScreen image, a progress bar and a button. The ProgressBar and Button are wrapped in a StackPanel. 
    The PositionImage() method is working fine with screen resize--the logo always displays in the center of the screen. The problem that I have is positioning the other elements.
    I'd like them to display just a bit below the SplashScreen image. Following the MS code sample, I can create two rows in the layout Grid and set a fixed size on the row containing the StackPanel, but that always displays those items the specified row size
    from the bottom of the page. Way too low in portrait view.
    I tried setting the first row (containing the Canvas) to "Auto", but that causes the StackPanel in the second row to display at the top of the screen. (Does Canvas not report its size?) I tried replacing the layout grid with a stackpanel, with
    even worse results. Specifying height values for the Canvas doesn't work, either.
    Any other ideas out there?
    Rebecca M. Riordan

    I absolutely position my other elements based on the location of the logo and the size of the logo and elements.  I don't use any stackpanels or grids at all. I just use Canvas.LeftProperty and Canvas.RightProperty.
    void PositionImage()
    this.MySplashImage.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left);
    this.MySplashImage.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top);
    this.MySplashImage.Height = MySplashScreen.ImageLocation.Height;
    this.MySplashImage.Width = MySplashScreen.ImageLocation.Width;
    this.MyProgressRing.Height = MySplashScreen.ImageLocation.Height / 6;
    this.MyProgressRing.Width = MyProgressRing.Height;
    this.MyProgressRing.SetValue(Canvas.LeftProperty, MySplashScreen.ImageLocation.Left + (MySplashScreen.ImageLocation.Width / 2));
    this.MyProgressRing.SetValue(Canvas.TopProperty, MySplashScreen.ImageLocation.Top + MySplashScreen.ImageLocation.Height - (.26 * MySplashScreen.ImageLocation.Height));
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Screen Layout Issue in ME21N Transaction (Purchase Order Creation)

    Hi,
    we had recently upgraded our system from R3 4.6'c to Version ECC 6.0
    in this i had observed that earlier layout of purchase order screen is changed.
    1. Material Column is not visible in default layout. however i had check in table settings of item overview Screen. This Field is hidden. I tried to make it visible but didnt get success.
    secondly, Pricing Schema layout at condition Tab at ITem Details level is also changed.
    any idea, how to change their layout.
    Regards,
    Shiva

    When you change the std settings that time you have to create your own variant and save in that variant and then enter that variant in variant filed and remove the use std settign check mark then you will see your fields are nothidden any more
    about the pricing tab i can't help you because  we are in ECC 5.0 so i don't know what u r taking

  • Selection screen layout Issue

    i have a requirement where i have to customize the layout dynamically in the report output.the layout should be changed as per the selection screen field entry.is this possible?

    Hi,
    Check this one, How it is changing dynamically
    TABLES : mara,marc.
    ************************Selection screen fields******************************************
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS    : p_meth1  RADIOBUTTON GROUP g1 USER-COMMAND g1,
                    p_meth2  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK matnr
                              WITH FRAME TITLE text-002.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_matnr FOR marc-matnr MODIF ID m1.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_werks FOR marc-werks MODIF ID m1 .
    SELECTION-SCREEN END OF BLOCK matnr.
    SELECTION-SCREEN BEGIN OF BLOCK file WITH FRAME TITLE text-003.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS: p_fpath TYPE ibipparms-path MODIF ID m2 LOWER CASE.
    SELECTION-SCREEN END OF BLOCK file.
    SELECTION-SCREEN BEGIN OF BLOCK date WITH FRAME TITLE text-004.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS     : p_date TYPE datuv.                         "CCT51576.
    SELECTION-SCREEN END OF BLOCK date.
    ***********************Screen Validation*********************************************
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        CASE screen-group1.
          WHEN 'M1'.
            IF p_meth1 <> 'X'.
              screen-active = 1.
            ENDIF.
            IF p_meth2 = 'X'.
              screen-active = 0.
            ENDIF.
          WHEN 'M2'.
            IF p_meth2 = 'X'.
              screen-active = 1.
            ELSE.
              screen-active = 0.
            ENDIF.
            IF p_meth1 = 'X'.
              screen-active = 0.
            ENDIF.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.

  • SSM Screen layout issues / missing frames?

    Hello all
    This is an issue that is driving me nuts.
    We have SSM installed as a proof of concept, on a remote machine.
    When I use a particular desktop to connect to remote machine via MS Terminal Services and launch SSM, everything looks fine
    If I use any other PC and connect to the remote machine in the same way then the SSM screen is very different.
    - the top tool bar with the context dropdown etc disappears altogether on every screen
    - the context map is squashed into a frame half the size, and gets scroll bars
    - when I launch a context, the context tree from the previous page sticks out on the bottom
    I hve played with the resolutions setting which seems to make no difference, i am beginning to think its something more fundamental with the way the frames are being generated on the screen.
    can anyone point me in the right directions? is this SSM side? terminal services side? is there software that is used to generate the SSM screen that needs updating?
    Any thoughts welcome

    Igadhia,
    If the one machice you remote connect has no problems, I would suggest looking at the settings on the remote machine and/or that one machine that connects correctly and compare them with the settings on your other machines.
    Regards,
    Bob

  • New info record with same details as archive one.

    Hi Experts,
    Due to some issue we want to archieve some standard info record which are created on vendor / material group / plant  basis.My query is does system allows to create new info record with same vendor / material group / plant combination after archiving earlier record which is on same basis.
    Thnaks & Regards
    Vinay

    Hi Jurgen,
    Thanks for reply.
    Our issue is while creating work order(IW31) having external services upon entering info record number in some cases in same client rate is picked up from info record condition but some times from last purchase order based on info update.
    We have checked following points.
    1.In all the cases work order type  is same.
    2.Info record are of standard type with same condition.info record are for vendor & material group combination.
    3.Checked after changing rate in info record and in purchase order but similar issue exists
    4.Compare vendor master also.
    5.Their are no contract /sch.agreement for vendors.
    Our requirement is to have rate from info record in all the cases in work order.So have two options.
    1.Archiving info record-But will need setting in SPRO and also need to create same record again with same combination.Also as their are recent purchase order against those info record not sure whether system will allow or not.Can you please tell what are prerequiste for archiving info record.
    or
    2.To remove only purchase order number updated in EINE table in those info record where this issue is occuring.We have checked in development system and after removing purchase order number in EINE table it picks up rate from info record.
    So thought of checking before removing order ref.from EINE table.
    Thanks
    Vinay

  • Quality info Record for SD

    Hi all
    Let me know about Quality info Record for SD (QV51, QV52, QV53). I want to know whether Info record is created or not for particular customer.
    I have to create a alert to QM Department.  Whenever usering create a sale order, system should check info. record is available or not for the Customer for sale order. If info. record is not there, we should trigger alert to QM department for creating alert.
    How can i proceed?

    Hi Muthu,
    The info record has to data sections (look in Goto menu in the Info Record screen):
    i. General Data (NOT at POrg and Plant level)
    ii. POrg. Data 1 (POrg. and Plant level)
    iii. POrg. Data 2 (POrg. and Plant level)
    iv. Text (POrg. and Plant level)
    Purchasing info records determine the prices suggested in purchasing documents in two ways:
    The system,
    • 1st searches under POrg. Data 1 - Conditions:
    Conditions are included if they have been maintained for an info record manually or from a quotation (but can be changed manually afterwards)
    • 2nd searches under POrg. Data 2 – Last Purch Doc.:
    If an info record does not contain any conditions (under POrg. Data 1), the system reads the number of the last purchasing document in the info record and then suggests the price from this document.
    ‘Info Update’ indicator for Conditions (in PO, RFQ/Quotation, Contract) :
    • for PO – the update occurs in POrg Data 2 (last purch doc)
    • for RFQ/Quotation - the update occurs at POrg Data 1 – Conditions (can be changed manually afterwards) and POrg Data 2.
    • for Contract – the update occurs at POrg Data 1 - Conditions, IF at the time of the contract creation there is No info rec. Otherwise the info rec is updated with the last release order under POrg. Data 2.
    cheers,
    Hema.

  • Consignment Info Record Conditions..

    Hi Guys,
    My client has a requirement where, a particular Vendor has given them 10% discount for all of the Consignment items.
    So what i did was, i went to the Info Record, edit the condition validity period to a new period starting today, and i inserted condition RA00 (discount % on net) of 10 %.
    From the Info Record screen Purch Org Data 1, i can see the updated price in Net Price field.
    Now when i simulate the scenario where i did PO --> GR --> GI --> MRKO, during GI and MRKO it is still taking the full amount and not the discounted amount,
    Any ideas guys?
    Would appreciate the help.

    HI,
    1. Attach your pricing procedure to RA00 in m/06.
    2. check in Std purchase organisation in SPRO in enterprise structure.
    3. check your pricing procedure is attched to std Purchase org or not .
    Hope Help U !
    Regards,
    Pardeep malik

  • How to copy screen layout of Info Record

    Hi Experts
    I need to copy the screen layout:info records from standard ME12 to ZME12.
    Please let me know how can i do the same.
    Thanks
    Regards
    Naresh

    Hi Naresh,
    I really do not understand your Requirement for new screen layout create ZME12.
    I really want to ask you how it would be usefull to you.
    Normally, the screen Layout would be Created on  Based of the below
    1     Document Type
    2     Transaction Code
    3     Release Indicator
    so if any of the above is applicable then there is Chance of Creation of Screen layout
    For the info record,i believe there is only the T code that is Applicable and nothing comes into the affect
    Hope so i am Clear .
    Regards
    Anjanna

  • Screen Layout Field in the Asset Master Record

    What is the use of the screen in the asset master record, ANLA-FELEI?
    We have some assets where there are different values between this screen layout and the screen layout defined at the asset class (i.e. through configuration).
    It seems the one defined within the asset class takes precedence.

    HI
    Scree Layout controls the diplay of fields, it may not be necessary for a user to use all the fileds provided by SAP. Hence the options like Required, Optional and Suppress are used to control the screen diplay and the TABs to be displayed based on the need.
    Asses within the same class will have same fields since the screen layout are assigned to an Asset class.
    Scree layout for the Tab Depreciation Area can also be controlled with the screen layout defied for the Depreciation Area.  With this one can have different screen layouts per dep. area.
    Hope i'm clear to  you.
    Thanks,
    Vijay

  • Changes in standard screen of EG44(Device info record)

    Hi,
    I have to add some fields in other device data of Device Tab of  the standard screen of EG44 as per the client requirement. Can you please help me how to do that.
    Regards,
    Mukesh Kumar

    Kindly check the function group :: XE07
    There are so custom exits are there you can add the fields by using these FM.
    EXIT_SAPLEG42_001              Device Modification: Device and Register Data afer Modification
    EXIT_SAPLEG42_002              Check Device Info Record, Device Data, and Register Data
    EXIT_SAPLEG60_001              Proposal for Allocation of Logical Registers
    Please check these function modules and let me know.
    Regards,
    Shiva Kumar

  • What is maintanence level in  screen layout for asset master record

    hi everyboby,
    can anyone explian this
    when I'm defining screen layout for asset master record to  make business area as required entry it was throwing msg like select maintanance level. what could be the reason?can anyone help me on this.
    thanks
    siri

    hi..
    thanks for reply again.
    If i select  business area as optional (main no,sub no)and supress for all fileds (only selected main no) ,I'm able to save screen layout.If i set BA as required select mainno,sub no check box and save it shows the same  error msg.Anyway  i can create asset master now.thanks
    regards
    siri

  • APO CIF issue - Purchase Info Record not getting CIFed from R/3 to APO

    Dear All,
                We are unable to CIF Purchase Info Record from SAP R/3 to APO. Are there any special setting that needs to be done for the same. We have created an Integration Model and using tcodes CFM1/CFM2 but without any success. Can anybody throw some light on this issue?
    Thanks in advance
    Ehsan Ahmed

    Ehsaan
    Can you check the SLG1 logs in R/3 and APO sides for further clues? Try to confine the time range to the exact time of activation of Purch INfo record model.
    Maybe you have already done this check. Can you go to the Purchasing tab of Material Master and see if the Source List checkbox is unchecked ? Do you have any special procurement keys defined by any chance ?
    Regards
    Srinivas

Maybe you are looking for