Restrict Fields in FTR_EDIT

The business would like to restrict users to being able to perform settlements in FTR_EDIT, and want to restrict the users, so that they cannot update the fields such as the amount and dates.
It appears that these fields cannot be restricted by the authorization objects related to the tcode, such as t_deal_PD, as I have specified only the ability to perform the Settle action, but the fields are still open.
It also seems as though using Field Groups (OBAT & OBAU) is not an option in that the fields are not available for selection in OBAU.
Does anyone have a suggestion on how we can prevent updates to the individual fields when performing a settle in FTR_EDIT?
Thanks,
Bill

Hi
You can define Field Display and other controls in Field Control COnfiguration at transaction Level in IMG --> Logistics General --> Material Master --> Field Selection --.
1. First find the field Selection Groups to which your fields belong to. IMG --> Logistics General --> Material Master --> Field Selection --> Assign Fields to Field Selection Group
Then maintain your configuration in IMG --> Logistics General --> Material Master --> Field Selection --? Maintain Field Selection for Data Screens.....
This is standard way of controlling fields for mateiral masters.
Regards
Virender Singh

Similar Messages

  • How to restrict field of BSEG using for all entries in

    Hi All,
    i want restrict field BSEG-UMSKZ by using for all entries in but facing some problem.can someone tell me how to use with example.If you want to see my Query is this.
    SELECT: bkpf~belnr
             with_item~buzei
             bkpf~blart
             with_item~wt_acco AS lifnr
             lfa1~name1
             lfa1~stras
             lfa1~ort01
             lfa1~stcd2 AS lifntn
             lfa1~stcd1 AS lifnic
             bkpf~budat
             wt_qsshb AS dmbtr
             qsatz
             witht
             wt_withcd
             wt_qbshb
             hkont
             with_item~wt_wtexmn
       INTO CORRESPONDING FIELDS
       OF TABLE gi_accdocs
       FROM bkpf
       JOIN with_item
       ON ( with_itembukrs = bkpfbukrs AND
       with_itembelnr = bkpfbelnr AND
       with_itemgjahr = bkpfgjahr )
       JOIN lfa1
       ON ( lfa1lifnr = with_itemwt_acco )
       WHERE bkpf~bukrs EQ p_bukrs AND
       bkpf~gjahr EQ p_gjahr AND
       bkpf~budat IN s_budat AND
       bkpf~stblg EQ space AND
       wt_withcd IN s_withcd AND
       with_item~wt_acco IN s_lifnr AND
       with_item~hkont IN s_hkont AND
       bkpf~belnr IN s_belnr.
    Thanks & Regards,

    hi,
    this is the whole coding with FOR ALL ENTRIES:
      SELECT: bkpf~belnr
             with_item~buzei
             bkpf~blart
             with_item~wt_acco AS lifnr
             lfa1~name1
             lfa1~stras
             lfa1~ort01
             lfa1~stcd2 AS lifntn
             lfa1~stcd1 AS lifnic
             bkpf~budat
             wt_qsshb AS dmbtr
             qsatz
             witht
             wt_withcd
             wt_qbshb
             hkont
             with_item~wt_wtexmn
       INTO CORRESPONDING FIELDS
       OF TABLE gi_accdocs
       FROM bkpf
       JOIN with_item
       ON ( with_itembukrs = bkpfbukrs AND
       with_itembelnr = bkpfbelnr AND
       with_itemgjahr = bkpfgjahr )
       JOIN lfa1
       ON ( lfa1lifnr = with_itemwt_acco )
       WHERE bkpf~bukrs EQ p_bukrs AND
       bkpf~gjahr EQ p_gjahr AND
       bkpf~budat IN s_budat AND
       bkpf~stblg EQ space AND
       wt_withcd IN s_withcd AND
       with_item~wt_acco IN s_lifnr AND
       with_item~hkont IN s_hkont AND
       bkpf~belnr IN s_belnr.
        SELECT UMSKZ
          from BSEG
          INTO  CORRESPONDING FIELDS OF TABLE  gi_amount
          FOR ALL ENTRIES IN GI_MAIN
          WHERE UMSKZ NE 'F'.
    Thanks & Regards.

  • To Restrict fields when change posted SC

    Hello,
    Is there any way to restrict fields when change posted SC ? currently if SC already approved by 3 manager and waiting for the last manager for approval then the requestor change any fields in the SC, the approval flow will be reset from the beginning.
    Is there any way to restrict some fields so whatever changes on these field will not reset existing approval ?
    Fyi, we're using SRM 4.0
    Thank's & Regards,
    Sastra

    Hi,
    To disable changing the SC by the requester durng any level of approval,you can set the value for the parameter "BBP_WFL_SECURITY" in SU01(under personalization tab) for the requester  user.
    Also based on the value of this paramtere you can also define whether the workflow for approval  should be restarted in case of any chnage in the SC.
    See the foll link for more details:
    http://help.sap.com/saphelp_srm50/helpdata/en/f7/a6a3415e34b05fe10000000a1550b0/frameset.htm
    BR,
    Disha.
    Do reward points for useful answers.

  • Restrict fields in advanced search

    Hi,
    afaik you should be able to restrict the fields exposed to the user in the advanced search with R18.
    I am not able to find the place to configure this. Any hints?
    Thanks in advance
    Michael

    Michael, tere is a new privilege called "All fields in Search and Lists" that controls if a user sees all available fields or just the ones on the record detail page.

  • How to restrict field values

    Hello Experts,
    I got a basic question to ask. Iu2019ve created a custom table and then attached a check table with one of its field. This field is not PK. Now through help u2018F4u2019 I can see the values coming from check table. But other then those values let say if I enter any data (any garbage) it is getting stored in the table. Can somebody tell me how to restrict this field so that user must have to select the values from the list not on his own?
    Thanks

    Do a validation of the input that the user gives.
    Select single xxx from Ztable
    where xxx ( eq selection screen parameter )
              ( IN select options )
    If Sy-subrc eq 0.
    Through an error message
    Message e000 'Pls enter a correct value for the XXX '
    Endif.
    The whole code should be under AT selection screen event.
    i guess you will agree with this solution.
    Thanks,
    Karthik

  • Search help value restriction fields

    Hi experts,
    I have modified the existing search help by  using "SEARCH HELP EXIT".
    Here is the situation:
    As soon as I press F4 button on particular field, it will display search help restrictions window with 4 fields.
    suppose if I enter material number on material number field, it should display only particular material not all materials.
    Normally it was working fine before I written search help exit.
    In search help exit I am selecting values directly from database table with out consider restrictions window parameters.
    How to findout the restrictions window parameter names ( I mean screen field name). So that I can add those fields in my select statement where condfition.
    Pls help me.
    Thanks in advance
    Raghu

    I got the solution. Any how Thanks.

  • Please help me its urgent -  restrict field update against a condition

    Dear Friends,
    I'm new to the oracle forms .. i want to restrict a filed update against a condition in my form.
    I am using multi record block. I want to disable few fields in a row e.g. there are 10 records in the record block i want to disable three items of 2nd record on the basis of some condition. How can i do it??

    HI,
    you can use the form-built in procedure SET_ITEM_INSTANCE_PROPERTY and the appropriate property....(UPDATE_ALLOWED = PROPERTY_FALSE).
    For example:
      begin
        if <your_condition>
          then
              set_item_instance_property('<your_item1>',<record_number/CURRENT_RECORD>,UPDATE_ALLOWED ,PROPERTY_FALSE);
             set_item_instance_property('<your_item2>',<record_number/CURRENT_RECORD>,UPDATE_ALLOWED ,PROPERTY_FALSE);
         else
             set_item_instance_property('<your_item1>',<record_number/CURRENT_RECORD>,UPDATE_ALLOWED ,PROPERTY_TRUE);
             set_item_instance_property('<your_item2>',<record_number/CURRENT_RECORD>,UPDATE_ALLOWED ,PROPERTY_TRUE);
        end if;
      end;
      For more info , take a look at the on-line help....
    Greetings,
    Sim

  • Restrict Fields in 'Menus' Popup Window

    I am working in developing an HRM Application for our company; while taking ideas and help from standard HRM Application.
    While running Business Rules (created through SCRIPT; not through GRAPHICAL interface) through 'Menus', all the fields are enlisted in the Pop Up window, including the POV and Page Header related fields. I want to restrict the fields only to the required ones; and the default data (POV and Page Header) should remain hidden.
    I tried various options through "Required Parameters" field in the Menus Creation window; but could not fill my needs.
    Please, if anyone can help.
    Regards
    Erfan Rana

    Hi,
    The limitation here is from Microsoft. If you can find an option to do it from Microsoft IE browser
    you will be able to that with your iView. Since the iView can use the IE features with the 'Window Features' property. You can use any exisiting open method, please read more here:
    http://msdn.microsoft.com/en-us/library/ms536651(VS.85).aspx
    Unfortunately , I'm not familiar with how to do it. Perhaps you can raise a topic for Microsoft developers.

  • Requirement to add new Document data restriction Field in OLI8BW

    HI
           I need to fill in Set Up Tables for 2LIS_12_VCITM (Deliveries) in source system. I want to restrict data only to past 3 years (2008-2010). Currently i dont have an option to select year in the Document Data Restriction area of the statistical set up screen. Please let me know how to add a year field in this area to restrict the data.
    Thanks much.

    HI
    for this requirement customization is not possible.
    Regards,
    Chandra.

  • Restricting fields in batch classification

    Hi all,
    I would like to know if it is possible (and how) to restrict specific fields in the batch classification tab. I am referring to transaction MSC2N. Some users should be able to edit all fields in this tab, whilst others can only edit certain fields.
    Any input is appreciated, thanks,

    Hi,
    In MSC2N there is a tab called 'classification'. All users should be able to access this, however, within this tab there are custom fields. Such as batch prices, date etc. Not all users should be able to change the batch price. How can this be handled?
    Thanks,

  • Restrict field to user in J1ID

    Dear All,
    I want to block the fields in J1ID
    Table Name: J_1IVTXRAT 
    Screen Field: J_1IVTXRAT-RATE
    Kindly suggest how can I Block the field to User
    Regards
    Sarang M. Lonkar

    Hi,
    The  table which you need to restrict is J_1IVTXRAT. Usually this table exists in "&NC&" authorization group. You can check the corresponding authorization group in your client as below.
    Goto SM30 --> enter table name V_DDAT_54 --> click on display and select the table by using the position button.
    You need to restrict the particualar authorization group to the user, so he can't see or change the "Tax Rate Maintanance"
    Your Basis team can help in this regard to assign the required tables to different authorization groups (custom) in SE54.
    Regards,
    Siraj

  • Authorization Object for 0TCTBISBOBJ - restriction field too short in PFCG

    Dear all,
    I created an authorization object (TA: RSSM) with the InfoObject 0TCTBISBOBJ and 1KYFNM. When I restrict my authorization object in TA: PFCG, I can only type in 11 letters for InfoObject 0TCTBISBOBJ but I need 12 because of a bad naming convention. Working with more than one asterisk (*) in this field is not working!
    Does anyone know how to manage this problem?
    Thanks in advance
    F. L.

    Martin,
    It is not possible to restrict this in CRM.  The person, organization, and group influences the type of address for the business partner.  There are no user exits available in CRM 4.0 that are at the point to perform an authorization check on this value.
    I had to unfortuantely debug and read much of BUPA_DIALOG_JOEL before reaching this conclusion.  The only way to achieve this would be to write a custom front-end to the BP transaction or PCUI screens for business partners.
    Hope this answers your question,
    Stephen

  • Is it possible to restrict fields in MDM Data Manager

    Hi All,
    Is the following scenario possible in MDM?
    I have a look up table say Country:- INDIA,UK,US,AUS. when you select a particular look up table value he should be entering a particular fileds on the main table levle only and all other field value should be read only... Wondering is it possible to resctirct with out creating a specific user for each look up value?
    Main Table:
    Name
    Country
    INDIA Specific attribute Value
    UK Specific attribute Value
    US Specific attribute Value
    AUS Specific attribute Value
    Thanks
    Rajeev

    Rajeev, As suggested please see the concept of mask
    If you would like to see only that records that are not associated with any mask.You can follow the approach as described in this below blog
    Displaying Records without Masks using Another Mask
    also see some good link around mask concept
    Re: MDM - Records without Mask
    What is Mask Table in MDM Console?
    MASK
    hope this helps you.
    thx
    deep

  • Restricting Fields (Items in a Page) based on Userid

    I have an opportunity to replace a bunch of departmental MS Access DB's with HTMLDB. I have HTMLDB 1.6.1 running in a 9.2.0.6 database on Solaris with the 10g (R1) app server. I am very impressed overall with this product. I have created a bunch of samples apps based on existing Oracle DB tables (from existing pl/sql toolkit and jsp/servlet based apps).
    I have a requirement to develop a page where some users can see/update all fields and some users can only see/update specific fields. I may put these requirements in a database table (userid, table,field_name,access_type - None, Read,ReadWrite).
    In the Edit Page Item screen has anyone used the Authorization, Conditional Display, and/or Read Only Display settings to accomplish this?
    Thanks, Dave

    > I tried going into the
    > template and adding an editable or optional region
    within the <body> tag, but
    > it won't let me do that, and inserts it after the tag.
    editable regions can't contain the head or body tag.
    select the body tag in the quick tag selector (bottom left
    margin of design
    window)
    then go to Modify-->templates-->add editable attribute
    and add an onload attribute.
    in the child page, use modify->Template parameters to add
    the preload.
    Or- use some other javascript preloader inside of an editable
    region in the
    head section.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How can I restrict field lengths in a field?

    I have a field that I want the user to only enter a 5 character response, not a 4 or 6 character response. Is '?????' field validation the only option?

    There is a LEN function that you can use to validate the entry. It returns the length of the field. You could build a validation rule to ensure the field length is 5 and that anything other than 5 characters returns an error message. You would need to build more specific validation rules if your result needed to be numeric or non-numeric. The LEN function only rerturns the length.
    Good Luck,
    Thom

