ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
   
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  SAP Security
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What is the impact of changing the SU24 objects for a t-
code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
 Question Submitted By :: Gaurav.S
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 1
By using su24 we maintain the authorization objects that
needs to pulled or checked when adding in the menu of a
role.
when you change the Flag indicators to yes or No,the
corresponding authorization object will be Pulled in or
Pushed out of a role.
 
Is This Answer Correct ?    0 Yes 5 No
Guru
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 2
Thats not what i have asked Guru. I am aware of what is su24
used for. My question is different. You have told about
Proposal filed. I need for Check indicator field.
 
Is This Answer Correct ?    0 Yes 1 No
Gaurav S
 
 
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 3
Whenever user executes any t-code, the AUTHORITY-CHECK
statements in ABAP program or report checks authorization
objects against its values for that particular user. But
these authorization objects are left unchecked if the value
against them is set to "Do not check" under Check indicator
field in SU24,even if they are coded in program. So it is
this value that decides whether to check any authorization
object or not.
 
Is This Answer Correct ?    0 Yes 1 No
Ruchika
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 4
Thanks Ruchika, the above quoted answer is in scope of my
knowledge. But i am looking for the technical process which
skips the auth-check for an object which is marked Yes from
No in Auth Check column in su24.
 
Is This Answer Correct ?    0 Yes 0 No
Gaurav S
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 5
su24 displays the value of usobx_c and usobt_c of the tables. And whenever you change to yes to the particular object that will appear in the authorization maintainence screen and if no you will not be able to see the particular object in the authorization object. 
Is This Answer Correct ?    2 Yes 0 No
Sreedhar
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 6
Please could you read the question once again guys. I need
technical rreason how this change makes impace in
background process. Adding more to ur response, you have
told about proposal column, i want to know about check
indicator column, how it impacts the auth-check when we
change it from yes to no.
 
Is This Answer Correct ?    0 Yes 0 No
Gaurav S
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 7
N = Do not check; X = Always check; Y = Check + USOBT entry
The flag indicates how the system is to deal with the
authorization object (new mode) for an authorization check.


Value 'N' Authorization object is not checked when the
transaction is called.

Value 'Y' Authorization object is checked when the
transaction is called. The values for the fields of the
authorization object must also be maintained in table USOBT
for the profile generator.

Value 'X' Authorization object is checked, but the field
values are not specified in table USOBT for the profile
generator.

Value (SPACE) A valid flag ('N', 'X', or 'Y') has not yet
been assigned to the authorization object.
 
Is This Answer Correct ?    0 Yes 0 No
Mj
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 8
Hi Gaurav,

when ever the T-Code is assigned/added to role
it is going to pullout the authorization objects which are
maintained as Yes in SU24.

for your query if you set the value of the object from "No"
to "yes" then the object will be pulledout and you can
maintain the values in PFCG, when you add this T-Code to
any Role.

if you change the value of the object from "Yes" to "No"
the authorization objects will not be pulledout.

Hope This is da Answer you was Expecting!!!!
 
Is This Answer Correct ?    0 Yes 0 No
Vasu.g
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 9
No -> yes
changed auth. objects 'are now included in the affected
roles.if any field does not have a value in the role, then
authority check for the user will fail.
Yes -> No
changed auth. objects are now removed from the affected
roles. there will be no failure of authority check.
 
Is This Answer Correct ?    0 Yes 0 No
Sky Fly
 
  Re: What is the impact of changing the SU24 objects for a t- code Check ndicator from "No" to "Yes" and "Yes" to "No" ?
Answer
# 10
Question itself is wrong, proposal can be set to yes or no,
check indicator's value can be X, Y or N.
 
Is This Answer Correct ?    0 Yes 0 No
Asia
 

 
 
 
Other SAP Security Interview Questions
 
  Question Asked @ Answers
 
what is the significance of parameter id and user group? TCS1
Is it possible to have a request type by which we can change the validity period of a user? If possible, then what are the actions?  2
hou can i assign a same role to 200 users ? IBM4
how we Restrict the auth groups for table maintain, creating Auth group using SE54 to built new Auth groups to restrict tables via auth object S_TABU_DIS IBM1
Difference between S_tcode and Menu tab transactions? IBM4
how do we get list of users who are having mail-id’s in SU01 (Address tab)  3
Can anybody explain (short n simple) about SOX & SoDs with 3 examples for each functional module? n ur experience on SoDs. IBM2
hOW many users limit in su10 Hexaware1
What is the name of background job in FF that is responsible for sending notification and logs to FF id controller ? IBM2
HI FRIENDS, Can anybody tell me which is best institute in Hyderabad or bangalore for SAP GRC COURSE.How much duration and cost? Regards, sandy...@  4
This is in continuataion to the previous question. a user is assigned with tcode SA38.how to restrict him to execute only a few reports,say rsusr003.If you're going to modify the role(having sa38) assigned to the user,that will affect other users also because that role might be assigned to multiple users.I don' want that to happen.so what is the solution? iGate5
How we Assigning roles to users positions in HR, troubleshoot access issues IBM2
 
For more SAP Security Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com