Changing the AUTH OBJ in table

hi experts,
I am creating the Z* table, when i am creating the the AUTH obj under the table maintenance generator, it is coming as
S_TABU_DIS, but i want to change this AUTH obj to S_TABU_NAM.
looking forward for your valuable answers.

First read [Note 1516880 - Authorization check for generic table access (S_TABU_NAM)|https://service.sap.com/sap/support/notes/1516880]
The authorization concept for the generic table access using such standard transactions as SE16, SE17, SM30, SM31 or SM34 (or their "proxy" transactions) was previously only bound to the authorization object S_TABU_DIS.
With Note 1481950, the authorization concept
was enhanced with the authorization object S_TABU_NAM that checks the access at table name level:
           If a user does not have any S_TAB_DIS authorization for a certain table, the system also checks whether he has an S_TABU_NAM authorization. The access is permitted if the user has an S_TABU_NAM authorization...
Regards,
Raymond

Similar Messages

  • Change the DB_LOCATION of a Table in Mapping after Copying it

    Hello!
    Does anybody know how to change the property DB_LOCATION for table in a mapping after copying it to another modul withhin the same project with OMB PLUS.
    After copying the mapping all objects still points to the old objects in the repository. But this objects are now in the wrong module. I have the same repository objects also in the new module and i want to change the mapping operator to point to the objects in the new module.
    In the mapping editor you achieve this by reconciling the mapping object with the new object in the other module. How can i do this with OMB PLUS?
    Thanks in advance
    Alexander
    Edited by: user13336549 on 14.09.2010 07:40

    Hi Alexander
    After copying a table to a different module, edit the module to set the data location, configure the module to define the location and synchronize the mapping to use this table.
    In OMB to synchronize inbound and outbound use OMBSYNCHRONIZE command
    Inbound:
    OMBSYNCHRONIZE TABLE '$OMB_CURRENT_PROJECT/SALES/TABY' TO MAPPING 'M_W_PARAMS' OPERATOR 'TABY' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Outbound:
    OMBSYNCHRONIZE MAPPING 'M_W_PARAMS' OPERATOR 'TABX' TO TABLE '$OMB_CURRENT_PROJECT/SALES/TABX' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Cheers
    David

  • How to change the domain in zee table

    hi
    how to change the domain in zee table
    the domain is activated , i want to change the length.
    can anyone help me

    Go to SE11.
    Give the name of the z-table. Click change.
    double click on the data element name and over there again double click on the domain name. So you are in the domain.
    There change the length of the domain as per your requirement.

  • How can I change the OWNER of a table?

    How can I change the OWNER of a table entr2009mm ?
    Resp. the OWNER of all TABLES whose tablename match the pattern *2009* ?
    Peter

    Hello,
    There're different posiibilities, Export/Import can do it.
    But, if it's not a too large Table, you can use CTAS (from a user with DBA privilege for instance).
    Create Table <schema_target>.<table_name> as select * from <shema_source>.<table_name>;Then, you have to recreate the dependent objects (Index, ...) and drop the Source Table.
    If you have a set of Tables, it's better to use Export/Import.
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 9, 2010 8:20 PM

  • Error while trying to change the Column description in Table Control

    Hi,
    I have created a table control using the wizard in Module Pool.
    When i try to change the column description of the table control or adjust any other element which is already available on the screen and not in table control. It gives me an error
    Unable to transfer data. End Program?
    Any help would be appreciated.
    Thanks
    Sarves S V K

    Hi.,
    Check these  [Table Control Change Column Description|Add new columns in table control in custom screen program;
    and  [Add Columns in Table Control|Re: Table control columns]
    else  delete and create Table control Again..!!
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • Changing the column order in Table UI

    Hi I researched a lot and since my ALV didnt work Im back to Table ui . I implemented sorting and Export to Excel functionalities in table ui element just like in ALV. But now The client also wants to have the ability to change the order of columns of the table (like in ALV under settings link).
    Could someone just direct me to a proper tutorial or something where i can see the tutorial and make it please.
    Thanks.

    Ok.Just one thing. When we right click on the table on screen then it opens up a user settings where the user can adjust user-specific settings.
    Im just planning to do this. Ill give them this settings with a button on the top of the table. So basically even if i know that the user settings of the table can be opened by right clicking that .But it'll be great if I can put that action of opening up the user settings popup in a button onaction event and placing that button on top of the table.

  • How do I change the order of input tables in joiner?

    I have 3 input tables in a JOINER, how can I change the order? for instance, the order now is: t1, t2, t3, for some reason, I want to change to t3, t2,t1.
    I use outer join among tables, different table order cause OWB generated different sql statement.
    Please help! Thanks.

    Unfortunately you cannot... The only way is to remove one group, then create a new one instead and re-connect the group...
    JP

  • To change the width of a Table Column

    Hai Developers..................
    I have problem with the Table Column Width.
    When am on search state.
    The search results are showing in a table.
    At that time i want to change the width of the each column with respect to the column content.
    Like the jsp table.......
    Pls replay with example......
    Thanks.

    And that is why Swing related questions should be posted in the Swing forum so we don't spend time guessing what you are talking about.
    Darn, the [Table Column Adjuster|http://www.camick.com/java/blog.html?name=table-column-adjuster] didn't show up in that Google search.

  • Is it possible to change the data of Pivot Table?

    Hello,
    I want to develop an excel add-in in .net and want to show the data to user using "Pivot Table".
    Is there a way in which I can allow the user to change the cell values of the "Pivot Table" without changing the source data?
    Any guidance is highly appreciated.
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Hi Vinay,
    As far as I know, it's not possible. We can only change those Pivot Table cells that belong to Row Label or Column Label. But we can't change the Value cells. You'll get some errors like "Cannot change this part of a Pivot Table report".
    If you just want to display a report with some changes to the original Pivot Table report, I would recommend that you copy the data from the Pivot Table to another worksheet, then modify the values.
    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.

  • Changing the column postion in table control

    Hi All,
    In table control i want to change the columns postion according to users requirement.
    How to do that?
    Thanks for advance.
    Regards,
    krishna

    Hi,
      In the top right hand side of the table control..there will be button for variant..
      there you can create a variant..in the variant..you can move the columns around and save it as variant..then they can choose the variant..
    Thanks
    Naren

  • Permission to change the design of a table

    Hi,
      We are having Sql server 2008 in clustered environment. I logged in and tried to change the design of the table. I have
    the rights as a database owner for my login. But when I tried to change the design of the table in SSMS I got the following error-:
    Saving changes not permitted. The change you have made require the table to be dropped or recreated. You either
    made changes to a table that can't be recreated or enabled the option prevent saving changes that require table to
    be recreated.
    How to overcome the problem?

    You overcome the problem by staying out of the table designer. The reason that the roadblock is there is that the code that generates the table changes by creating a new instance of the table and copy data over has some very fundamental bugs and you should
    absolutely not use it. And least of all in a cluster, that is, in production! It's a toy tool, and Microsoft should have taken it out long ago. As just one example: the tool will only use ALTER TABLE in situations where it would work on SQL 6.5!
    So use SQL scripts to make your table changes. Preferably with ALTER TABLE. Writing scripts where you copy all data is doable, but it requires a good understanding of what can go wrong. Or a long maintenance window that permits you to restore a backup if
    things go south.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • How to change the colour of a table cell boder?

    I have just changed from Dreamweaver MX t CS5 and cannot find how to add a colour to the borders of a table and table cells.  In the old MX it was easy just selected the colour for border in properties but in CS5 this option is not availble.  Have tried formatting with CSS but this only colurs the outer boarder can anyone help?

    Not sure what you mean by a custom class would it be possible to give me an example?

  • Is there a function module or BAPI to change the field UVP03 in table VBUP

    When certain conditions are in place I need to change the value of VBUP-UVP03 (items reserve status 3) to a value of C).
    there must be a FM or bapi to do this - thanks.
    Scott

    We had to do this from a custom program that runs in a batch job.  It changes a field in VBAP using the BAPI_SALESORDER_CHANGE - that in turn will execute a user exit called userexit_set_status_vbup, that we added code to update the field vbup-uvp03.  it works.

  • How to change the colums of a table control scrollable?

    Hi Guys,
    I have one table control in my webdynpro component. Datais are filling to the table dynamically . Fields also may vary depending on the requirement.if some 20 or 30 fields are filling into my table in the run time, then i need to scroll the fields. Each field should be scrollable. Using which property of the table i can achieve this.??
    Can u people help me in this.
    Thanks
    Subin

    Hi
    Thanks for ur reply. Actually i am using this table control for search help. the same table control is using for the all search helps. if some 20 fields are there in th search result all the fields it is showing in my table control. eg. one costcentre field is there in my resultin table control. But it s showing only 'costcen' instead of 'costcentre.' It is not showin the resulting costcentre value also fully. for this i need to scroll the particular field alone for seeing the full value. This is my requirement.
    If i am  giving scrllable col count as 1 it is showing only one field. this is not wt i ws expecting.
    Please try to give me a solution.
    Thanks
    Subin

  • Is there an FM by which i can update Auth Obj for Tables/Reports

    Hi All,
    I need to update Authorization Objects for a few tables as well as few reports. I do not want to update it manually, So is there any FM which would allow me to access the attributes and update the Authorization Object?
    Thanks in Advance,
    Arun Prakash.

    Hi, can you elaborate a little? I am not sure I understand, but even if I don`t get the details I am afraid that you want to do something "dirty" that could in the worst case corrupt your database... It sounds dangerous at least.
    Otto

Maybe you are looking for