Reg : Restriction on Bankey in IT0009

Dear Gurus,
Can any one suggest me how to restrict HR core user to select specific bank key while maintaining Infotype 0009.
I will be really greatful
Thanks

Dear Karan,
MY HR and Payroll user has access to IT0009 ( Infotype for Bank detail , create , maintain).
While selecting bank key ( Field Name BANKL)  , F4 help they are getting all Bankkeys configured under country code.
which include both FI and HR bank keys.
From standard authorization object(P_ORIGIN) I can restrict only infotype ( R,W ,M) access  , not field level except IT000 and IT0001.
Few core user by mistake selected FI Bank keys , thus would like to restrict HR admin user for HR related bank keys only .
Please let me know above detail is sufficient to suggest.
regards
Arif

Similar Messages

  • Reg : Restriction of creation of transaction code

    hi all,
       I want to restrict creation and deletion of  transaction codes (Y or Z).
       How to get done it.
       We use SE93 and SE80 to create T-Code, ( Is there any t-code to create y or z t-code)
       We can restrict SE93 to create or delete t-code, but we cant restrict SE80 as we create many other objects in SE80.
      Suggestions reg this.

    Jean,
    When you do screen debugging the tcode se93 while creating/deletion of a tcode it takes us to
    Program SAPLSEUK
    Include LSEUKI01
      process after input.
      module exit_tcode_menu at exit-command.
      field tstc-tcode
            module xcode_390.
    Under this module xcode_390 we have the code which performs the creation/deletion of the tcode
    when 'ADD'.
       call function 'RS_TRANSACTION_ADD'
            exporting
                 objectname         = tstc-tcod
            exceptions
                 already_exists     = 01
                 permission_failure = 02.
       if sy-subrc = 1.
         message id sy-msgid type 'E' number sy
                 with sy-msgv1 sy-msgv2 sy-msgv
       else.
       when 'DELE'.
       call function 'RS_TRANSACTION_DELETE'
            exporting
                 objectname    = tstc-tcode
            exceptions
                 not_excecuted = 01.
       if sy-subrc ne 0.
         message id sy-msgid type 'E' number
                 with sy-msgv1 sy-msgv2 sy-ms
       endif.
    The same for CHANGE too.Try to put a validation here
    if sy-tcode ne 'SE80' and also the SY-MANDT in the if condition.In addition to this lock SE93 using SM01 too.
    But when we debug through SE80, it is taking us to
    Progrm SAPLWB_INITIAL_TOOL
    Under this program we have an INCLUDE LWB_INITIAL_TOOLO01
    form set_status_0100.
      data:
        l_disabled_functions   type ui_functions.
      call method g_initial_tool_ref->if_wb_program~wb_manager->get_status
           importing
              P_DISABLED_FUNCTIONS   = l_disabled_functions.
      SET PF-STATUS 'INITIAL_TOOL' excluding l_disabled_functions.
      SET TITLEBAR  'WBM'.
      clear g_fcode.
    endform.                    " SET_STATUS_0100
    Or just try to disable the option CREATE and DELETE in the above program.Just try these options,may be you will get some lead.Mind you both are SAP Standard Programs and needs accesskey.Also check whether your requirement is worth enough to tamper with SAP Standard code
    K.Kiran.

  • REG : restrict in a way that user has to enter data from f4 help

    hello,
    i have problem that i have to restrict the user in a such a way that he can enter data that is in F4 help.
    or it is blank .
    i am using it in DIALOG PROGRAMMING. it i put attribute as input NOT POSSIBLE itwill become gray but my user doesn't want it.so how can i restrict. them to write data in it.

    Hi Prathap,
           As you said one way could be to make it a Drop down...but if values are more than 10, it is definitely going to be the worst UI element user has to face..
       Other way is to make the field input disabled. Please note that the F4 still works in these cases EXCEPT that it cannot copy value when user selects it in F4. This can be addressed by handling the F4 rather than leaving it to dynpro framework.
       Use
    PROCESS ON VALUE-REQUEST.
            field GV_TEST_VAR MODULE  get_value_on_F4.
    This will trigger the module get_value_on_f4 when user chooses F4 on the field( where he cannot Enter Manually). Now you can even put a simple screen showing values of the length you desire, Get it back after user selects and PUSH the value into the variable.So User cannot Enter , F4 is available also with values shown as long as you want,,,
    Hope this helps.

  • Reg restriction on employees in the organziation

    Salary Management screen contains employees with info and approve button at bottom.
    We have severeal organizations. We restricted employees based on organization. But still I am able to see few employees in other organization.
    i.e., Org A and Org B contains 30 and 40 employees respectively.
    When I login in Salary Management screen in custom responsibilty of org A,
    I am able to see few org B people along with the Org A.
    I have verified sexurity profile.It is fine and I ran security list maintenance program too.
    But still able to see people from different organziation

    Even I chekched the box, I am able to see other deprtment employees.
    Note: I am seeing only one extra organization employees(only 4 employees not all empl in the organziation), not all organization employees.

  • Reg restriction of particular order type

    Dear all,
    What is the procedure if we want to restrict a particular user from operating a particular process order type PI01,
    Please give me step by step, what are to be maintained in roles
    regards
    venkat

    Dear Venkat,
    1)Create a role and assign the tcode.(IW32)
    2) Go to Authourization tab (change mode)
    3) In the Object PM
    3) Select the Authourization objects
       I_AUART
        I_ILOA
        I_VORG_ORD
    4) Specify the ORDER TYPE:=PI01
    Apart from this steps you should specify the org values like Co.code, plant..etc...
    Generate the role and assign to that particular user.
    Thanks & Regards
    Gangadhar
    Edited by: gangadhar hm on Mar 5, 2010 12:17 PM

  • Reg Restricted Interchangeability

    Hi all,
    I like to know about restricted interchangeabillity. Instead of Mat A, I want to  use/Issue/Receipt Material B. But not vice versa.
    I maintained the Interchangeability of parts in PICO1.
    Im able to create Purchase Order with Material A,
    One of my finished product hve Multilevel BOM, which contains Material A as one component. I created a Production Order. I dont hve stock of Material A n I hve sufficent stock of B. I like to issue the material B in MB1A tcode against Production order. If I go to MB1A with ref to Production order system showing deficit stock of Mat A.
    Can any one tel how to issue the Restricted Interchangeability parts ?
    regards
    Durga Ram
    [email protected]

    Hi,
    Thanks for your reply. I maintained restricted interchangeability in P1C01.
    Can let me know the entire procedure, and configuration steps along with Tcodes ?
    I like to get your gmail account so the I can interact with u on gtalk.
    Hope u understand my requirement. I like to use Material B instead of Material A, but not vice versa i.e. restricted interchangeability.
    regards
    Durga
    [email protected]

  • Reg Timesheet Display restriction

    Hi
    I want to restrict users to see only their Timesheet not others How to Handle this issue In our case They are using PersonnelNo and i want whenever user enters CAT2 by default PersonnelNo should come there should not be an alternative selection for this in Timesheet initial screen As i am new to SAP any one help me to solve this problem
    Regards

    Hi Karthik,
    the select-option should be refreshed in AT SELECTION-SCREEN OUTPUT. event then it will remove the color.
    try like this.
    DATA: l_v_flag TYPE flag VALUE 'X'.
    SELECT-OPTIONS: so_order FOR aufk-auart.
    AT SELECTION-SCREEN OUTPUT.
       IF l_v_flag IS INITIAL.
         REFRESH: so_order[].
       ENDIF.
      START-OF-SELECTION.
    ** Validate if so_order should be refreshed if yes clear the flag. and then in AT SELECTION-SCREEN OUTPUT the select option will be refreshed.
       clear l_v_flag.

  • Reg: SAP Adobe form size restrictions

    Hi Geeks,
               Could anybody explain me about the memory restriction in sap adobe offline forms. Presently the form size is around 670kb with 3 pages. There is plan to expand this to 26 pages with 670kb * 8 .Will there be any performance issue in this case?
    Regards,
    Sivakaran.K.C

    Hi Kumar,
    For sure your form would be @ 5 MB and it would be a performance issue.
    Since the entire file has to be processed between ECC & ADS systems you can see the processing time and its hectic.
    but I have a doubt, your 3 pages file is @ 670KB..? is it any complex one...?
    Well there is a bug in ADLC 8.2.X version where it keeps on adding  <?templateDesigner StyleID aped3?> this tag redundantly every time you edit the form, especially when you copy paste elements with in the form. check if there is something like this in your form just in case.
    The solution for this bug is Manually delete all the entries leave one for occurance. (alternatively if you search in adobe forms you can find a parser which deletes these redundant entries.)
    Then upgared to latest ADLC or have respective patch.
    Cheers,
    Sai.

  • Performance Appraisal Column Access restriction - Reg

    Hi All,
    I have a client that has an extremely extensive approval process in the "Planning", "Review" and "Process" statuses. I therefore need to configure substatuses for each function.
    The problem is, the "Column Access" tab only allows you to configure access per Status, and I need to do it per Sub Status as well.
    The reason for this is that while the document is for instance in "Planning", an appraisee needs to set objectives in one substatus, and only approve it in another substatus. The appraisee is not allowed to still change his / her own objectives in the "Approval" sub status. The configuration options does not allow for this functionality.
    Is there any suggestions on how to overcome this obstacle? (Any BAdI or something?)
    Thanks
    Venkat.

    Hello Venkat,
    I have the same issue as yours. Could you please tell me how did you solve your requirement? Did you implement a client instance of the badi HRHAP00_COL_ACCESS?
    I'll appreciate your help.
    Ana.

  • How to restrict the decimal entry on dynamic table in adf 11 .6

    Hi All,
      JDev version 11.6
      I have a usecase based on dynamic VO. How to restrict the decimal numbers on table columns . When user enter the decimal number .I have to show error message.
      In order to achieve above requirement .I have added value change listener on table column .its not working as expected
    <af:table rows="#{bindings.EmployeeDynamicVO.rangeSize}"
                      fetchSize="#{bindings.EmployeeDynamicVO.rangeSize}"
                      emptyText="#{bindings.EmployeeDynamicVO.viewable ? 'No data to display.' : 'Access Denied.'}"
                      var="row" rowBandingInterval="0"
                      value="#{bindings.EmployeeDynamicVO.collectionModel}"
                      selectedRowKeys="#{bindings.EmployeeDynamicVO.collectionModel.selectedRow}"
                      selectionListener="#{bindings.EmployeeDynamicVO.collectionModel.makeCurrent}"
                      rowSelection="single" id="t1"
                      styleClass="AFStretchWidth" autoHeightRows="-1"
                      columnStretching="last" contentDelivery="immediate" >
              <af:forEach items="#{bindings.EmployeeDynamicVO.attributeDefs}"
                          var="def">
                <af:column headerText="#{bindings.EmployeeDynamicVO.labels[def.name]}"
                           sortProperty="#{def.name}" id="c1">
                  <af:inputText value="#{row[def.name]}" id="ot1"
                                valueChangeListener="#{backingBeanScope.EmployeeBean.validateINputs}"
                                autoSubmit="true">
                    </af:inputText>
                  <af:outputText value="#{row[def.name]}" id="ot6"
                                 visible="#{def.name eq 'Dummy'}"/>
                </af:column>
              </af:forEach>
            </af:table>
    So appriciate if any alternatives on above usecase. Thanks in advance

    HI
    Expected :as soon as user enter the decimal values in table column , it should throw the error message in new small new window
    Getting the value change listener and validating , but its working only tab out (Because VO is dynamic )
    please suggest us any reg expression and Validators to achieve the above scenario ?

  • Outlook 2013 XLS Attachments cannot be opened in Excel 2013 due to Trusted Center restrictions with Outlook Secure Temp Folder

    Dear all,
    I'm having some serious issues with Office 2013's Trusted Center settings. In Outlook 2013 XLS Attachments cannot be directly opened in Excel 2013 with double-clicking due to Trusted Center restrictions for Excel 2013 regarding Outlook's Secure Temp Folder.
    I tried to adjust the corresponding Office 2013 Administrative Template within my GPOs but to no prevail.
    I did find out that Outlook 2013 places an attachment within the Outlook Secure Temp Folder located at "C:\Users\a.ollischer\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\PPIU10RW” before passing it to Excel 2013 in order to
    open it. It fails due to not trusting this location though I added the corresponding path to my Trusted Locations.
    What can I do in order to make this work without having to tediously save each and every attachment to "My Documents" prior to opening it? Any help would be greatly appreciated.
    Alex
    Alexander Ollischer Diplom-Wirtschaftsinformatiker (FH) Citrix & Microsoft Certified Engineer (CCEA, CCEE, MCSA, MCSE, MCDBA, MCTS) Afontis IT+Services GmbH Baierbrunner Straße 15 81379 München Deutschland Telefon (089) 74 34 55-0 Fax (089) 74 34 55-55
    mailto:[email protected] http://www.afontis.de http://www.itganzeinfach.de Amtsgericht München, HRB 109 005 Geschäftsführer: Thomas Klimmer

    Hi Maurice 7785,
    Deal and customize attachment security behavior to access such kind of blocked file format. Usually, Outlook does not allow users to open such unsafe type of attachments. It means they are blocked them by default, so you need to unblock such items using REG
    values.
    Take more help from the similar thread:
    http://social.technet.microsoft.com/Forums/en-US/53563c4b-d27f-4866-a5a8-95eb1ad1a3e6/hide-attachements?forum=outlook
    Note: Improve community discussions by marking the answers helpful otherwise respond back for further help.
    Thanks
    Clark Kent

  • Restriction of purchase order with valution type

    Dear,
    I want to restrict the valution type with the document type of purchase order type,
    Can i do it?
    E.g
    My valution type is Fg-dom,
    I want to use this valution type in stock transfer order ,
    Restrict in other doc.type

    Hi ,
    Valuation type is defined for material.In  standard setting we can't restrict a purticular val.type to a PO document type.
    A material with a valuation type, can be used for any purchasing document type.
    For the better understanding of users You can define  a PO document type with ZDOM for domestic.
    And advise them to use that document type for the material procurement with valuation type Fg-dom.
    Let me know you are ok with this.
    reg.
    Mariappan

  • How to restrict  sale offices under company code

    Hi guru's
    I want to see all the sales offices under the company code, like comapny code br11 and sales office is br01, if i select comapny( user entry) it will display all the invetory information then in the filter if i slect saleas office it should display all the sales offices(br01,br02...)  which r under( br11).
    del
    ( assign points if helpful)

    Hi,
    I think you are in Bex queries.
    In Query Designer you can restrict Company code with Sale soffices.
    Just try it.
    Place the onject in Filters and right click and select restict.
    Hope this helsp...
    Let us know status.....if you still any issues.
    Reg
    Pra

  • Process to restrict an employee to change personal information in ESS

    Hi,
    As per the requirement, in ESS, Personal information should be in Display mode but here employee can change his personal information like Bank details [IT0009], Family details [IT0022], Address [IT0006] etc.
    So please guide to restrict an employee to change personal information in ESS.
    Thanks,
    Abay

    Hi,
    Thanks for the update.
    Do you have any document on the same?
    Thanks,
    Abay

  • Restrict Partner functions to a particular category

    Hi Folks,
    We are planning to use the standard partner function  SB - stock partner in our document. This is entered manually by the users.
    we want to make sure the users only enter the BP that are defined as Sold-to party for this partner function.
    For the SB partner function I have defined as the sold to -party in the function category .
    We are getting the error message only one partner function of function category Sold-to is assigned.
    can you please let me know how can we achieve the desired functionality.
    Thanks in Adavnce

    Hi,
    You will have three possibilities.
    1. In Release Strategy set release indicator as 1.
    Caution : Once this indicator is set you / anyone  cannot change the PO forever.
    I suggest you not to change release Indicator bcoz sometimes u need to change Po. you will get difficulty then.
    2. You can restrict / Block Users to ME22N Tcode by contcting basis guy..
    3. You can use Version Management.
    Plz assign points if its helpful answer.
    Reg,
    Ashok

Maybe you are looking for

  • Blackberry Desktop on Dell Venue Pro 8 Tablet Questions

    I have read that it is possible to use Blackberry Desktop with Windows 8 & 8.1.  And I have read that Blackberry Desktop works with any version of Outlook other than 2013.   I have been told by Microsoft that I can install any version of Outlook olde

  • How do I find out if the pressed key is printable?

    I have made a game and now I'm working on a hiscore table for it. But with my function the program doesn't know if the pressed key is printable or if it's shift, ctrl or something like that. And I made it possible to enter maximum 40 letters as name,

  • How to create directories with same name in different schemas

    I have two schemas on the same database. I am trying to create directories with same name, but different paths in both the schemas. When i created the directories in second schema, the directory paths of the first schema are automatically changed to

  • First Column in Movies List

    Just curious. In the movie list, what is the small circle, first column, before checkmark column?

  • Satellite P300 and Windows 7 Beta..

    Hey guys.. I updated the horrible Vista that my P300 came with to the new Windows 7 beta.. Most of the features are working correctly. Here are the problems i ran into. *HDMI* - it does work, but i lose audio via HDMI if i pause a video. If i'm on yo