FIELD WISE Access Permission????? Help me

Hi all,
<b> I want to specify the Field level of Access Permission for the SBO Users. </b>
For Example
i) I have one Screen named 'SALES ORDER AMENDMENT'
ii) Here i added four checkboxes for the CGM,HOD,Manager,Supervisor.
<b> If the Manager login into the Company he only access the Manager CheckBox.Like that all users.</b>
Please give Solution for FIELD WISE Access Permission .
Regards,
G.Suresh.

Hi Suresh,
You can do this in a couple of ways. Herewith two suggestions. I suggest you add a user-defined field to your user's window that will specify whether it's a CGM, HOD, Manager or supervisor or normal user. Then you can get the details of the logged in user when the add-on starts up using a query or the user object.
Firstly, when you custom form (sales order amendment) is loaded you can disable the check boxes that does not belong to that user.
Secondly, you can also check whenever these check boxes are checked (check on before action) what the permission for the user is and if he doesn't have access, set the BubbleEvent to false, this will mean that the user will not be able to change anything on the controls that is checked, unless he has access.
Hope it helps,
Adele

Similar Messages

  • The build directory of the test run either does not exist or access permission is required.

    i am trying to run automated tests
    i follow the steps in the web but when i have 2 issues that does not solve
    1. i created console project and add build definition without drop folder and queue builds that success.
    2. i created C# unit test and add build definition and run it from VS and it worked and done what i want to do.
    3. i built lab with 1 machine and define the controller on this pc ( the machine in the lab is another pc)
    4. i created test suite with test cases and from vs 2013 i associated automation nethod that i created in 2.
    5. when i try to associate the builds for the test plan i have a PROBLEM(1):
    this happened every new build that i try to assign - all the builds appears after refresh and when i press assign to plan button
    a pop up shown with error : " The build that you selected for this plan no longer exist " but he chose it in build in use but there no work item under it - the list is empty even that there are 2 tests under this test suite.
    and than when i try to run the automated tests i have this PROBLEM(2):
    The build directory of the test run either does not exist or access permission is required. and the test failed.
    Please Help
    Roey

    Hi Rory,
    Thank you for posting in MSDN forum.
    According to the error message:
    (1) a pop up shown with error : " The build that you selected for this plan no longer exist "
    I tried to create a build definition without the drop folder location for unit test solution from the VS IDE, and then I try to select the Build in use option to add the Available builds, then click this Assign to plan. I found that I get same error message
    with yours like the following screen shot.
    However, when we try to create a build definition with drop folder location for this same unit test solution and then build successfully in the VS IDE.
    After you add the Available builds and then click this Assign to plan in the MTM, it work fine.
    Therefore, I assume that the issue is related to that you did not specify a build directory for automated test case. MTM need to know where is the drop location of the build building your tests.
    http://stackoverflow.com/questions/20033217/couldnt-run-my-test-using-microsoft-test-manager
    In addition, I did some research about the problem 2:"The build directory of the test run either does not exist or access permission is required. and the test failed."
    I know that the error message occur in either of the following conditions:
    1. The account under which test controller is running does not have read permission on the build directory. (The build directory is same as the drop location of build associated with this test run.) 
    2. The build directory itself does not exist.
    So please refer the following blog to check this issue:
    http://blogs.msdn.com/b/aseemb/archive/2009/11/25/error-starting-the-test-run-build-directory-of-the-test-run-is-not-specified-or-does-not-exist.aspx
    Therefore, I suggest you can try to specify a drop location for build when you run the automated test from the MTM and then check this issue.
    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 List view web part to display document library for only users with access permission

    Hi
    I am trying to accomplish this requirement but I don't know if that is possible or how to get there.  Any suggestion or advice are helpful.
    On a site collection, I have several document libraries,  with each library have unique permission to a few user or SharePoint group.
    I want to create a web part page and make that the site home page.  On this web part page, I want to create a Content Search Web Part to list the content of the document library that the logged on users have permission to see. 
    Is this possible with CSWP or is there anything easier or if it is not possible at all,  please advise.
    Thanks
    Swanl

    Hi ,
    Based on your description, my understanding is that you want to create a Content Search Web Part to list the documents that the logged on users have access permission.
    It is feasible with CSWP, you can follow the below step:
    Edit Content Search Web Part->Change query-> Select a query: Items matching a content type (System); Restrict by app: Current site collection; Restrict by content type: Document.
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]

  • Problem with default file access permission

    Hi,
    I am accessing a common area '/NFS_DATA' by both my java and oracle codes by the users 'javaUsr' and 'oraUsr' respectively.
    As per the requirement, the oracle code (oraUsr) needs to create some file in the specified location and then the java code (javaUsr) needs to update those files (created by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files with default access permission 644, which does not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set umask at the .profile of 'oraUsr'.
         Execution of any shell script from oracle procedure is not permitted.
    Is it possible to specify file-system specific default file access permissions??
    Any idea to overcome this issue??

    Hi,
    I am accessing a common area '/NFS_DATA' by both my
    java and oracle codes by the users 'javaUsr'
    and 'oraUsr' respectively.
    As per the requirement, the oracle code
    (oraUsr) needs to create some file in the
    specified location and then the java code
    (javaUsr) needs to update those files (created
    by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files
    with default access permission 644, which does
    not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set
    umask at the .profile of 'oraUsr'.
    Execution of any shell script from oracle
    oracle procedure is not permitted.
    Is it possible to specify file-system specific
    default file access permissions??
    Any idea to overcome this issue??You might like to try using File ACLs
    man setfacl(1)
    as oraUsr
    setfacl -s user:oraUsr:rw-,user:javaUsr:rwx,group::r--,other:---,mask:rwx file
    This way the oraUsr can not execute file
    but javausr can
    getfacl will show the ACL
    user::rw-
    user:javaUsr:rwx #effective:rwx
    group::rw- #effective:rw-
    mask:rwx
    other:---
    hope this helps a bit

  • Project wise Access

    Hi All,
    Could some one explain the process of restricting project wise access to a user.
    Thanks and Regards,
    Naveen Dasari.

    Hi there,
    there are a few authorization objects you can use to restrict the access of users to a project.
    The most important are:
    S_PROJECT - defines the project on which a user is allowed to work on
    S_IWB - defines the (documentation) folder a user should have access to .. for every project one folder (with the project name) is created.
    The easiest way to limit access of users to only certain projects is to enter only the names of the relevant projects in those two authorization objects in the solution manager role the user is assigned to.
    hope this helps
    arthur

  • Update Yes/No field in access table through oracle procedure

    Hi,
    How to update Yes/No field in access table through oracle procedure. all other fields like AutoNumber, Text I can update it. Yes/No field how to update? Please, any one can help me?
    Thanks and Regards,
    Sudha.

    Sudha Teki wrote:
    select "fldPost" from tblPHd@ODBCLNKNot quite sure what you mean, but the way you select the column would indicate a case sensitive column name
    Look at this example
    SQL> create table t
      2  ("this" varchar2(10))
      3  /
    Table created.
    SQL> insert into t values ('hello')
      2  /
    1 row created.
    SQL> select *
      2    from t
      3  /
    this
    hello
    SQL> select this
      2    from t
      3  /
    select this
    ERROR at line 1:
    ORA-00904: "THIS": invalid identifier
    SQL> select "this"
      2    from t
      3  /
    this
    helloIs your column name also case sensitive?

  • NI-VISA (no access permission)

    Hi,
    I have 5 systems running one version of labview software and all but 1 is working properly.
    the one that is not is having a memory leak.
    This one also have (NI-ViSA with no access permission) icon on the lower right hand corner.
    All the others does not say so.
    I am very sure it got to do with NI-VISA but i have tried upgrading NI-VISA and that didnt solved the problem.
    Can someone guide me on fixing this?
    thanks
    Best regards,
    Krispiekream
    Solved!
    Go to Solution.

    I'm pretty well stumped.
    Maybe this from the VISA User Manual helps:
    How to Configure and Use Remote NI-VISA
    On the server machine (the one to which the hardware is connected), you
    must install Remote NI-VISA Server. This installation optionmay not exist
    in all NI-VISA distributions. By default, the server is disabled and access
    from any other computer is disallowed. Use the NI-VISA configuration
    utility (MAX onWindows, visaconf on UNIX) and make sure the server
    is enabled. You must also specify each address or address range of the
    computer(s) you wish to allow access. An address can be either in dot
    notation (x.x.x.x) or the network machine name; an address range can only
    be in dot notation (x.x.x.*).
    On the client machine, no configuration is necessary. The VISA resource
    string contains the server machine name and the original VISA resource
    string on the server: "visa://hostname/VISA resource string".
    The hostname can be represented as either an IP address (dot-notation) or
    network machine name.
    If you want to search for all resources on a specific server, you can pass
    "visa://hostname/?*" to viFindRsrc(). On Windows, you can use
    the “Remote Servers” section of MAX to configure NI-VISA to access
    certain servers by default. In this case, using "?*" will cause
    viFindRsrc() to query all configured servers as well as the local
    machine. If you want to limit the query to the localmachine only, regardless
    of whether it has been configured to access any remote servers, pass "/?*"
    as the expression to viFindRsrc().
    Remote NI-VISA supports the complete functionality of all attributes,
    events, and operations for all supported hardware interface types.

  • CmdLet to list all mailboxes on which an account has full access permission

    Hi, there
    Just wondering what cmdLet can list all mailboxes on which a specific account has full access permission,
    thanks

    This should help you...
    Get-Mailbox -ResultSize Unlimited | Get-MailboxPermission | where { ($_.AccessRights -eq "FullAccess") -and ($_.User -like "*SpecificUserAccount*") }
    Amit Tank
    MVP: Exchange Server | MCTS: Microsoft Exchange Server 2010, Configuration
    MCITP: EMA | MCSA: M | Blog: http://ExchangeShare.WordPress.com

  • How can I access the Help preferences?

    How can I access the Help preferences? I hate the way the Help window stays in front of every other window, so I really need to change it's behaviour.

    Mary,
    To see the reports button, your workflow user record must be at least Process Administrator (use the admin module to see an individual person's properties, in the Privileges tab I think..)
    The backend stores information suchs as where and when a workitem was processed, but it won't contain the information that was populated on the forms, unless you make the fields you need to searchable fields on the process map. Beware, this can add to the size of the database quickly.
    All of the available tables are documented in the pdf files that are distributed with the product.
    Good luck,
    Sanna

  • Is it possible that network access permission control in acs 5.1

    Hello
    We have ACS5.1, WLC 7.0 and using 802.1x to authentication users.
    Anybody know how I can configure network access restriction with using internal user group information.
    For example, under the same SSID(like that "test") , same VLAN ID.
    But two different user group has a different network access permission.
    One group has full permission and the other has a limit network access permission.
    Is it possible?

    The equivalent of a NAR would be ACS 5.1 returning an authorization profile after authentication. Just configure your authorization policy to return one profile for one group of user and the other profile for the others.
    Now to restrict access to the network, I think you're best with an ACL ? So link ACLs to your profiles.
    Nicolas

  • Running a report on web : donot have access permission

    hi ,
    i am installing Oracle clinical 4.0.3 January 2003 version
    and in that Web and Reports server on windows 2000 using
    Oracle 9i Application Server Release 1.0.2.2.2a
    Amongst the talklist given ,one step isto " Test connections to Oracle Developer6i "
    a) run a form on web : successful
    b) run a report on web : it says
    start --&gt; programs --&gt; Oracle Reports 6i --&gt; Run a report on web
    report tester page opens
    (drive/oracle/806/Tools/web60/html/runrep.htm )
    on clicking 'run' User Authentication page opens,
    on submitting this page I get the following page ( expected to display success screen)
    FORBIDDEN
    donot have access permission to /dev60cgi/rwcgi60.exe/setauth on this server..
    URL of page is : http://machinename.domain:port/dev60cgi/rwcgi60.exe
    what to do ??????
    Thanks and Regards

    It seems you did not set the Permissions on the Table or view, aUnder Database objects, find your table or view, and grant access to PORTAL, PORTAL_PUBLIC or PUBLIC as needed

  • Adding a new field to the search help exit

    Hi friends,
    adding a new field to the search help exit. How does it work ?
    Thanks in advace
    Ilhan

    The search help exit allows you to modify functionality of search help. If you add a new field to the
    parameter list that is not contained on the selection method you can manually populate it within the search
    help exit.
    This  would be performed within the u2018STEP DISPu2019 section. Once within this section all search help
    data has been retrieved and is stored in table RECORD_TAB (record_tab-string) as one long string value.
    Therefore you need to read table SHLP in-order to locate position of value within string.
    Example:
    To find position of personnel number (PERNR) within elemenory search
    help M_PREMN you would use the following code:
    Loop at record_tab.
         read table shlp-fielddescr into wa_shlp
                                       with key tabname   = 'M_PREMN'
                                                fieldname = 'PERNR'.
    You could then use this information in the following way, for
    example, to find a persons organisation unit:
          select  orgeh endda
            up to 1 rows
            from pa0001
            into (ld_orgeh,ld_endda)
           where pernr eq record_tab-string+wa_shlp-offset(8)
                                                      u201Cpernr length is 8
           order by endda descending.
          endselect.
          select single orgtx
            from t527x
            into ld_orgtxt
           where orgeh eq ld_orgeh and
                 sprsl eq sy-langu and
               ( endda ge sy-datum and
                 begda le sy-datum ).
    If you have added a new field to the end of the parameters list
    the next step is to populate it by adding this data to the end of
    the record_tab string:
      concatenate record_tab-string ld_orgtxt into record_tab-string.
      modify record_tab.
    endloop.

  • Fields for access Z001 10 missing (Pricing Sales/Distribution)

    Hi Gurus,
    I tried creating access sequence and condition table for a condition type.  but i get this error when creating the error. 
    Fields for access Z001 10 missing (Pricing Sales/Distribution)
    Thanks,
    Paul

    Hi,
    step1: tcode: v/07
    step2: select access seq Z001
    step3: click access (left side)
    in this how many access you have created and on which you have saved your condition record.
    step4; select access
    step5: click fields (left side)
    over here how many field are visible to you can you tell us that.
    Where you are getting error can you specify that also.
    While creating sales order or while creating condition record.
    Regards
    Raj.

  • How to change the desription of a standard SAP field in the Search Help

    Hi All,
    In Table T023T there is a field WGBEZ60(Long text describing the material group) and the data element of the field is WGBEZ60.
    Requirement is to change the description of the field WGBEZ60.The desription of the  field is - Description 2 for the material group.
    But the user want as - Description for the material group. He dont want 2 in the description.
    we are using this field in the search help of Material group for the transaction ME21N and ME51N.
    So please tell me how can we change the description of the field in the Search help.
    Thanks.
    Regards,
    Peeyush

    As search help uses data element , it shows its keyword. So you have to do modification to that keyword.
    - Go to CMOD
    - from top menu GOTO -> Text enhancements -> Keywords -> Change -> type WGBEZ60 -> change the description -> Save and add it to transport
    - now use that data element either on the screen or search help. It will have the descripiton modified.
    Regards
    Marcin

  • Records not displayed in the WGBEZ field in H_T023_MEPO search help.

    Hello Friends,
    I have created the search help exit , in that based on the LREF3 , we have to fetch the materail groups.
    1.I have written the code in the exit , in the search help exit tables parameter record_tab , the data is coming correctly
    but when we run  search help, the description field is not getting displayed.
    I have shift 2-3 places left side as well but the description is not displayed correctly.
    So how can we get the description field filled.
    2. We want that the LREF3 field should come in the selection screen of the dialog box, so that user can enter the values in it.(dialog with value restriction) so i have added LREF3 field in the search help parameters but i want that
    this field should not be displayed in the results of search help . Only materail group and its description gets displayed.
    So can we achieve the same.
    Thanks to provide answers for my above two questions.

    Hi
    Please go through the related pointers ->
    The OSS note 672960 has already indicated you need to use BADI to address it.
    For Search criteria
    You can also use user-defined fields as search criteria. To do this, you have to set fields XINPUT and XDISPLAY to 'X' in table ET_FIELDS for the fields you want to use in BADI BBP_CUF_BADI_2 in method MODIFY_SCREEN. The fields defined this way are displayed if you choose the 'Extended search' link.
    Re: Custom field in Create Bid Invitation..
    Re: Search Help for Purchasing Group..
    Re: urgent help request - How to add custom fields to  header BID.
    Re: New Screen with table control information in Process Bid Invitation
    Do let me know.
    Regards
    - Atul

Maybe you are looking for

  • Interface QM-WM not automic creation of transport order with partial quant.

    Hi, I create a 101 mov. for 5 units and the transfer requirement is created. In QM during making usage decision I post partial of quantity into unrestricted stock  for example 4 units. (movement type is 321), the system can't create transfer order au

  • Creating new document types

    Hi, i've opened a call at SAP Support for following request and the support has relegate me to the forum/ solution managers: For some, especially for one customer, is it very important to get new types of documents. For example: The credit memo. The

  • Delete Functionality in manual tabular form

    Hi everyone, I have created 2 tabular forms on the same page.everthing is working fine.Both the tabular form are able to insert and update.I am getting problem to implement the DELETE functionality in those tabular form. I inserted this code htmldb_i

  • PS3 - Changing NAT Type

    Hi all, I have a PS3 and it's not allowing me to connect to certain people or even use the communication feature on it. So currently I have Frontier internet with a Gigaset modem, a WRT160Nv3 Linksys router. Currently my NAT type is 3 and I hope to c

  • Exposing RFC as OData Model - Architectual Clarification Required

    We are doing a POC were the user credentials were Input for the function module which returns the user role. Based on the role the mobile app greets the user as worker or administrator. This is achieved by an RFC whose input parameters are USER ID an