P_ABAP not skipping the authorization check

Hi All,
I would require your assistance on the following issue at earliest.
HR key users are executing the HR standard reports by using the t-code S_PH0_48000509 Adhoc query and also with t-code SQ01. when they executing the reports, system has been checking their authorizations while executing the report and this execution time of report taking longer and also throwing a ABAP DUMP.
Hence, I gone through some blogs and also sap help about the auth object P_ABAP, as stated in the help I have provide an access to the user
with option 2 under
P_ABAP (HR: Reporting) - Authorizations for Human Resources - SAP Library
HR InfoSets for InfoSet Query (SAP Library - InfoSet Query)
But system still checking the authorization against the user in both foreground and background for above t-codes. Please assist on the same
Thanking you,
Kotesh

Hi,
The P_ABAP object works with programs, in the transaction you mention, the program getting the final result is not the same as the one behing the transaction for the AdHoc query... The programs for the queries are generated because the user has to make selection for input and output.
So from there you cannot use this simplifcation object. But if the users starts already saved queries (and not infoset), then you could find and use that specific report.
I tried and traced myself:
AUTH       
P_ABAP
RC=0  REPID=!QZZ/SAPQUERY/H0MUYLAE08141045;COARS=2;type=TR;name=S_PH0_48000509;
AUTH       
P_ABAP
RC=0  REPID=SAPDBPNP;COARS=2;type=TR;name=S_PH0_48000509;
The name of the report is generated and always starts with something like AQZZ* or !QZZ*
But this is because they work from the Infoset.
If you start from the SQ01 and the queries:
AUTH       
P_ABAP
RC=0  REPID=AQZZ/SAPQUERY/H0CM_02========= ;COARS=2;type=TR;name=SQ01;
AUTH       
P_ABAP
RC=0  REPID=SAPDBPNP;COARS=2;type=TR;name=SQ01;
There the name of the query is fixed because the structure of the selection, the fileds  are already defined and fixed. You only choose the values to be processed.
The name is no more generic but always the same AQZZ/SAPQUERY/H0CM_02 for:
AQZZ  this is for a query from infoset /SAPQUERY/H0 on query CM_02
The second line on the trace, is very dangerous to use because this would skip all HR controls in PNP programs, meaning almost all HR programs... So I do not recommand that option.
Best regards,
Jonathan

