Restricting User-Defined Layout in CV04N

Hi All
A user having cv04n authorization can change the layout and save as User-Specific Layout. We may be giving various information via CHARS / Values and users add those to layouts and see
Now a User who do not have Authorization to a Document type , say FIN (for Finance) , can get the details in the CHARS and Values of FIN Document Type using cv04n, by modifying the standard layout.
Any Authorization to control user not to change layouts in cv04n...?
I have found one Authorization S_ALV_LAYO which restricts to make Global layout, but it allows to make User Defined layouts..
Any solutions to restrict User not to modify default layout in cv04n?? Or in way can we restrict User not to add CHAR s into search layouts?
Regards
Aby

Hi Aby,
We can restrict the user from viewing the documents based on document type and authorization group. This can be achieved by implementing BADI  "DOCUMENT_SEARCH01" and interface "CHANGE_SEARCH_ORDER". Inside this we can do an authority check on each document (DOKAR), using standard authorization object for document type C_DRAW_TCD. And similarly authorization group (BEGRU) can be checked using auth obj C_DRAW_BGR can be checked.
The authority check can be done in following way,
LOOP AT EACH DOC.
    AUTHORITY-CHECK OBJECT 'C_DRAW_TCD'
         ID 'DOKAR' FIELD LV_DOKAR                              " LV_DOKAR is doc no.
         ID 'ACTVT' FIELD '03'.                                           " 03 is display mode
Similarly check for auth grp.
Hope this will help you. If you need any more inputs let me know.

