Maximum number of field values for an Authorization object

Hello Experts,
What is the maximum number of field values can be put into the role, Is there any restriction for number of values in any authorization field?
I have put 326 values for field OBJTYPE in authorization object S_DEVELOP but not able to generate the role it is showing error.
I know I can split the values in two or more instance but wanted to know if there any other way out for this (without creating more instances)
Thanks
DK

If the values for OBJTYPE are not uniquely the same, then the system will not merge them - so nothing will be lost.
Here is another trick for you: Choose one of the transactions in the role (or create a "symbolic" one for it") where you want to have the OBJTYPE proposed automatically from. Now maintain one or two of them in SU24 and then download it to your PC. Now from the F4 value range of the OBJTYPE, add all of those values you want via copy&paste into the file and then upload into SU24 again. A read old / merge new in PFCG will then swing all the values in for you.
Single values are always better, as you do not know what else is hidden in the range or might be added in future. It is however common to see FROM / TO ranging around values such as DEBUG and FUGR although all aspects of S_DEVELOP are dangerous - even in display mode.
Cheers,
Julius

Similar Messages

  • How to get the values for the Authorization Object Fields....

    Hi Everyone,
    I'm pretty new to the SAP Security and have been working on the Basis sides...I created a new role in PFCG and added a few transactions (ME13) and clicked on the Authorizations tab. In there, the authorization tree is in yellow and red. After providing the Org Values, only the yellow lights remain (apart from the green one ofcourse). Now how do we get the values for the different auth obj fields that are in yellow... say for example
    Conditions                                                   COND
    Maintain Condition: Auth. for Use/Appl./Cond.Type/Table      V_KOND_VEA
    Activity                       03                                                                        ACTVT
    Application                                                                                KAPPL
    Condition table                                                                                KOTABNR
    Condition Type                                                                                KSCHL
    Usage of the condition table                                                                 KVEWE
    Here the values for V_KOND_VEA fields e.g. KAPPL, KOTABNR etc are missing.
    My question is how do we get these values in regard to the requirement provided by the client...is it the functional guys who provide these values or else how is a security person supposed to know it...
    All the help in this regard is sincerely appreciated along with the awarding of points...

    Hey thanks Alex and Catastrophe for the quick response...
    I'll be sitting with the functional team and reviewing the roles created.
    Thanks for all the help once more
    Regards,
    Akash.

  • Can we give more than one value for an Authorization field in Auth-Check.

    Hi all,
    Can we give more than one value for an Authorization field in Auth-Check.
    Ex: AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD <Value 1> <Value 2> <Value 3>.
    IF SY-SUBRC 0.
    MESSAGE E...
    ENDIF.
    If yes, please help me with exact syntax.
    Think it will be like
    ID 'CUSTTYPE' FIELD: <Value 1>, <Value 2>, <Value 3>.

    Hi,
    yes we can give more than one field.
    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.
    please reward points, if it is useful.
    satish.

  • Maximum number of "Single values" accepted in "Multiple Selection"

    Hello gurus. I wonder if you could help me with this.
    You know how in transactions like the Data Browser (SE16), you want to look up records in a table, for example MARA.
    If you want to list only individual values, then you can press the yellow arrow to the right of the fields, and this opens the "Multiple Selection" window. In it you can add single values, ranges, etc.
    My question is, what is the maximum number of single values that you can put in here?
    For example, sometimes if I put like 5000 lines, instead of getting a result I get an ABAP runtime error that reads:
    Runtime errors         DBIF_RSQL_INVALID_RSQL
    Exception              CX_SY_OPEN_SQL_DB    
    "Error in the module RSQL accesing the database interface".
    But if I put around 1500 or less, then I don't have that problem. It lists the results just fine.
    How do I know what the maximum number of lines these functions allow?

    Hi
    Yes even I had the same experience and based on my several tests I dont put more than 2000 valeues.
    Please advice if you have any question.
    Thanks

  • Maximum number of filter values in BEx web

    Hi
    Is it possible to change the maximum number of filter values displayed when running a query?
    Example: When the user runs a query and has to put in a material number, he pushes the button which shows him the possible values for input. The number of values displayed per page is 14 and the maximum number of pages is 72. The maximum number of values is 1000. If the user tries to search, he only searches amongst the 1000 possible values. Is it possible to change the number of possible values shown to unlimited?
    We use NW04s BI SP09.
    Kind regards
    Erik

    Hi Experts
    I have the same problem , the maximum number of hits si set to 200 , ant the variable contains over 300 values , it is a variable based on  a time charactersitic , and the values appear in ascending order , i mean the first 01.1900 , and the last value 03.2012 . i wonder if there is a way to change the order of sort  to descending order . I mean the  first value 03.2012 and the last one 01.1900 . I attach the image .
    Thanks for your help.

  • FML Field Table - maximum number of fields?

    Hello,
    in our Tuxedo-environment we are using the "FML Field Table" (text file) to define fields and FLDIDs to access and manipulate fields in a fielded buffer.
    My questions are:
    o is there a maximum number of fields one can define in the field table?
    o is it ok that this file grows very big if every application-relevant field is to be put into this table? (in our company we have services up to 80 fields...)
    o is it better practice to define universal FML fields (such as CHAR_01, CHAR_02, NUMBER_01...) to avoid that every service-field has its own field-defínition?
    Thank you for your help!

    Hi,
    1. FML/FML32 really have a maximum number.
    # For FML: between 1 and 8191, inclusive
    # For FML32: between 1 and 33,554,431, inclusive
    But you should pay attention that some fields are reserved by Tuxedo, you can get the reference at http://edocs.bea.com/tuxedo/tux100/fml/fml04.html
    2. It depends on how you use FML routines. Some routines, such as Fldid which map the name to the numeric identifier, sure it needs a little cpu cycle for the searching if you defined hundreds thousands of fields. But for most APIs, such as add/change/update/delete, the API only requires the numeric C macro definition, so there is no performance issue. A number of 80 fields is adequate absolutely. You should not worry about that in a very long future.
    3. From my personal point of view, I think it is a good habit to define the fields universally in Tuxedo applications. You will feel more administration benefit if you want to extend Tuxedo to Java by JOLT, to web services by SALT etc.
    Regards,
    Wayne

  • Maximum Number of Fields Reached

    I read on one of the forums that there is no hard number to maximum number of fields. However, I received this message: "You have reached the limit on the number of items allowed in a FormsCentral form. You may delete or modify existing items."
    Why is this?
    I have subscribed to Basic pack.
    Thanks.

    Thanks Josh,
    Splitting forms does not help my cause. It is a governement form which requires a lot of information in it. If the information can not be filled in one form, I am affraid that this product is not suitable for our organisation. Is there a way that I can seek a refund?
    Thanks.

  • Maximum number of dialog processes for sending data

    Hello All,
    How to change the Maximum number of dialog processes for sending data from default value ?
    I see this infopackage->Scheduler->Settings for Sending Data--
    >Maximum size of a data packet  as 3 .....Can we increase this setting  to 5 for faster extraction?
    if yes,,,please let me know how & where we can change this...
    Thanks,

    Hi,
    in the source system table:table ROIDOCPRMS
    change these:
    MAXSIZE
    MAXPROCS
    STATFRQU
    thnks.

  • Maximum number of fields on form?

    What is the maximum number of fields that can put be put on a FormsCentral form that can that responses can be collected for?

    Josh_Corey wrote:
    Hi abhvor;
    We used to recommend keeping forms under 200 fields but did not enforce a limit, we now do have a limit at 500 fields.
    Thanks,
    Josh
    Hey Josh_Corey,
    Is there any way to have more that 500?? Like by disabling something or asking a certain person at Adobe??
    Thanks,
    Gary

  • Set maximum number of responses allowed for a form

    Would it be possible to set a maximum number of responses allowed for each form? Say, if more than 1000 responses are received, the form will be closed automatically and no more new submission can be made.
    Thanks in advance

    Hi,
    FormsCentral doesn't support this functionality. Currently 50, 500, 5000 limits are set for free, basic and plus accounts, you cannot set a different limit for individual forms.
    Thanks,
    Wenlan

  • BEx Analyzer Drop Down Maximum Number of Dislayed Values

    Is it possible to adjust the maximum of 100 (Properties of DropDown>Selection>Maximum Number of Displayed Values)?  I have searched the API and i could not find that setting in there.  Is there a hardcoded global setting that can be changed? 
    Thanks in Advance

    Hi Jon,
    If you are using 7.0 version. Place dropdown in workbook and click to get properties. On Selection Tab you will get maximum number of displayed values. Select the number.
    Regards,
    Kams

  • Maximum number of Apple id for this equipment

    I have aproblem to setting icloud in my Macbook, I use a Apple Id, but I receive a nessage:
    Maximum number of Apple id for this equipment

    with the insanity of apple adding on an add'l apple id every time you use a different email to buy an iTunes item, it's pretty easy to hit the limit of items.
    this morning i had ELEVEN accounts in my itunes library. Tonight i have FOUR.
    i used an applescript i downloaded from doug's applescripts:http://dougscripts.com/449
    his vesion will group all purchases into playlists such as Doug's Purchased Items, but had a bug where it uses the 'real name' not the 'account' so would say "Joe Smith's Purchased Items" vs [email protected] That said it will help immensely.
    I re-wrote the script to find the ACCOUNT name and group them and also put into the 'composer' tag so i could convert old outdated email apple ids from AAC protected to MP3, now i have FOUR apple IDs.
    (to convert from AAC to mp3 you need to burn to a CD and re-import; you can import as AAC or mp3; i prefer mp3 so i can burn to an mp3 cd for the car).
    movies/apps/tv-shows all count.
    -awr

  • Maximum number of field in table?

    hi...
    What is the limit of maximum number of fields in oracle 9i table?
    Regards,
    S.Ashokkumar

    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_73a.htm#2095335
    "The absolute maximum number of columns in a table is 1000"
    Rgds.

  • HT4528 icloud says maximum number of free accounts for this iphone  how can i make it work?

    icloud says maximum number of free accounts for this iphone  how can i make it work?

    You have created too many accounts. There's no way to get around this.

  • You have reached the maximum number of PIN changes for this account"

    today i change my device to z10,when run BBW,it shows this message :
    You have reached the maximum number of PIN changes for this account.  Please visit http://www.blackberry.com/appworld/support for more information.
    how can I solve this problem?
    many thanks!

    BBID: **Removed**
    device:z10 stl-2
    pin:**Removed**
    thanks : )
    Edit: PIN, Email ID removed. At no time should you provide any personal information to any other community member. Please review the Community Guidelines and Terms and Conditions of Use. for further information

Maybe you are looking for

  • How to Insert a record into a MySql database.

    Hi, In an earlier question I was advised to use the Adobe extension to get access to database connectivity and server behaviours. That extension is now installed. Whether it is functional is another question. To chewck it out I follwed exactly the st

  • SD billing Accounting document Profit center not coming from billing doc

    Hi Expert,     I have stuck with the accounting doc entries. Issue is that accounting document should have     the same profit center as billing document. Actually i have created profit center for my each of     my divisions and want the same profit

  • Login Error SQL Plus in Oracle9i

    I installed completely Oracle9i on my system. I have to make databases, make forms and generate reports for my scool project. I cannot login to sql Plus using scott tiger . I think the problem is with HOST STRING. Can anyone help please. Thank you Sh

  • HT1146 How do I block sender and add to a blocked list in mail

    Does anyone know how I keep control of my emails by using a block sender list so that I dont recieve emails from the same people. It is very frustrating when trying to make a living and valuable time is wasted in deleting the same spam. I am using Ap

  • Business process management

    Greetings all Hello everybody ! Whats going on? Today i am going to tell you something most important thing about business process management. Its help to growing your business market. If you wish to know more i can suggest you a site. The site is le