How to restrict transaction PE03 (HR: Features)  to display only mode?

We have a situation where a set of users need access to transaction PE03 to display HR Features. However they should not be changing any feature through it.
The only auth objects that are checked for this transaction seem to be s_tcode and p_tcode. As both this objects are checked during transaction start, there does not seem to be any check for display/change access.
Appreciate any inputs.....Thanks!

> I was wondering if we could find an appropriate user exit and put in some custom code for checking the display/change access of the user. However, I am yet to find an exit to do this.
Just had a quick glance at the program and couldn't find anything fast either... that could say more about my abap reading skills than the program structure
I suggest you have an abaper look at it to see if it's easier to build a read-only copy of PE03 or create a report that delivers the same information. To find out if any user exit is available you could also give the HR forum a go.
Jurjen

Similar Messages

  • How to restrict Intercompany Invoice getting generated for receive only trn

    Hi All,
    I have a businesss scenario, where there are two operating units (A and B) Intercompany shipping relationship is set between these two OU's
    Operating Unit: A and Inventory Org: ZZ
    Operating Unit: B and Inventory Org: DEF
    1. If I have Sales order from A and shipped from B OU Inv org(DEF Inv org) , IC AR and IC AP gets generated and also End customer Invoice in A OU gets create
    assume the above order was for 10 Qty shipment
    at Inventory Logical transactions will be created in ZZ Inv org for 10 Qty shipment
    now if the customer comes backs and says you have shipped 12 Qty and returns the 2 Qty, here we dont send any credit Invoice to customer so RMA Order line type is Receive only when you raise RMA order in OU A aganist DEF Inv org (OU B) and you receive the goods in DEF, system creates logical transactions in ZZ inv org which is in OU A and forcing to create IC AR and IC AP in both the OU's, how to restrict the same
    Ideally its extra shipment done from DEF ware house and they are receiving back
    Thanks in advance
    Regards
    Krishna

    Hi All,
    I have a businesss scenario, where there are two operating units (A and B) Intercompany shipping relationship is set between these two OU's
    Operating Unit: A and Inventory Org: ZZ
    Operating Unit: B and Inventory Org: DEF
    1. If I have Sales order from A and shipped from B OU Inv org(DEF Inv org) , IC AR and IC AP gets generated and also End customer Invoice in A OU gets create
    assume the above order was for 10 Qty shipment
    at Inventory Logical transactions will be created in ZZ Inv org for 10 Qty shipment
    now if the customer comes backs and says you have shipped 12 Qty and returns the 2 Qty, here we dont send any credit Invoice to customer so RMA Order line type is Receive only when you raise RMA order in OU A aganist DEF Inv org (OU B) and you receive the goods in DEF, system creates logical transactions in ZZ inv org which is in OU A and forcing to create IC AR and IC AP in both the OU's, how to restrict the same
    Ideally its extra shipment done from DEF ware house and they are receiving back
    Thanks in advance
    Regards
    Krishna

  • How to restrict the t code BBPMAININT with DISPLAY Mode in SRM?

    Hi experts,
    I want to restrict the T code BBPMAININT : Maintain Business Partner with DISPLAY mode in SRM system?
    Action Taken:1. I have restricted with "03 Activity"  of all check and maintainauthorization objects for this  tocde .
    2. I have performed the authorization trace also, there also I have not found any new objects.
    Here are list of auth object I have restricted:
    BBP_FUNCT
    BBP_PD_AUC
    BBP_PD_BID
    BBP_PD_CNF
    BBP_PD_CTR
    BBP_PD_INV
    BBP_PD_PCO
    BBP_PD_PO
    BBP_PD_QUO
    But I have not  clearly understand of the object : BBP_FUNCT.
    In this Object, I have maintained BE_F4_HELP value only.   And rest of the auth object I have restricted to 03 activity only.
    But still users are able to acess the CREATE and MANAGE buttons.
    So how Can I restrict the this T code in display mode?
    Please suggest me...
    Thanks in advance.
    Regards,
    Siva

    Siva,
    Does your users have any other tcodes assigned to them other than the one you needed to be resticted?
    As a trial, assign only your tcode to a user and run the trace.
    Let us know your findings.
    Regards,
    Brahmeshwar

  • How to restrict the EBS end users to run only two same reports at a time?

    Hi,
    We are using EBS 12.0.6 and database 10.2.0.3.
    Is it possible to restrict the end business users to run only two reports at a time?
    OR
    Is it possible to restrict the end business users to run only two same reports at a time?
    Thanks.

    Is it possible to restrict the end business users to run only two same reports at a time?It is not possible.
    You can either make the report "incompatible" to itself (this means only one user in your company can run it at a time)
    Or not make it incompatible. (That means any user can run it any number of times)
    Incompatibility is a way of specifying which requests cannot be run under which circumstances.
    See http://download.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/incomp.htm
    You can use Hussain's suggestion to use Concurrent: Active Request Limit profile. You can set this profile value at each user level. But if you decide to set it at global level, remember to keep it a higher value for sysadmin kind of users that run scheduled jobs.
    Hope this helps,
    Sandeep Gandhi

  • How to make products AVL in marketing planner display only?

    Hi,
    Does anybody know how to make products tab or more specifically produts table display only?
    I've tried using Define Field Selection for Campaigns in IMG, but that doesn't work for products table.
    Thanks,
    Michael

    FYI - I'm moving this message to the "CRM - General & Framework Forum" where technical questions such as these are more likely to get answered/searched.
    The Marketing forum is intended for marketing process-related queries.
    Warm Regards,
    Anik Roy
    Moderator

  • How to restrict transaction type in customized activity pop-up

    We have created a custom workcenter link for search enhancement of activities. We copied the work center link and are calling the same component as in std search but a different customized configuration with added and deleted fields in search criteria. This works fine. Now the requirement is to restrict the 'transaction types' available when we click on the 'new' button in the new custom activity search page. As this pop-up emanates from the std component, it can not be functionally configured (because that would restrict the 'transaction types' while creating new activity in std componnet) but should be technically handled. Please advise.

    Hi Amar,
    Solution here is to let the framework know who is caller ?
    That is, when pop up is opening, you have to put a code in this pop up view to understand who is invoking this pop up , Is it the search page of std. component configuration or is it the custom search page configuration ?
    So have a static attribute in some Z class, you can use your IMPL class also for that matter, Now whenever you know that its custom config i.e. in DO_CONFIG_DETERMINATION, read the role key( i assumed that you have a role key for your custom config)
    and if its custom role key, then set this static parameter say ZCUST_CONFIG = abap_true else abap_false (this is must to reset it using else as this is static attribute )
    Now, in your pop_up view, read this static attribute as XXXX_IMPL=>zcust_config , and if true, then you know that the pop up is invoking from custom config, so do the coding to remove the unwanted transaction types.
    and you are done !!
    Hope it helps you.
    Thanks & Regards,
    SUCHITA

  • How to Restrict transaction GR55

    Hi friends,
    I want to restrict generate option in transaction GR55 to  some users. only few groups needs to be able to generate the reports.I ran a trace and could not find any auth object which restricts the Generate option.Please help.
    Thanks,
    kumar.

    Juul Beckers,
    Thanks a lot for your reply. I am able to restrict user by S_Program and group: GRWT .I tested it wrongly before(my apologies). I appreciate your help. But this does not work for me because we have a common access role which has access to all auth groups from S_develop object. If I want to restrict program RGRGEN00 then I need to change from authorization group GRWT to other customized auth group.
    I opened SAP note and waiting for reply as to me program should check for object G_803J_GJB   and activity 01 and allow user to generate report groups which is not happening as expected. Please correct me if I  am wrong.
    Gowrinadh ,
    Thanks for your time. End users will not access to auth object S_CTS_ADMI

  • How to restrict transaction to run in Foreground?

    Hi,
    can i restrict a user to run one particular transaction in foreground?
    Regards
    Lijo joseph

    Here is a way that you can remove the "Execute in Background" option from the "program" menu of a report program. 
    report zrich_0002 .
    * Used to limit user commands on selection-screen
    include rsdbc1xx.
    * Selection Screen
    parameters: p_check type c.
    * Events
    at selection-screen output.
      append 'SJOB' to current_scr-excl.
    Regards,
    Rich Heilman

  • How to restrict a user group of SQ01 for only execution for some users

    Hi,
       I would like to know if it is possible to restrict the access to SQ01 transaction for some users. I would like that these users have only execution access to some queries associated with an user group.
       Do I have to associate the user group to the users I want to have access to it? How can I do it=
       Do I have to associate the queries created on SQ01 to the users? or it is enough to assign the users to the user group where the queries are defined?
       Do I have to associate the infosets created on SQ02 to the users? or it is enough to assign the users to the user group to which the infosets are associated?
       Thank you,
       Luz D.

    I suggest you do a web search on SQ01 and SQ02. That'll bring along SQ03 as well.
    There's so much information available on the web that there's no reason to repeat it here.
    [try google|http://www.google.com/search?hl=en&safe=off&q=SAPsq01sq02&meta=]
    Jurjen

  • How to restrict instance in swimlane to initiating User only?

    Hi,
    In my process, using BPM 11.1.1.6, there are two swimlanes. The first swimlane (SUBMITTER) allows a user to instantiate an instance, and after some service tasks, the user moves to the next human task, in the same lane. On submission, the instance moves to the second (APPROVER) swimlane. However, if the submitter has not yet submitted the second human task (say he just saves it) then ALL other SUBMITTERS in the same SUBMIITER lane, can see his data! Apparently, this is because the instance is given the SUBMITTER Role, and not assigned to the instantiating person.
    How can we restrict the instance to be assigned or restricted ONLY to the instantiating user (during its life in the SUBMITTER Lane), so that other submitters cannot see his instance?
    Any help is appreciated.
    Thanks!
    ps: We are instantiating the task via APIs, so we have flexibility to make an API call if we can know which API call will fix this. Thx.

    One thing you'd want to double check before continuing is to see how the predefined variable "creator" is set coming into the human task is set (not sure what this is set to when the API is used).
    Assuming the "creator" (or some other string variable) is set to your initiator's userid, here are the steps to assign this person to the task in a subsequent human task.
    1. Open the human task.
    2. Click the "Assignment" tab.
    3. Click the icon with the person in it -> click the "Edit" icon.
    4. In the dropdown, select "Names and Expressions" -> make sure that the "Value-based" radio button is selected -> click the + icon on the right -> under "Identification Type" select "User" -> under "Data Type" select "By Expression" -> under "Value" click the "..." button.
    5. Expand the "task" -> scroll down and select "task:creator" (or whatever string variable you have set to the userid of the person who created it in the API) -> click "Insert Into Expression" -> click "OK" -> "OK"
    Hope this helps,
    Dan

  • Matrix Reports - How to restrict no. of columns to be displayed in single page ?

    Hi all,
    This is a problem I have been facing since Reports 2.5.
    In a matrix, I can set a restriction on the number of rows to displayed by specifying Maximum no. of records per page on the repeating frame generating the rows.
    But the same solution on the repeating frame generating columns has a disastrous effect.
    Can any one tell me how to handle this ?
    Thanks in advance.
    Piyush
    null

    Hi
    Try the following link
    http://bipublisher.blogspot.com/2009/06/bi-publisher-conditionally-limiting.html
    Regards
    Debo

  • How to restrict outbound calls to some destinations nos. only??

    Hi,
    I am using cisco 3845 router as voice gateway and running voice serice over that using E1 which is connected to a EPBX.
    I am using only 3 dial-peers (2 for VoIP and other one is POTS). I have 20 sites with similar kind of setup and have 2 gatekeepers (primary-secondary) for their call routing.
    To make config simple I have used ".T" as destination pattern with session IP of Gatekeepers for dial-peer VoIP in each gateway.
    Now the demand of users of site "A" is that they don't want to talk site "B" and "D" because of their some security reasons.
    And since I am using gatekeeper and ".T" as destination-pattern I am not able to prevent site site A to call site B and D whose destination nos. are "89" and "950" respectively and I don't want to create 18 different voip dial-peers because with increase in sites in future we will have to update the nos. of dial-peers.
    Is there a any solution to that site A can call any site but B and D?
    Thanks
    Ashish

    Replied with link below even if this forum would be more appropriate.
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=Video%20over%20IP&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddf47d3

  • How to make computer run in closed clamshell (display closed) mode without having an external display

    i want to listen song closing my display how to do it any idea???????????

    You can run a MacBook Pro with its display closed with the aid of any of several third-party hacks that prevent sleep, InsomniaX being one. If you put your closed and still-running Mac into a padded sleeve, backpack or carrying case that prevents it from ventilating itself, it will overheat and cook itself and/or cause a fire. Therefore, I strongly recommend against using any of the anti-sleep hacks, and if you do so, you do it at your own risk.
    A MBP is not an iPod. If you want an iPod, get an iPod.

  • How do i create a multirecord Form for Display only.

    Hi,
    I am trying to create a multirecord form for display only.
    The form is based on one table only so when i try to create
    it using based on a Table or view i get the option of Tabular or
    custom.
    So if someone has faced or worked on a similar problem of creating
    multirecord form pls do reply.
    Thanks,
    Amit.

    Hi
    You can check this one. The previous link in turn points to this.
    Re: .NET application works OK on infrastructure, but has problems on midtie
    Thanks,
    Sharmila

  • How can i get the order form to display only those fields selected by user?

    Hi everyone,
    I'm a newbee so please bear with me.
    I would like to create an interactive form in a multi-page format. I would like to display our fifty odd products, divided into 5 different categories. The client browses through these pages then selects those that he wants to buy.
    The interactive order form at the end should display only the client’s choices along with the Total purchase order.
    In short, a little like a on-line catalogue and cart/basket that we see while buying online.
    Now, I've created my pdf brochure, and I have the order form on page 12-13 at the end with the subtotal, Vat and Total ...all that's fine. My only problem is I want the order form to display only those items selected by the user and not the entire list of items as shown in my current order form.
    Have a look at my pdf here http://www.upperside.fr/vijee/mpls09ex/EXHIBITOR%20SPECIAL%20ORDERS2010.pdf
    Can someone please help me/guide me to the right resources that I need to look up to achieve my end result.
    Thanks a lot in advance.
    Vijee

    The poster already posted at the Acrobat Users Community, Interactive Forms that sums up a client order from catalog. The sample form posted to Acrobat.com was a revision of the sample form that came with Acrobat 4.0. There are some fairly advance scripts, templates, and document level functions involved with this form.

Maybe you are looking for

  • How to sync iPhone with MBP connected via ethernet to PowerBook where iTunes and iPhoto content resides

    I just got the iPhone 5, but I am still using a PowerBook G4 machine that will not sync with my new iPhone.  I was wondering if I could 1) create a new user for myself on my brother's MBP 2) connect that MBP with my PowerBook via ethernet 3) have iTu

  • SAP Banking - Issue with Bank statement

    Hi We are using Banking Services from SAP 6.0. In Account management I am able to create the bank statement and can view in the Bank statement history that the bank statement has been created. However when I double click the bank statement I want to

  • Shipment costs

    Hi , I have two issues :- 1) The shipment cost have been calcultaed but it is not getting transferred. 2) In another case, the shipment cost is not getting calculated. The condition records are maitained. what cud be the reson for the above issues. r

  • Using Web Cache to Load balance Forms Server application.

    Hello, I apologize for cross posting this question in the Forms and Caching Services forum. But I thought my question will have a better chance. I have read that it's possible to use Oracle Web Cache as a software load balancer between multiple Appli

  • Tabular forms, referencing current row and using checkboxes

    I've searched through the whole forum and read over 50 threads on referencing other columns in a tabular form only to find this impossible. Many of these threads were outdated so I would like to ask it again. Can I use references between columns of t