Similar Messages

  • How to turn off the authorization checks for a object in infoproviders?

    Hi - how can I turn off the authorization check for an object (ex: 0orgunit) in infoproviders?
    I have 0orgunit as an authorization-relevant object and is used in one of the cubes. When reports are run for this cube, this is causing authorization issues. The object is present in other cubes also but I have to remove or turn off the authorization check of this cube alone. How to do this? Please help.
    Thanks,
    Raj.

    Hi Raj,
    Srinivas, is right , however in BI7 the correct transaction is RSECADMIN and not RSADMIN.
    In BW3.5, use RSSM transaction to do thins.
    OR
    Go to transaction RSECAUTH ---> Choose  the authorization object that has been created for org unit(and has been assigned to the user). Go to change mode. Remove the cube from the dimension 0TCAIPROV
    If you are using old authorization concept in 3.5 or in 7.0
    Go to RSSM. In the checks for infoprovider, enter your infoprovider name. Choose change.Here you will see a checkbox to switch off the authorization.
    Hope this helps you,
    Best regards,
    Sunmit.

  • Regarding skip the availability check in BAPI_PO_CREATE1

    Hi Abapers,
         Can you suggest any enhancement, to skip the availability check in function module BAPI_PO_CREATE1?
    (My requirement is, availability check should not be triggered, because delivery has been completed already).
    Regards
    Subash
    Edited by: subash Arthanari on Dec 2, 2008 10:56 AM

    u can pass field  Delivery Completed" Indicator
    structure BAPIMEPOITEM
    field   NO_MORE_GR
    like:-
    wa_item-material = p_matnr.
    wa_item-plant = '3200'.
    wa_item-quantity = 100.
    wa_item-conf_ctrl = 'Z01'.
    wa_item-ACKN_REQD = 'X'.
    WA_ITEM-ERS = ''.
    wa_item-NO_MORE_GR= 'X'.
    APPEND wa_item TO it_item.
    wa_itemx-po_item = p_int.
    wa_itemx-material = c_x.
    wa_itemx-plant = c_x .
    wa_itemx-stge_loc = c_x .
    wa_itemx-quantity = c_x .
    wa_itemx-item_cat = c_x .
    wa_itemx-acctasscat = c_x .
    wa_itemx-conf_ctrl = 'X'.
    wa_itemx-ACKN_REQD = 'X'.
    WA_ITEMX-ERS = 'X'.
    wa_itemx-NO_MORE_GR= 'X'.
    APPEND wa_itemx TO it_itemx.

  • How to specify when the authorization check is to be performed

    How to specify when the authorization check is to be performed declratiely for
    any webapplication.
    There is Direction object argument as part isAccessAllowed method of AccessDecesion
    class which can have either of the three values i.e. POST, PRE, & ONCE. Ijust
    wana know how can we declaratively set this direction value for any Web Resource
    in weblogic server 8.1 security
    -Subhash

    "Subhash Chopra" <[email protected]> wrote in message
    news:3e9c5805$[email protected]..
    >
    How to specify when the authorization check is to be performed declratielyfor
    any webapplication.
    There is Direction object argument as part isAccessAllowed method ofAccessDecesion
    class which can have either of the three values i.e. POST, PRE, & ONCE.Ijust
    wana know how can we declaratively set this direction value for any WebResource
    in weblogic server 8.1 security
    The containers always call the isAccessAllowed method with no direction so
    Once is passed
    to the providers. There is no way to set the direction that the containers
    use.
    -Subhash

  • [TECHNOTE ANNOUNCE]  Error installing Flash Player "The download did not pass the integrity check (16236.304.443)

    All,
    I've published a new technote for folks who are having trouble with the Adobe Download Manager and Flash Player.
    Error installing Flash Player "The download did not pass the integrity check (16236.304.443)
    http://kb2.adobe.com/cps/512/cpsid_51258.html
    Essentially this technote links to the Windows troubleshooting technote here:
    http://www.adobe.com/go/tn_19166
    However, before today the Windows troubleshooting technote only had an EXE install for the ActiveX version of Flash Player 10.  I have now added a link to download the EXE version of the Flash Player Plugin installer as well.
    Please point other users with integrity check errors to the first technote.

    Thank you for the update & Tech Note Announcement. I do have a couple of questions, if you could please respond.
    After uninstalling and ready to download; reading from the link you provided on 9/4/09, Should we follow the normal download instructions
    per #2. "Flash  Player download Center" and if a successful installation is not accomplished, THEN, go to "download and unzip install_Flash_Player_10_Plugin (all other windows browsers) ? Or should the latter step be done in lieu of #2 mentioned. I am assuming the download from F.P. D.L. Center would be done first and then troubleshoot by running the EXE. version of the F.P. Plugin installer.
    Experience has taught me not to assume much, and if you don't know, ask!
    Thanks for your hard work, but you have to admit, for the technically deprived, it is frustrating and confusing.

  • HT1848 i can not find the authorize computer to allow my files to transfer to the library please help

    i can not find the authorize computer to allow my files to transfer to the library

    Authorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.

  • HT201251 I can not cancel the authorization authorized to itunes devices The program asks me to contact support   What to do graduate as I can not back up any of my own computer Please attention thanks

    I can not cancel the authorization authorized to itunes devices
    The program asks me to contact support
    What to do graduate as I can not back up any of my own computer
    Please attention thanks
    MAHMOUD
    <Personal Information Removed by Host>

    If you haven't already done so then you will need to do as the message tells you and contact iTunes Support (these are user-to-user forums) :
    - go to http://www.apple.com/support/itunes/ww
    - click on your country's flag
    - click on the Contact Support at the bottom of the left-hand column
    - click on Contact iTunes Store Support on the right-hand side of the page

  • An internal error occurred during the authorization check.

    Hi,
    Need help,
    While deleting chain in order to create Meta chain.I am getting this Error message.
    Thanks

    Hi,
    I am creating a meta chain.When i am trying to add local chain in it.Through general services tab >> start process.A dialog box appears asking me to delete one of the chain and the other one will act as both.When i am clicking yes then i am getting this msg.
    An internal error occurred during the authorization check.
    Edited by: Niraj Sharma on Aug 12, 2009 11:19 AM

  • Could not contact the agent. check wheather the url connected to the agent.

    i am having the problem with the error message " could not contact the agent. check wheather the url connected to the agent is null". This error occurs while login with credentials, and because of this i cant open the em page, please help me to solve this problem

    Hi,
    Can you please confirm the following:
    1. Are you trying to login to Grid Control, when you are getting this error?
    2. If yes, what was the version of Grid Control?
    3. Provide the output of commands:
    ./emctl status oms -details
    ./emctl status agent
    Best Regards,
    Venkat

  • HT1420 Is there another method to authorize my computer? I do not find the "authorize this computer" link under the Store menu.

    Is there another link to authorized my computer?  I do not find the "Authorize This Computer" link under the "Store" menu.

    You clicked the word Store at the top of your computer screen?
    Authorize is there.

  • TS1277 hello, I am trying to add get my computer authorized for my itunes account, but the store is not showing the "authorize your computer" tab...

    hello, I am trying to add get my computer authorized for my itunes account, but the store is not showing the "authorize your computer" tab...

    never mind... found it after finding someone else's answer to the same questtion.  I liked the Alt S information, that was the greatest help.  I was looking in the wrong place.  That must be a common occurance.

  • How do I authorize my computer? I can not find the "Authorize This Computer" option anywhere.

    PLEASE READ ALL EMAIL. ANYONE THAT CAN HELP WOULD BE GREATLY APPRECIATED. As you read through the emails, you will see that "C" the customer service person responds the same way. All the emails are from the same thread.  I would reply to his email, he would, I guess, copy and paste an answer, and the response is the same. He never pays attention to the previous emails. HELP PLEASE!!!
    This is very frustrating to me. If you read back through your emails, you state the SAME INFO 4 times. If you would read my email AND see thescreen shots attached you would see. Why do you continuously state the same info..(SEE RED HIGHLIGHTS BELOW).I NEED HELP ASAP TO GET THIS TAKEN CARE OF...Do you have any other info EXCEPT for what is listed below??????
    IT DOES NOT GIVE THE OPTION TO AUTHORIZE COMPUTER!
    I HAVE NOT CHANGED ACCOUNT NAME
    IT DOES NOT REPEATEDLY ASK TO AUTHORIZE COMPUTER BECAUSE IT DOES NOT GIVE THE OPTION TO START WITH.
    I TRIED EVERYTHING AT http://support. apple.com/kb/TS1389, 3 TIMES NOW. (ATHORIZING PURCHASES, HAVE THE CORRECT NAME, REMOVING THE SC INFO FOLDER).
    I NEED HELP! IS THERE A PHONE # I CAN CALL??? CAN THIS BE FORWARDED TO YOUR SUPERVISOR SINCE YOU ARE UNABLE TO HELP?
    From: iTunes Store <[email protected]>
    To:
    Sent: Sunday, January 13, 2013 5:00 PM
    Subject: Re: EL : (en_US) Connecting & Downloading; Follow-up:
    Dear
    Thank you for replying. It's C from iTunes Customer Support.
    Addressing your concern is really important for me. I will do my best to answer your question.
    S, if your computer is not currently authorized to play your account's purchases, when you try to play an iTunes Store purchase, the authorization dialog will appear. You will see the name of the account that purchased the item. If you've changed your account name, replace the old account name with the new name, then enter your password and click Authorize. This authorizes your computer to play the account's purchases.
    If you are repeatedly asked to authorize your computer to play your purchases, you may find this article helpful:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    If you still cannot authorize your computer, please include a screen shot of any error received, as well as any additional details about the error itself.
    Thank you for contacting the iTunes Store.
    Have a great day!
    Sincerely,
    C
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    I work Friday to Tuesday, 10:00 AM to 07:00 PM CST.
    Thank you for allowing me the opportunity to assist you.
    I do not get an error, I do not even get the authorization dialog. I have sent 2 screen shots, they are attached.
    When I try to play an iTunes store purchase, a bubble pops up and states that this computer is not authorized. It does not pop up account name or password. I have also completed everything stated in the http://support.apple.com/kb/TS1389  link.
    This is very frustrating.
    S
    From: iTunes Store <[email protected]>
    To:
    Sent: Friday, January 11, 2013 3:22 PM
    Subject: Re: EL : (en_US) Connecting & Downloading; Follow-up:
    Dear S,
    Thank you for replying. It's C from iTunes Customer Support.
    I understand that you have been unable to play some of your iTunes Store purchases. Addressing your concern is really important for me. I will do my best to answer your question.
    S, if your computer is not currently authorized to play your account's purchases, when you try to play an iTunes Store purchase, the authorization dialog will appear. You will see the name of the account that purchased the item. If you've changed your account name, replace the old account name with the new name, then enter your password and click Authorize. This authorizes your computer to play the account's purchases.
    If you are repeatedly asked to authorize your computer to play your purchases, you may find this article helpful:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    If you still cannot authorize your computer, please include a screen shot of any error received, as well as any additional details about the error itself.
    Thank you for contacting the iTunes Store.
    Have a great day!
    Sincerely,
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    I work Friday to Tuesday, 10:00 AM to 07:00 PM CST.
    Thank you for allowing me the opportunity to assist you.
    Please see the attached document.  I am unable to authorize computer.
    S
    From: iTunes Store <[email protected]>
    To:
    Sent: Saturday,
    January 5, 2013 5:36 AM
    Subject: Re: EL : (en_US) Connecting & Downloading; Follow-up:
    Dear S,
    Thank you for replying. It's C from iTunes Customer Support.
    S, I understand that you have been unable to play some of your iTunes Store purchases, and I'll be happy to help you with this.
    If your computer is not currently authorized to play your account's purchases, when you try to play an iTunes Store purchase, the authorization dialog will appear. You will see the name of the account that purchased the item. If you've changed your account name, replace the old account name with the new name, then enter your password and click Authorize. This authorizes your computer to play the account's purchases.
    If you are repeatedly asked to authorize your computer to play your purchases, you may find this article helpful:
    iTunes repeatedly prompts to authorize computer to play iTunes
    Store purchases
    http://support.apple.com/kb/TS1389
    If you still cannot authorize your computer, please
    include a screen shot of any error received, as well as any additional details about the error itself.
    Thank you for contacting the iTunes Store.
    Have a great day!
    Sincerely,
    C
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    I work from Tuesday-Saturday, 8.30 AM to 5.30 PM CST.
    Thank you for allowing me the opportunity to assist you.
    I try to play an iTunes store purchase, but it just gives the box that is shown in page 2. How can I authorize my computer?
    From: iTunes Store <[email protected]>
    To:
    Sent: Friday, January 4, 2013 1:47 AM
    Subject: Re: EL : (en_US) Connecting & Downloading;
    Follow-up:
    Dear S,
    Welcome to iTunes Store Customer Support. My name is C.
    I understand that you were unable to authorized your computer. I know how eager you must be to have this issue sorted out. I will be happy to resolve this concern today.
    S, if your computer is not currently authorized to play your account's purchases, when you try to play an iTunes Store purchase, the authorization dialog will appear. You will see the name of the account that purchased the item. If you've changed your account name, replace the old account name with the new name, then
    enter your password and click Authorize. This
    authorizes your computer to play the account's purchases.
    If you are repeatedly asked to authorize your computer to play your purchases, you may find this article helpful:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    If you still cannot authorize your computer, please include a screen shot of any error received, as well as any additional details about the error itself.
    Thank you for contacting the iTunes Store.
    Have a great day!
    Sincerely,
    C
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    I work from Tuesday-Saturday, 8.30 AM to 5.30 PM CST.
    Thank you for allowing me the opportunity to assist you.
    Details:
    I am trying to authorize my new computer. I do not see AUTHORIZE MY COMPUTER anywhere. I see COMPUTER AUTHORIZATIONS, but not an option to authorize.

    There's a couple of ways to get through to the authorisation controls in the 11.0.x versions.
    The control is still in the Store menu, but first (if you're using iTunes versions 11.0.x) you might need to bring up the menu bar to see the Store menu.
    If you're using 11.0.x, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Then you'll find the control in the Store menu:
    Alternatively, if you don't want to bring up the menu bar, it's still possible to get into the authorise controls via nested menus accessible from the wee boxy icon. Here's a screenshot of where to find them:

  • HT5622 how can I skip the visa check or billing information step to use my apple ID, because I don't have a visa card?

    Dear All,
    I just bought the new Ipad mini, and I have a problem when I'm signing in on my apple id I just made,
    1) when I sign in it logs in but a pop window appear with this message: this apple id not yet used on apple store, then it give me 2 options cancel or review,
    I click on review it take me to a page for the agreement and conditions, I agree with it, it takes me to another page with the name of billing information which contins visa card or payment method verification that I can't skip because I don't have a visa card.
    could anyone tell me what to do?

    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • HT1420 I am trying to authorize my 2nd computer and can not find the authorize control

    I am tring to authorize my computer for i tunes and cannot fine the authorize button

    It's done via the Store drop-down menu at the top of the iTunes screen :

  • ATD check in TLB does not consider the SNP checking horizon

    Hello
    I would like to know which BADI or Exit is available to change the available to deploy check logic when the TLB is run.
    I would like to take into account the SNP checking horizon.
    Thanks
    Virginie

    Hello Virginie,
    I know this post is very old but I chanced upon this thread in SCN and am
    interested in your solution to add a Macro in a specific planning view tor a specific location to force ATR to 999999 and ATI to 0.  Would you be kind enough to tell me the steps to do this?
    Will this require me to create 2 new key figures with a Fixed value (example ATRF with a fixed value of 99999 and ATIF with a fixed value of 0) and then in the planning view, create a macro and set ATR key figure = ATRF key figure and ATI Key Figure = ATIF key figure?
    Can I just go to the specific planning view and fixed the value of ATR there to 99999 and ATI to 0 without having to create new key figures or macro?
    Again, will appreciate if you can provide me the step by step of how to achieve this.
    Thank you in advance!
    J

Maybe you are looking for