How to get standard authorizations  saritha reddy

Hello Basis Gurus.
iam using one month trail version of crm 5.0.
my client is 100. i entered password wrong then the login failed. then i entered thru 066 and 000 clients. but its not allowing me to copy any standards. its says u r not authorized . i entered thru 066 client and created a new Id thru su01. but the same problem its not allowing me to copy any standards .
Pls tell me how to log on to 100 client or how to get standard authorizations.
pls give me u r valuable solution to me problem
Many Thanks
saritha
[email protected]

Hi
See the doc related to Authorization concept and do accordingly
In general different users will be given different authorizations based on their role in the orgn.
We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
USe SUIM and SU21 T codes for this.
Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
This means you have to allocate an authorization object in the definition of the transaction.
For example:
program an AUTHORITY-CHECK.
AUTHORITY-CHECK OBJECT <authorization object>
ID <authority field 1> FIELD <field value 1>.
ID <authority field 2> FIELD <field value 2>.
ID <authority-field n> FIELD <field value n>.
The OBJECT parameter specifies the authorization object.
The ID parameter specifies an authorization field (in the authorization object).
The FIELD parameter specifies a value for the authorization field.
The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
You program the authorization check using the ABAP statement AUTHORITY-CHECK.
AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
ID 'ACTVT' FIELD '02'
ID 'CUSTTYPE' FIELD 'B'.
IF SY-SUBRC <> 0.
MESSAGE E...
ENDIF.
'S_TRVL_BKS' is a auth. object
ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
This Authorization concept is somewhat linked with BASIS people.
As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
Take the help of the basis Guy and create and use.
<b>Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • How to get my authorization code

    I had my serial number and activation number,but how to get my authorization code

    Hi robinyang,
    Please contact Adobe Support using the following link: http://helpx.adobe.com/contact.html?product=acrobat&topic=serial-number-issues-or-activati ng-my-product
    Then click on the option, 'I still need help'.
    Regards,
    Florence

  • How to get standard program ,script,smartforms all from sap

    hi friends
    how to get standard program ,script,smartforms all from sap.
    thanks&regards
    Babasish

    Hi,
    reports:
    goto se38
    all programs not starting with y or z will be sap std programs only
    same for se71 scripts
    samse for smartforms
    but the use of those will be known when you see the documentation
    for each programme
    for std programs there will be documentation available so that you can understand
    why they have developed that object
    thanks & regards,
    Venkatesh

  • How to get standard Windows (7) title bars in Visual Studio 2013 Express?

    With the "title bar" background color changing when active vs inactive like all my other Windows.
    Using Win 7 in "Windows Classic" theme.

    Hi sponge_bob_128,
    >>How to get standard Windows (7) title bars in Visual Studio 2013 Express?
    Based on your issue, could you please tell me more detailed message about your issue.
    For example:
    (1)What did you would like to do in the Visual Studio 2013 Express?
    (2) If you want to develop a program like the "title bar" background color changing when active vs inactive from the VS2013 Express.
    Generally, I know that when we set the theme as "Windows Classic" theme on the Windows 7 and then start two VS windows, it will show an active VS window like the following screen shot.
    To further help you solve this issue, please tell me more detailed message for me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to get standard view or table for the standard inforsource

    Hi all:
          According to business reqirement, we are going to use standard inforsource 0CO_OM_CCA_10,
    we need to know the standard view or table in order to corresponding DataSource?
    could you please tell me how to get  the standard view or table or DataSource?
    Couldn't thank you more!

    Hi Sony,
    Goto RSA1>BI content installation>goto objects>double click on the Infosource>then a pop-up comes search for that infosource-->select it and click on transfer
    Before that in the right side of the tab select the grouping as "Before and afterwards of the dataflow" and collection as automatic.
    then you get all the datasource/cubes and all the object related to the infosource.
    OR another option is-->
    Goto RSA6 in the R/3 and search for the datasource with the name "0CO_OM_CCA_10" (don't forget to expand all the tree structure in RSA6)
    then goto that datasource and double click on the datasource then you will get the Extract structure of that datasource.
    double click on the extract structure then you may get the View name also.
    hope this helps...
    Regards,
    Ravi Kanth

  • How to get standard oracle API or Interface package in oracle apps

    Hi guys,
    Need ur help........plz tell me how to find the standard oracle API or other package on server. Actually I need standard Interface package of Requisition Import program API plz give me exact path to finding standard API or interface pkg.......ASAP and also give the interface pkg name of Requisition Import in purchasing.
    it's urgent plz do needful...........................................
    Thanks,
    abh...................
    Edited by: 811373 on Jun 4, 2011 12:54 AM

    I want to find all API related to PO Requisition special Requisition Import conc. program API ...plz tell how can get it.
    Actually I want to design custom interface on the basis of standard Requisition Import api so, plz give me sql script for find those api.From iREP website, navigate to the PO module and check the list of APIs.
    Or, you could enable trace/debug for the concurrent program and generate the TKPROF and this will show you the API used by this program.
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Another option is to open the report using reports builder and check the code.
    Thanks,
    Hussein

  • How to get standard settings for instant messaging...

    I'm using nokia 3120 classic. It have IMs but i can't chat Yahoo. Please guide me for details to getting standard settings internet. Thanks so much!

    how can i get INSTANT MESSAGING SETTING.

  • How to use Standard Authorization Object 'M_MATE_WRK'  in SE38?

    Hi all,
    We have developed one program which calculates the commercial price of the material   
      and update the same in the material master.
    Now we want to implement authorization checks at Plant Level.
    For this purpose I am Using 'M_MATE_WRK' which is standard authorization object.
    But in my Program when I am checking for it, its giving the sy-subrc value as 0.
    This indicates that either it is successful or the object is not active for this particular  program. In my case I know that its the second case only.
    So now somewhere i need to 'Check' this object for this particular Program.
    I have checked SU22 , SU24 but couldn't figure out where should i do the respective  setting.
    I am working on ECC 6.0
    Please help me on this.
    Bare with me if i am asking a silly question.

    Hello All,
    The Problem is resolved now.
    Actually it was the first case only.
    When i created the new user id and checked i realized that its working fine and there was
    some mistake while checking previously.
    Anyways thanks for ur reply.

  • New keyboard, function keys have changed, how to get standard functions back?

    Hi, I recently just bought a new keyboard with numerics and when i hook it up, all my function keys are different. F12 now shows me the date and time/calculator. F11 scoots my open boxes do the side.
    how do i get it back to the standard functions? ie, F1-F2 controling brightness, F10,11 and 12 controling sound.

    Is this a new Apple wired keyboard? Perhaps model MB110LL/B?
    Apple Keyboard with Numeric Keypad - English (USA) - Apple Store (U.S.)
    If so -

  • How to get all authorization objects for a certain authorization profile

    Hi ABAP experts,
    I have the following problem: for a certain authorization profile of a role (created with transaction PFCG) I would like to get all contained authorization objects: e.g. for the contained object PLOG I would like to know/read all corresponding parameter values.
    So:
    - where are these values stored (dictionary table)?
    - is there already a FM or a report to read all authoriation values for a certain authorization profile?
    Thanks in advance.
    Best regards,
    Oliver

    Hi,
    check the following it might useful for you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    if helpful reward points are appreciated

  • How to get "Standard" commands Guid and Id in .Vsct file

    Hi,
    Please have a screen shot -
    I want to know the guid & id of above commands (sub menus) like Standard, Debug, Debug Location, customize etc. 
    I found guid & id for customize submenu from below line is - 
    <UsedCommand Condition="!Defined(No_CustomizeToolbarsCommand)" guid="guidVSStd97" id="cmdidCustomizeToolbars"/>
    But I want Guid and Id for "Standard" sub menu ?
    Please help.

    Hi,
    I have removed "Build" & "Customize.." sub menus as follows - 
    private readonly List<string> cmdList = new List<string> { "Build", "&Customize..." };
     try
                    CommandBar comBar = CommandBars["View"];
                    CommandBarControls mBar = comBar.Controls;
                    List<string> itemtodelete = new List<string>();
                    foreach (CommandBarControl commandBarControl in mBar)
                        string caption = commandBarControl.Caption;
                        if(caption == "&Toolbars")
                            CommandBarPopup childcontrol = commandBarControl as CommandBarPopup;
                            List<string> childList = new List<string>();
                            foreach (CommandBarControl windowChildControl in childcontrol.Controls)
                                string childname = windowChildControl.Caption;
                                if (cmdList.Contains(childname))
                                    childList.Add(childname);
                            foreach (string command in childList)
                                childcontrol.Controls[command].Delete();
                    foreach (string command in itemtodelete)
                        comBar.Controls[command].Delete();
    Basically "Toolbars" sub menu has 2 child i.e. "Build " & "Customize.." but it shows "Debug", "Debug Location" etc. I don't know when it comes and how to keep only "Standard" menu to see only
    "Standard Toolbar".
    But currently above line executes nothing under " View->Toolbars". I want to show only "View->Toolbars->Standard" option. 
    Please advice. Thanks

  • How to get standard size viewable across different monitor sizes?

    How can I get the same view size with media buttons on the bottom ie like full screen across the different size monitors?
    im creating a captivate demo.
    however the target is
    large monitors 21 inch
    and different laptop models and screen
    size.
    I would like the output in as SWF - html.
    Ive been playing around with the settings and these are my results:
    Setting:Record and Capture area ‘Full Screen’
    the result:
    looks great on the 21 inch monitor.
    the same .html file on the laptop
    the result is:
    cuts off the recording on the bottom the screen. so you have to use the scroll bars to see the full screen
    if I Rescale the Project
    from
    width percentage:100
    Height percentage:100
    to:
    width percentage:70
    Height percentage:70
    the result is:
    loss of quality on both laptop screen & desktop screen.
    If I publish as a Media .exe.
    The result is a very large .exe file size  compared to a html file
    Any ideas?
    thank you
    dd

    The rule of thumb I always use it to capture the original screen recordings at the same resolution as the lowest resolution device I expect to view the demo.  So if you are doing your screen capture from a 21inch screen but expect people to play it back on 14 inch laptops, find out what resolution the 14 inch laptops are operating at, temporarily change the resolution of the device connected to the 21 inch screen to match the resolution of the 14 inch laptops - record all your screen captures - then change the resolution back to normal on the 21 inch display only after you have finished recording. You then shouldn't have to mess around with rescaling and it should look great on everything!  Work at the lowest common denominator.
    (apologies in advance if I misunderstood what you were asking)

  • How to get standard workflows related to the class .

    Hi all,
    I want to search for the workflows related the class CL_UKM_EVENT_MANAGER  (method HANDLE_USAGE_OVER_100) .
    I tried in workflow explorer  .
    Please suggest me the way to search the workflow .
    Regards,
    Naval bhatt

    run transaction SWUS, then input help for field "Workflow", then click on tab "Object Type and Method", then select "ABAP Class" instead of "BOR Object Type". You can also search upon a class method.
    That's it!
    Tiberiu

  • Anyone know how to get the Authorization Code for Photoshop 7?

    I reinstalled it on a new computer and there's no phone support but also no ability to activate it online, keeps saying the activation system is unavailable. Thanks in advance!

    Yes, you can install it, you have to copy the folder from the old computer and save it to the new computer and then the CD will install. I've tried 3x's to contact Adobe support through Chat here and their chat feature does not work. I'm assuming they just want you to buy their subscriptions online like Microsoft did with Office 365 and then they leave you hanging.

  • How to get attribute value from standard page ?

    Hi,
    How to get attribute value from standard page ?
    String str = (String)vo.getCurrentRow().getAttrbute("RunId");
    But this value is returning a null value ....
    Can anyone help me to get this attribute value which is actually having a actual value .

    getCurrentRow() would always return null if no setCurrentRow() is used.
    Please check the page design and understand how many rows of VO are there. You can also use the following to get the row:
    vo.reset();
    vo.next();
    Regards
    Sumit

Maybe you are looking for