Maybe you are looking for

  • Windows 8.1 workstation issues

    Hi I have a new Windows 8.1 workstation connecting to OES 2 SP1 servers using Novell Client 2 SP3 for Windows 8 (IR5). A couple of questions: 1. It appears that the client masks local administrator accounts at login. How are people dealing with singl

  • Material block with quantity transfer

    Dear all,         I have searched some information from library, and it is useful for our company, can anyone help to tell me how to make the configure to achieve it ? Thanks in advance!!        The information is below:        "If another user tries

  • When I try and open Pdf attachments in mail it says the attachment is empty

    I have recently received emails both on my Mac and iphone 5 where the PDf attachment can be openbed and read on the first occasion When I try to go back to the attachment it says the attachment is emopty and cannot be downloaded.  I have taken Sophus

  • Ring combo box

    Hi, I've search high and low for this one-I need to create combo box on a ring control where the user can manually input the values. I have over 3000 items to put in the ring, and it is simply ridiculous to try and search a pull down menu. It is such

  • TS1538 apple mobile device USB driver not listed in Windows 7

    Installed iTunes on my son's HP laptop, but when he plugs in his iPhone 4 it is not recognized in iTunes.  I've done the following: * Rebooted the computer. * Tried multiple USB ports.  The cable is good because the device can charge without any prob