Access Right for Minimum stock level

Hi all,
I would like to know if there is a way to set access right to enalbe or disable user from modify the minimum stock level in the item master data.
Thank you.
Regards

I would like to know if there is a way to set access right to enalbe or disable user from modify the minimum stock level in the item master data.
as I have said, you can use SP_TN to disable some certain users to modify the minimum inventory level value. here is an example:
IF @transaction_type IN ('A', 'U') AND
@Object_type = '4'
begin
if exists (SELECT distinct t0.docentry FROM oitm T0 INNER JOIN oUSR T1 ON T1.internal_k
= t0.usersign
WHERE isnull(t0.minlevel,'') <> '0' and t1.user_code = 'manager')
begin
select @Error = 10, @error_message = 'Min level can not be updated by user manager'
end
end
but I also said that you can use SDK code i.e. SAP B1 addon to disable the users to modify the minimum inventory level field. It is more complicated because you need to use programming language e.g. VB.Net to do that. The programming language will use the B1 DI API as project reference.
You must have SDK development license to develop such addon.
JimM

Similar Messages

  • Minimum stock level per warehouse and MRP

    Hello experts
    We have tested minimum stock level per warehouse and try to use it for the MRP but it seems that the MRP uses for a specific warehouse the consolidated minimum level
    For example
    WSE 1 minimum stock level 10
    WSE 2 minimum stock level 5
    MRP runs for WSE 2 recommandation is calculated based on 15 pieces of minimum stock level (WSE 1+2)
    Could you please tell me if this is normal behavior and the use of minimum stock level per warehouse is not possible ?

    Hi.....
    SAP gives recomendation on Overall stock basis and not on Minimum Inventory of Particular Warehouse.
    It is standard behavior. But SAP should think of it as it is not right recomendation if someone tries to view it as per warehouse.......
    Regards,
    Rahul

  • Minimum stock level

    Hi all,
            My scenario comes like this ...i have two service center"A" and "B"where i ll maintain some minimum stock level of spare parts.
           each service center will get service arder individually for spare parts.service center's issue spare parts against order from minimum stock level.  so i maintained make to stock scenario where order is full filled with minimum stock level.so planning has to cover minimum stock level.so i mapped in safety stock.
          But the safety stock level varies with some period.so i need an upload program of safety stock in period oriented manner.
          then fullfillment of service order also based on priority wise  .becas spar parts for that sevice center are obtained from some other plant ...which should maintain a plan which determaine priority to give spare parts to "A" and "B" in percentage of priority
    so i require  1.how to go for upload of safety stock with periodically?
                      2.How the priority can be given for allocation to verious service center.?\
    Regards
    suresh

    Hi,
    For upload the safety stock you can use BDC or LSMW.
    for periodic upload try through background program with the help of ABAPer.
    Regards,
    Nilesh

  • Problems Managing User Access Rights for Web Gallery

    Has anyone else had issues changing the user access rights for a web gallery? It seems like the access is everyone or no one. Are the user rights handled per event in the gallery? I had issues adding events to the user's view/download rights in the publish settings.
    Also, can these settings only be set when an event is first published? Attempting to change the user access rights after the event is published seems to require a re-upload of the images.
    Any thoughts?

    Problem solved.
    I had to put the following lines in the specified "0000_any_80.my.website.conf" file:
            <Directory "/Library/WebServer/subdomain.domain">
                    Options All +MultiViews -ExecCGI -Indexes -Includes
                    AllowOverride None
                    # For Password protection
                    AuthType Digest
                    AuthName "Password Protection"
                    require valid-user
                    <IfModule mod_dav.c>
                            DAV Off
                    </IfModule>
            </Directory>

  • Specifying access rights for page tabs

    Hello
    I have trouble with specifying access rights for tabs that are inside another tab.
    I have a group named "Customers" and a group for each of our customer companies. The company-groups are all members of the Customers group.
    Then i created a tab called "Customers" which i specified access rights to the Customers group.
    Under the customers tab, i created one tab for each customer and i've specified access rights to each tab.
    I want to accomplish that customers who log into the portal only are able to see theyr own tab, but this doesn't seem to work properly.
    Have anyone had this problem before?
    Regards
    Per-Jarle Sfther

    Per-Jarle,
    Are you sure that the users are not part of a group that is included in the group you gave access to on the tab?
    Rich

  • Took away the access rights for harddrive - mac os x cant boot! pleasehelp!

    i took away the access rights for harddrive - mac os x cant boot! pleasehelp!
    thank you for any help

    wow! thank u a lot!!! it worked great!
    i did this:
    A1. If the disk in question is your Mac OS X startup disk and your computer stops starting up at the blue screen, restart with the Command and S keys held down, and enter the following commands:
    mount -uw /
    chown root /
    chmod 1775 /
    exit

  • How to retrieve access rights for an user/usergroup ?

    Hello everybody.
    I'm working on BO XI 3.1. And I have to develop with the .NET SDK package an application that retrieves the following data :
    - the access rights to WEBI application and properties for each user/user group.
    - the access rights to each folder and properties for each user/user group.
    etc
    The idea is to retrieve for an user/usergroup the access right on each property of WEBI application and softwares. and same thing for folders....
    I'm looking at the .NET SDK package contents but it takes me a lot of time, even too compared to my deadlines. So I'm looking for help.
    Does anyone have an idea about class of objects, properties and methods to use ?
    Thank you in advance for your help.

    Thanks for these samples.
    The list of user and usergroups is very interesting to audit CMC but my need is different : for example, I'm looking a method to retrieve the level access (full control, no access, ...) of an usergoup on each webi's property. The reason ? To know for example which usergroups have fullcontrol access on the right name "edit SQL" ?
    I think it's hard to retrieve but very interesting to audit CMC...

  • How do i change the access rights for every file in every sub-folder?

    I have an external drive that was shared between my PC and my iMac (running Snow Leopard 10.6.5).
    Some of the files created by my PC have the following access rights (privileges):
    Me: Custom
    staff: Custom
    everyone: Custom
    I want every file to have the following access rights (privileges):
    Me: Read & Write
    staff: Read & Write
    everyone: Read & Write
    I presume that I need to go into the terminal and run some command line program, but I have no idea what program or what options (or even where to look for such a program). Can someone tell me how to do this, so that every file in every sub-folder has the same access rights?

    Well, that's different. Most people do not install anything on their PC to read an HFS+ disk, so I assumed it was formatted for the PC. [See my above post|http://discussions.apple.com/thread.jspa?messageID=12843313#12843313].
    Note that it is the same as what you asked about, except with numbers instead of the letter equivalents.
    Posix permissions are for User;Group;Other (ugo) and each one can have read/write/execute permissions. Read = 4, Write = 2, and Execute = 1. So, for rwx you set 421=7.
    I try to make it safe by not typing in the file path. If you do what you posted, you will change the startup volume's permissions. The path to your external is /Volumes/ext hd mount point. If you start typing the path and accidentally hit return before finishing the full path, you could fubar something you didn't want to. So, I type the command, leave a space, and then drag the target to the Terminal window.
    You might also consider the GUI based permission changing program, [BatChmod|http://www.macchampion.com/arbysoft/BatchMod/Welcome.html].
    Message was edited by: Barney-15E

  • MB51 - column for including stock level

    Hi,
    does anyone know if there is a standard report in R/3 which can display MB51 information and also include the stock level after each docuent/movement.
    I guess this can be quickly done using ABAP, but I just wanted to check first if any standard reports exists for this.
    Thanks in advance:-)
    Br,
    Lars H

    as I said, this is not an easy task, and your performance will become worse.
    MB51 is already a transaction with a poor performance if you have some million records in MKPF and MSEG.
    for your goal you would need to calculate the stock level yourself for each movement.
    If you want see how such is done, then debug MB5B transaction.
    you only ) need to enhance this then to calculate only the unrestricted use stock.
    this means you start at a month end quantity and then you need to read each movement and add or subtract or ignore the quantity to finally know what the stock at a certain day was.
    Further you would need to read several MARD or MARDH records  (starting points for calculation)  to get the total unrestricted use stock.
    good luck.

  • Special access right for PA20 and PA30

    Hello Experts!
    I have a problem and was wondering how it would be configured in SAP, any help would be greatly appreciated.
    How to config the security access right, if the logon user is the member of specify role, he/she is not allow to access the detail of all HR staff by using PA20 and PA30 but he/she can access the details or other staff.
    Thanks in advance!!
    Antony

    Hello Antony,
    Yes. it is possible. But for that you will have to uniquely indicate the HR staff group to restrict their data access by a Security definition attribute.
    I suggest, you can maintain a seperate, Unique Org.Key - VDSK1 field in PA0001 (Organisational Assignment) infotype specific to HR staff. This can be used in Role Component "HR: Master Data" in the relevant role assigned to exclude the org.key specific to HR staff.
    Hope this information helps. Please let me know if you still have any questions.
    Best regards
    G Raj

  • DMS 5.1: Access-rights for category not inherited

    If the dms-user adds a new category the access-right will be not inherited to this new directory. Is this a bug?

    Unfortunately then, the objects for which you need to set rights are not exposed.
    I recall you needed to be a part of the Administrators group to be able to save a QaaWS.
    Sincerely,
    Ted Ueda

  • Request proProcessing failed. (XLS 000009) You do not have data access rights for the connection.

    Hello,
    I have created a universe UNX on top of a sql table. and i used this UNX via query browser to create a dahsboard. when i run this dashboard with "administrator" the dashboard runs but when i run with any other user it shows the below error. I have checked the connections user security and the i have given "full rights" to the user group and also the universe user security has "full rights" but still i get this error. How do i solve this issue. Couldnt find where the authorization is missing. Please help

    Hi Arjit,
    I have object level security set in universe security for my universe folder in which i have all universes as below. "Everyone" is the user group i am trying to access which is showing error and administrator works fine.
    I also have set some universe security on the particular universe i am using as below:
    User security is set to full control for user group "everyone"..

  • Where are the accessibility options for the "Down-Level" items

    I have an animation I've created (that I haven't cleared with my client yet, so I, unfortunately, cannot share a link).  However, the client is government and there is a strict requirement for 508 compliance or "Accessibility."  I have been able to get alt tags throughout the main animation with no problems and tabindexing too.  The agency is still using IE8 with Chrome as their solution to newer HTML5 content.  Because of this we have experienced that most will look at the product in IE8 first.  This brings me to requiring a "Down-Level" page.  On this page I have placed an image with a description to upgrade, but the image MUST have an alt tag.  How can I accomplish this?  There is no Accessibility area in Down-level and in making varying entries to the "index_preloader.js" file I have been unsuccessful (I've tried title: '...', and alt: '...' and ['...'] and many other combinations.  Please help!
    I wish I could share the link.  I am willing to run a web based remote session using Join.me or similar, if you'd like to take a look.
    Any help or suggestion(s) is/are VERY MUCH appreciated!  Thank you.

    Hi Sheila,
    Yes, the Distiller joboptions. We are using Distiller 9, 8, and 7 that comes with the Adobe Acrobat software. We are all on Windows XP and 7. I'm not very familiar with the joboptions, so I'm not an expert on how all of this works.
    One writer said she is using the PDFX4 2007 job option, which appears to be the default with Framemaker 9. I think these files are hidden and only the customized options can be saved.
    Susan

  • How to check the access right for a specific SAP object like MaterialMaster

    Hi!
    How can I check if I have the right to change a specific object like a material or document in SAP vie RFC. I need a remote able function which tells me, if I have enough rights! Or, if such a function does not exist, how can I write my own ABAP code to do this?
    Thanks,
    Konrad

    Hi,
    When initiating a transaction, a system program performs a series of checks to ensure the user is authorized.
    1. The program checks whether the transaction code exists in table TSTC.
    2. The program checks whether the transaction code is locked by the administrator (transaction code SM01).
    3. The program checks whether the user has the authority to start the transaction. Authorization object S_TCODE (transaction start) contains the authorization field TCD (transaction code). The user must have the appropriate authorization for the transaction code to be started (for example, FK01, Create Vendor).
    4. The program checks whether an authorization object is assigned to the transaction code. If this is the case, the program checks whether the user has an authorization for this authorization object. The transaction code/authorization object assignment is stored in table TSTCA.
    Note: An SAP program controls steps 1 through 4. It displays an automatic message to the user if an authorization attempt fails in the step.
    5. The system performs authorization checks in the ABAP program using the ABAP statement AUTHORITY-CHECK.
    Regards
    Sudheer

  • What third party tools exist to show a user or groups permissions and access rights for an entire SharePoint 2010 site collection?

    Our admin crew has just inherited a 4 year old SharePoint site that was developed on SP 2007 and later migrated to SP 2010.  We are trying to determine which users and groups have access to the 150+ sub-sites of the site and at what permission levels.
    Research tells me SharePoint 2010 has no means to simply list out a user's permission levels over an entire site collection, but that it must be done at each sub-site, list & library that has permission inheritance broken to create a unique permissions
    object.
    Has anyone found a solution to this issue?  Without days of research at each sub-site, list & library, how would one more economically go about such an investigation of a user's permissions on an entire SharePoint 2010 site?

    Hello,
    There is no direct way to see user and group broken permission within a site collection. However you can write powershell script to get the permission. You can modify the below script based on your need and export result in CSV. You may also need to add
    code to iterate all subsites within site collection.
    http://social.technet.microsoft.com/wiki/contents/articles/14242.sharepoint-2010-export-all-unique-permissions-from-site-collection-using-powershell.aspx
    http://en.community.dell.com/techcenter/windows-management/b/weblog/archive/2012/09/25/sharepoint-security-reporting-using-powershell
    Codeplex tool is also available to check permission but it is not always fulfill business need. You may also look at this if it suits you.
    https://permissionsmanager.codeplex.com/ 
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for

  • Can no longer download videos from my digital camera to iPhoto.

    OK people, please help me! I've been a Mac user for a couple of years now but still have no idea how to use it properly!! (having been a PC user all my life). Today I changed the quality on my digital camera (Panasonic Lumix TZ7) to be the lowest qua

  • Change/modify  Purchase info records (EINE table)

    Hi, Could you pls help to in providing FM to change/modify purchase info record. I have tried to use FM - >  ME_UPDATE_INFORECORD and ME_DB_UPDATE_INFORECORDS. but, it's not working . Kindly advice. Regards, Bharat

  • Preview: PDFs generated with Oracle RS are missing letters

    Hi, When I open PDFs in Preview which were created using "Oracle10gR2 AS Reports Services", some letters are missing. The documents aren't corrupted and appear valid on other platforms or in other applications. Is there any solution/fix for Preview?

  • Can´t open, rename, copy or delete PDF file

    I have got a problem opening, renaming, moving, copying and even deleting a PDF file with a very long file name. It does not upload either, so I cannot send it to Adobe via the Support form. I have now downloaded a PDF repair application, but I get t

  • Problem loading cs2 on my 10.5.8 but cs1 runs just fine...help?

    I have an older G5 tower that is running 10.5.8 and have had photoshop cs2 on it since about 2006 and friend gave me a copy of Adobe Creative Suite standard and CS2 premium upgrade. I figured I needed to uninstall photoshop so I did and then  I finis