Similar Messages

  • Addition of New Column name "Qty" in user defined layout for CJR2

    Hi Friends,
    I am going thorugh variurs posts but could not a fetch correct answer. If that was available and missed, sorry about that.
    My requirement is, wanted to have new user defined layout which would be copied from 1-701 (CJR2). The layout should have new column which would be named as "Qty".
    Note that I tried to change name after pulling new fileds from left side to right hand side but these fields are grayed out in change layout.
    What is the work around solution to have new column and tthis wouold be named as "Qty". Let me ask one question is it possible to add new fields name to standard layout like 1-702 other than what it has been delivered by SAP????.
    Looking forward to hear from and thanks for your efforts.
    Regards,
    Sudhakar

    Have you tried MENU > Edit > Columns > Append additional fields?
    I think you can not choose any other characteristics other than SAP has provided which is mentioned in SAP Help.
    Regards,
    Mahendra

  • One data model - different user-defined layouts

    I want to develop a report where the user can change
    the layout model herself/himself, but can not change the
    data model.
    The best would be:
    Generating a XML-File with Report Runtime and
    having an XSL-Stylesheet example report for the
    XML-File.
    The user should get an "easy to use" tool to
    change the given xsl-stylesheet report example (perhaps
    possible with MS(C) Word ?)
    Has anyone experiences or ideas?
    [email protected]

    I suggest you make a standard report and let you user make use of runtime customize feature to alter report layout properties. In this case you can not change the layout completely but can do some customization for each user with the same report.
    Thanks
    Rohit

  • Restricting User defined Field  for certain user

    Hi experts
    I have a field name U_JobNumber at header level of Item Master Data. Can we make visible for certain user ?
    Is this possible .
    Thank you in advance
    Bishal

    Hi Bishal,
    There is a standard feature in SBO that allows you to enable and set the visibility of UDFs. This works on a user/company level. To do this, log in as the user, open the Item Master form and make sure that the UDF tabs is showing then choose Tools-Customisation Tools--Settings from the top menu. You'll then see a separate window that allows you to set the visibility or any UDFs on this form.
    I don't think this feature is currently exposed via the DI API or UI API so you'd need to set these manually.
    Kind Regards,
    Owen

  • User Defined fields in F.12

    Hi Gurus,
    I want to add Material and region for the user defined fields in report F.12
    Kindly suggets me how to add user defined fields in report F.12.
    Thanks in advance.
    Regards,
    Abhinandan

    I am in SAP FI/CO.
    I want define the fields called user defined in the report F.12.
    This you can find in the defination of user defined layout for the report.
    I want to add some more fields for user defined fields in the layout.
    Thanks for your interest in my query.
    Regards,
    Abhinanda,

  • User defined libary for objects

    Hi,
    We use Acrobat Designer 7.0 to build our documents.
    I just tried to set up a shared objects library on our network, so
    everyone uses the same objects to design a document.
    Why does the library not show the objects I dropped there?
    In the german version you can define a place for this library on the
    network but a xml-file is needed. I tried to edit the local library xml-file an copied it in the directory but
    the library register does not show the objects that I drop there.
    I hope someone can help because the german support is a disaster!
    Greetings
    A.Wimmer

    Hello,
    Thank you for your suggestions so far, the variant which is changing is the layout of the report, the users can select different options on the selection screen e.g. co code etc. but wants the layout to be defaulted as always the same when the report is run and the variant for the layout of the report is selected because the users has created an own defined layout.
    WE have already simulated the problem by copying the user and their profile in our sandbox and saving a layout ourselves but so far have been unable to re - create the isue where the columns in the report layout are changed even though the user as not changed their own user defined layout. Any more suggestions would be welcome

  • User defined currencys

    hi friends,
    cant we get user defined currency symbols. i like to put 'Kshs' as my currency sysmbol.
    if any body have any ideas plese.
    thanks in aadvance

    Hello,
    Thank you for your suggestions so far, the variant which is changing is the layout of the report, the users can select different options on the selection screen e.g. co code etc. but wants the layout to be defaulted as always the same when the report is run and the variant for the layout of the report is selected because the users has created an own defined layout.
    WE have already simulated the problem by copying the user and their profile in our sandbox and saving a layout ourselves but so far have been unable to re - create the isue where the columns in the report layout are changed even though the user as not changed their own user defined layout. Any more suggestions would be welcome

  • User defined fields in Crystal layout

    Hi All,
    I want to add user defined field values in crystal  layout for Sales order, but its not listed in RDR1 tables there but it's available in SAP query manager view. How can i get that in Crystal reports. please suggest on this.
    Regards
    Sree

    You can then remove the key and the fields in the database will keep their correct definitions rather than varchar(max) which is causing the initial problems.
    Adding extra keys may uause performance issues if you leave them there for a large table.
    I have also had issues of varchar(max) fields causing database connection issues when running the reports in 8.81 PL07.
    Rob

  • How to restrict users to not default layout while creating a user specific?

    Hi all,
               I have a problem with frequent changes in report layout setting. When users trying to create a user specific layout in the window "Default" is set, out of "User specific" & "default" checkbox defaultly, so users saving the layouts. so it's overwritting on existing layout. we are ossing the old data. how to restrict end users to create new one with out changing the existing one.How to change that default check in "Default" check box to user specific defaultly. where i have to do settings for this. Thanks in advance.
    Pradeesh

    Hi ,
    My problem is still not resolved. I tried applying the people picker property and set a specific field(an email id field) to be available to only admins. Now the field is not visible to the normal users but only admins which is good but that email field
    should be able to take normal users as wel as admin's email ID. currently due to the people picker property it only takes admin's ID and not normal user's ID - which is not as per expectation.
    What this email ID field does is - when a normal user is logged in he/she wont see this field in that view. But when an admin logs in he/she can switch to admin view and see this field . The admin can put any user's ID in this field and pull out the required
    resource's Time Report for modification.
    Please let me know how do i overcome my problem. Detailed step description will be very helpfull .
    As per Cameron's suggestion (add a rule on the "additional admin section") , i am not sure how exactly that is done. Would help a lot if i got to know how this works.
    Regards,
    Guru

  • User-Defined Planning Layouts  - Translations

    Hi Experts,
    Custom Planning layouts have been created.
    I need to translate the form from English to Danish.
    This has to be done in the Development system then moved to Quality and Production.
    This is how I proceeded with the task:
    IMG Path: Project System  Costs  Planned Costs  Manual Cost Planning in WBS  Detailed Planning  Create User-Defined Planning Layouts for Detailed Planning.
    Select Change PS Planning Cost Element/Activity Input Layouts.
    Select Layout ZMY_LAYOUT  Planning Layout  Translate Form.
    Specify Source Lanaguage : EN, Target Language: DA --> Clcik on Translate Button.
    There is a prompt for including the request in a Transport Request. If clicked yes it asks for a workbench Request.
    I specified the workbench request number.
    Select Form --> Object List
    Select the line with form name, Source Text --> Click on Translate.
    Enter the translation -> Save and exit
    However, when I check my request in SE10, it has no objects???
    If I repeat the process, and select Transport form, it asks me for a customizing Request.
    How can I move  my transations from D to Q.
    Regards,
    Reema Shahbazkar.

    Hi,
    No it is NOT a unicode system.
    Regards,
    Reema

  • DMS :Select Range for User defined fields in Classification Tab in CV04N

    Dear All,
    We have added User Define Fields Date field in Classification Tab in CV04N Transaction But it has single search (parameter) where we need to have Date range selection (Like Select Option) for the documents.
    I request you to suggest me some solution whether it is possible to achieve with any standard configuration as it is very critical to the Business .
    I would appreciate for your quick response and support.
    Thanks in Advance,
    Regards,
    Vishal.

    Dear Ravindra,
    Actually My requirement is when we enter the exact date in the input field its giving the documents submitted on that date.But when i give date range its not displaying the any documents where the document submited in between those two dates.
    Ex: I have submitted the document ( in CV01N ) for the approval on 10.05.2010(this is the same field in classification).
    In the CV04N transaction ,classification tab if I enter date as 10.05.2010 its giving the document submitted on that date.but if I enter the two dates 01.05.2010 and 20.05.2010 where document is been created B/W the input dates.
    Please suggest how to fulfill my business requirement ,I also request to check any configuration for the user defined fields can solve this problem instead of selecting single value when it can select the range of values.
    Thanks for your earlier reply.
    Regards,
    Vishal.

  • User defined Query in Print Layout

    Is it possible to print output of a user defined query in a Print Layout. For example: in Quotation
    Kentish

    Thanks for your input.
    But its not related to Query Print Layout. I wanted to print a query result in a Sales Quotation so that when you print the Sales Quotation, you get the result of the Query on the Sales Quotation
    Thanks
    Kentish

  • ACS 3.2.2 : user access restriction on define AAA client

    Is it possible to restrict some users, who use remote connection, to be only authenticated on selected device ?
    For exemple, I want authenticate users defined for WireLess Lan only on ours AP and i don't want that this users can be authenticated on our CVPN.

    Hello,
    Yes, this is possible with NAR (Network Access Retriction). I am assuming you are using ACS Windows, if so, here is a good white paper on this. For configuration help, please refer to user guide. But, this link will get you started.
    http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_white_paper09186a00801a8fd0.shtml
    Thanks,
    Mynul

  • Print Layout to User Defined Table

    Hello guyz..
    I want a make preprinted for my user query from user defined table where the header information is from another query.
    I guess, the base template User Report (system) can only show the repetitve data from one query but the header area is not,
    could you help, showing the header information from another query ??
    Thanks Regards

    Ria
    The word is that you cannot use the PLD with user defined tables (i wish it was possible).  So in any case to do that you have to use third party tools such as Crystal Reports and Reporting Services

  • Adding user defined field in print layout design of Bill of matrial Report

    I want to add "Drawing No" which is user defined field in Bill of Material report need immediate help .

    Hi,
    If you add the UDF in BOM-Title then the UDF will be in OITT table.
    If you add the UDF in BOM-Rows then the UDF will be in ITT1 table.
    You will find BOM-Title or BOM-Rows in Production Module (ie., in User Defined Fields --> Manage User Fields)
    In PLD, You can print the UDF if you search in the above said tables.
    Raja.S

Maybe you are looking for