Document Numbering for specifc users

Hi Everyone,
Is it possible to set up a specific numbering series for a specific user? 
For example, we would like one of the order entry people to have a series of 100 while another order entry person has a series of 5000. 
If I am able to set it up this way, how do I do it?
I appreciate your help.
Thanks,
Amanda

Hello Amanda,
The document numbering series can be assign to
different group and you can grant different user authorization to the
group, it mainly includes two steps:
1. Define Series:
- Go to Administration -> System Initialization -> Document Numbering.
- Double-click on the row number of the document type for which you want
to define the numbering. The Serials window opens. Here you can assign
number ranges to a group.
- Up to ten different groups can be defined.
- Only super users can create and maintain number ranges.
- A user who is not defined as a super user can only change the
definition of his or her own default number range, assuming he or she is
authorized to maintain number ranges at all.
2. Define Authorization:
In Administration -> System Initialization -> Authorization -> General
Authorization window, you select the user in the left and define his
authorization under Administration
->System Initialization -> Series - Group.
After the two steps above, a specific user can only view and add the
documents within the series which has been assigned to a specific group
that he has been fully authorized.
Is this what you expect?
Regards,
Wilma Wang
SAP Business One Forums Team

Similar Messages

  • Seperate document numbers for STO POs ( Inter & Intra)

    Hello,
    Is it possible to have seperate PO document numbers for POs that are created for an ICOM vendor?  So are standard POs would be 450* , while any POs created with an ICOM vendor (normally for STO purposes) Would be 540* or something like that?
    Thanks
    James

    You can assign one external and one internal number range to one document type in standard system but you cannot define a logic. System will consume the numbers from the number range you defined, that's all (or user can input the number manually but this is not a solution for you I think).
    So, you cannot achieve your goal via configuration, you need to develop your own solution. You can try e.g. exists M06B0003, M06B0004.

  • Enable save for all users in rich client document defaultly for all users

    Hi,
    Is there a option to enable save for all users in a rich client document defaultly for all users across the company. As the users who are creating reports are forgetting to check the box before sending the rich client document to others. Kindly let me know if you have any suggestions on this.
    Thanks,
    Karthik

    I'd suggest that is is where your BO folder structure comes in. You can export from Rich Client to any folder that you have permissions to access - some sort of collaboration folder system would potentially be better and more secure than sending unsecured reports via email. If your IT security team found out that you were removing document security, I doubt they'd be impressed!
    You can't do the default save for all users, simple as that (it's bad practice anyway, which is probably why you can't). While it's not the answer that you want to hear, it is the correct one.

  • Different  document  numbers  for  cash  receipt  and  cash  payment

    Dear  ALL
    can  we   get  different document  numbers   for  cash  payment  and  cash  receipt
    regards
    sheena

    Dear  Jigar ,
    i am  not able  get separate  document number   for  cash  receipt and cash payment 
    though  i assigned  in fbcjc0.can  you elaborate  on what  you  have  told  .
    further  cash receipt  and cash  payment  for  gl  account s  it  is taking consecutive  numbers  only
    can  you  give  me your  gmail  id
    regards
    sree

  • Is a Numbers for iPad user manual available for download on windows pc?

    Is a Numbers for iPad user manual available for download on windows pc?

    http://help.apple.com/numbers/ipad/1.4/?lang=en

  • Document Numbering Issue in user defined form

    Dear All,
    There is UDO with manageseries = true. Series and DocNum fileds are binded to database (Combobox And Edittext). I can easly get next number and assign to Docnum field while selecting series from Combobox. The problem is when i choose series diferent than default and add document i get warning message "The actual posted document number is :XXXXXXX". No matter which series i choose system always takes default one. I found other threads accourding to this issue but no solution found.
    Regards,
    Guru

    Hello,
    How guru. Is your problem solved? As i'm have a similar peroblem -
    I have created a user form using screen painter and want to save data to my user defined table -
    Document - U_OPCD
    Document Rows - U_OPCD1
    First i was using the SAPbobsCOM.UserTable object to save data to my usertable. But after registering it as a UDO (as i wanted document numbering series for it) i'm unable to save data using this SAPbobsCOM.UserTable object. As i'm uable to access the default fields (DocNum, DocDate, Series....)  added to the table by SAP.
    Can u help please?

  • Document numbering for each bank

    Hai Experts,
    We are having multiple bank accounts.
    For eg. HDFC Bank
                ICICI Bank
    For each bank the Incoming Payments should be serially numbered, like wise outgoing payments also should be serially numbered. As we have set in the document numbering as 100001 for Incoming payment as starting number, the voucher number generated serially irrespective of the Bank accounts. Pl. let me know how to set up document number generation for each bank seperately.
    Thanks in advance
    Regards
    Sampath

    hi sampath,
    There is no automatic determination of numbering series in
    SAP B1,This is limitation of SAP B1.
    you should define numbering series for each bank in
    incoming and outgoing payments.
    You can set outgoing payment series(Banks)  as default
    for certain users and incoming payment series(Banks) as
    default for certain users.
    Ex:
    One user will handle HDFC,ICICI Banks,
    other user will handle SBI,Canara Banks.
    Jeyakanthan

  • Change Document Numbering for Contracts

    Experts,
    I have a client who wants to create a new Document Series for the Contracts and Service Calls in SBO. I do not see these documents available in the Document Numbering screen. Is this possible?
    Thanks,
    Marli

    Hi
    The service call numbering is a sequential number that is determined by the system. This information was mentioned in the Online Help - Service Call: General Area. At this stage, there is no option to define the Service Call numbers; however, you may consider the use of a User Defined Field. In this field, you can define a formatted search (Query adding 1 to the next Call ID).
    Paulo Calado
    SAP Business One Forums Team

  • How Can I Determine the Size of the 'My Documents' Folder for every user on a local machine using VBScript?

    Hello,
    I am at my wits end into this. Either I am doing it the wrong way or it is not possible.
    Let me explain. I need a vb script for the following scenario:
    1. The script is to run on multiple Windows 7 machines (32-Bit & 64-Bit alike).
    2. These are shared workstation i.e. different users login to these machines from time to time.
    3. The objective of this script is to traverse through each User Profile folder and get the size of the 'My Documents' folder within each User Profile folder. This information is to be written to a
    .CSV file located at C:\Temp directory on the machine.
    4. This script would be pushed to all workstations from SCCM. It would be configured to execute with
    System Rights
    I tried the script detailed at:
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/31/how-can-i-determine-the-size-of-the-my-documents-folder.aspx 
    Const MY_DOCUMENTS = &H5&
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.Namespace(MY_DOCUMENTS)
    Set objFolderItem = objFolder.Self
    strPath = objFolderItem.Path
    Set objFolder = objFSO.GetFolder(strPath)
    Wscript.Echo objFolder.Size
    The Wscript.Echo objFolder.Size command in the script at the above mentioned link returned the value as
    '0' (zero) for the current logged on user. Although the actual size was like 30 MB or so.
    I then tried the script at:
    http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_27869829.html
    This script returns the correct value but only for the current logged-on user.
    Const blnShowErrors = False
    ' Set up filesystem object for usage
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    ' Display desired folder sizes
    Wscript.Echo "MyDocuments : " & FormatSize(FindFiles(objFSO.GetFolder(objShell.SpecialFolders("MyDocuments"))))
    ' Recursively tally the size of all files under a folder
    ' Protect against folders or files that are not accessible
    Function FindFiles(objFolder)
    On Error Resume Next
    ' List files
    For Each objFile In objFolder.Files
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:01", objFolder.Path
    On Error Resume Next
    FindFiles = FindFiles + objFile.Size
    If Err.Number <> 0 Then ShowError "FindFiles:02", objFile.Path
    Next
    If Err.Number = 0 Then
    ' Recursively drill down into subfolder
    For Each objSubFolder In objFolder.SubFolders
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:04", objFolder.Path
    FindFiles = FindFiles + FindFiles(objSubFolder)
    If Err.Number <> 0 Then ShowError "FindFiles:05", objSubFolder.Path
    Next
    Else
    ShowError "FindFiles:03", objFolder.Path
    End If
    End Function
    ' Function to format a number into typical size scales
    Function FormatSize(iSize)
    aLabel = Array("bytes", "KB", "MB", "GB", "TB")
    For i = 0 to 4
    If iSize > 1024 Then iSize = iSize / 1024 Else Exit For End If
    Next
    FormatSize = Round(iSize, 2) & " " & aLabel(i)
    End Function
    Sub ShowError(strLocation, strMessage)
    If blnShowErrors Then
    WScript.StdErr.WriteLine "==> ERROR at [" & strLocation & "]"
    WScript.StdErr.WriteLine " Number:[" & Err.Number & "], Source:[" & Err.Source & "], Desc:[" & Err.Description & "]"
    WScript.StdErr.WriteLine " " & strMessage
    Err.Clear
    End If
    End Sub
    The only part pending, is to achieve this for the 'My Documents' folder within each User Profile folder.
    Is this possible?
    Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • Access denied error when Loading document library for "contribute" users : Unknown SPRequest error occurred. More information: 0x80070005

    Hi,
    We are facing a very strange issue on a SharePoint Publishing portal. Domain users (contribute level access) have access to document libraries under specific sub sites. Every morning if they try to access the document library pages, users complain about "Access Denied" issue on document library page. But if a SP Farm admin account login on site, and browse to document library page, access denied issue seems to disappear for end users also. For whole day it works fine. But next day access denied error occurs again. I am not sure why this is happening. I have looked into Event Log and SharePoint Logs, found following information useful, but not sure what to do next.
    Please help.
    Event log Details:
    Server: WFE01
    Event Type: Error
    Event Source: Office SharePoint Server
    Event Category: Publishing
    Event ID: 5169
    Date:  17/11/2009
    Time:  07:47:31
    User:  N/A
    Computer: SPWFE01
    Description:
    Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    SP Log files:
    All logs are for process: w3wp.exe (0x031C)                        0x17F4 Windows SharePoint Services  
    ·     Begin OnLoad of XmlConsoleDataSource from file "EditingMenu".
    ·     Attempting to load XML from config file "EditingMenu".
    ·     PermissionMask check failed. asking for 0x00010000, have 0x00000000
    ·     Unknown SPRequest error occurred. More information: 0x80070005
    ·     Access Denied for /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx.
    ·     StackTrace: Microsoft.SharePoint.Utilities.SPUtility:Void HandleAccessDenied(System.Exception), Microsoft.SharePoint.SPGlobal:Void HandleUnauthorizedAccessException(System.UnauthorizedAccessException), Microsoft.SharePoint.Library.SPRequest:Void OpenWeb(System.String, System.String ByRef, System.String ByRef, System.String ByRef, System.Guid ByRef, System.String ByRef, UInt32 ByRef, System.Guid ByRef, UInt32 ByRef, UInt32 ByRef, UInt32 ByRef, UInt16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int32 ByRef, Boolean ByRef, System.String ByRef, System.String ByRef, Int32 ByRef, Int16 ByRef, ...
    ...System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.Object ByRef, Boolean ByRef, UInt64 ByRef, Boolean ByRef, Boolean ByRef, System.Guid ByRef, System.Guid ByRef, Int32 ByRef, System.DateTime ByRef, System.DateTime ByRef, System.String ByRef), Microsoft.SharePoint.SPWeb:Void InitWeb(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPSecurableObjectImpl get_SecurableObjectImpl(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPRoleAssignmentCollection get_RoleAssignments(), Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities:System.String ConfigurationXml(System.String, Boolean), Microsoft.SharePoint.Publishing.W...
    ...ebControls.ConsoleXmlUtilities:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode GetConsoleNodeCollectionFromXmlFile(System.String, Boolean), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void LoadTreeFromConfigXml(), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void OnLoad(System.EventArgs), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Page:Vo...
    ...id ProcessRequestMain(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(), System.Web.UI.Page:Void ProcessRequestWithNoAssert(System.Web.HttpContext), System.Web.UI.Page:Void ProcessRequest(System.Web.HttpContext), System.Web.HttpApplication+CallHandlerExecutionStep:Void System.Web.HttpApplication.IExecutionStep.Execute(), System.Web.HttpApplication:System.Exception ExecuteStep(IExecutionStep, Boolean ByRef), System.Web.HttpApplication+ApplicationStepManager:Void ResumeSteps(System.Exception), System.Web.HttpApplication:System.IAsyncResult System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext, System.AsyncCallback, System.Object), System.Web.HttpRuntime:Void ProcessRequestInternal(System.Web.HttpWorkerReque...
    ...st), System.Web.HttpRuntime:Void ProcessRequestNoDemand(System.Web.HttpWorkerRequest), System.Web.Hosting.ISAPIRuntime:Int32 ProcessRequest(IntPtr, Int32),
    ·     Releasing SPRequest with allocation Id {E3BC24ED-F243-4DBD-8625-EE7CF9FDA039}
    ·     Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Releasing SPRequest with allocation Id {D1A87724-6FB6-4009-B6D1-D7E15918E213}
    Pryank Rohilla
    MCTS, MCAD

    Hi pryank,
    From the log, it seems that the users don’t have permission on this page:
    /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx
    Does the sub site have unique permission instead of inheriting permission from the parent site? If no, you need to make the sub site to inherit permission from the site collection so that master page also inherits the right. If this is not allowed in your organization, please go to “Site Actions”à “Site Settings” à “Master Pages and Page Layouts” to give users permissions on this document library.
    Hope this helps.
    Lu Zou

  • Issue with the Document Viewer for Some Users

    Hi, I have archivelink setup in our system. Users are able to view the documents using this link. But issue is that one user is unable to view the documents while others can view the documents.  The roles for both users are same.
    Searched the forums but found nothing. Acrobat Reader version is 9.

    hi can you help me, im a desktop support engineer we got 2 users who have the exact same problem as in the call ive made here?
    nothing being displayed in Document Viewer for 720 gui user via Webportal
    any ideas, if they log onto other windows 7 machines still dont work

  • Numbers for iPad user guide multilanguage

    hi evrerybody
    i was looking for the user guide for numbers for iPad in PDF but didnt find anything on the net or the suppport sections.
    all what i found are user guides for Numbers 09 ,obviously for Mac.
    till i found this link,so i thaught it would be helpfull for somebody ,since i was searching hard for it .
    the file is not a PDF but is better than nothing and you can read it on safari without being disturbed by the small windows on the app itself
    so good luck
    http://help.apple.com/numbers/ipad/1.4/?lang=en

    Also for the other iWork apps:
    http://help.apple.com/keynote/ipad/1.4/?lang=en
    http://help.apple.com/pages/ipad/1.4/?lang=en

  • F.05 Document numbers for valauation and reversal

    Hi All,
    We recently applied Support stack 18.  (Earlier we had Suppport Stack 13)
    After applying this stack, we observed that, When we run F.05, Forex valuation,
    The documents posted for valuation are reversed . and document number continued for valuation and reversal.
    Suppose i run this for GL account 11801  and GL 11832,
    Valuation for GL11801  and reversal for GL11801  are posted with document numbers in sequence and then Valuation for GL11832 and reversal for GL 11832 are posted.
    Earlier, all the valuations are posted for 11801 and 11832 in one sequence and reversals are posted in one sequence.
    Now the situation changed.
    Please advise, how to resolve this issue.

    Hi,
    In that case, you need to reverse the documents manually via FB08 or F.80
    SAP will not do the reversal automatically if you have not selected in F.05
    Regards,
    Gaurav

  • Where can i get reversal documents numbers for any documents

    Hi,
    pls tell me where can i see all reversal documents numbers eg: invoice document number..
    like that , may i know any tables and t-codes .
    thanks..

    this sounds like an interview question...
    FI documents are stored in table BKPF, if a document is reversed, the reverse document number will be stored in BKPF-STBLG
    SD invoice => table VBRK => field to check: SFAKN
    MM invoice => table RBKP => field to check: STBLG
    etc.
    as you can see for each type of document you'll find the information is separate tables

  • SimpleSearch can only retrieve documents(reports) for enterprise users!!

    Good Day Everybody,
    i'm using SimpleSearch to retrieve all reports for specific users, the problem is that i'm only able to retirve reports for enterprise users and i can not get reports for domain users, anybody knows why?? or there is another way to do so??
    GetDocumentList is working fine but it's only retirves reports for the loged in user only....
    also i would like to extacrt all useres which has permession to reports, so would you please give me a hand of help and send me how to do!!!
    kindly find below the code i'm using to retrieve all reports for specific users:
    //After creating connection, seesion and login using administrator enterprise user
            SimpleSearch mySearch = new SimpleSearch();
            mySearch.InAuthor = txtUsername.Text;//.Trim();
            //mySearch.InName = "";
            mySearch.BeginDate = System.DateTime.Now.AddYears(-2);
            mySearch.BeginDateSpecified = true;
            mySearch.ObjectType = "documents";// "documents";
            BusinessObjects.DSWS.BICatalog.SortType[] mySort = new BusinessObjects.DSWS.BICatalog.SortType[1];
            mySort[0] = BusinessObjects.DSWS.BICatalog.SortType.NAMEASC;
            BICatalogObject[] searchResults= null ;
            searchResults = boCatalog.Search(mySearch, mySort, null, null, InstanceRetrievalType.WITHOUTINSTANCE);
            if (searchResults != null)
                foreach (BICatalogObject myBOCatObject in searchResults)
                    Response.Write(myBOCatObject.Name + "----" + myBOCatObject.UID + "" + myBOCatObject.CreationDate + "--" +"<BR>");
            else
                Response.Write("no documents");

    Which version  are you using?
    BICatalog is pretty limited, and has been deprecated for more recent versions.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Project Actual Cost Line Items (CJI3) - Need Invement Profile Key also

    Hi All, We are trying to execute the report "Project Actual Cost Line Items" through Transaction Code CJI3. We need Invement Profile Key also in the out report of CJI3. Is there any Standard SAP report to get Invement Profile Key as well along with n

  • Accessing connection from java and generated code

    In JDeveloper 10.1.2.x I set up a connection and selected a stored procedure and generated java to call the stored proc. All good. Now, in a web service application I want to call the method in that class that was generated. So, the generated class h

  • ACE FTP inspect with port range

    Hi everyone, I have a problem with passive FTP with fixed port range. I configured a ftp server with a fixed port range of 60000 - 60500 for the data channel. And the ace is configured with "inspect ftp" on policy of ftp-serverfarm. A tcpdump on serv

  • Reference Book: Can I write a book in ID in which ther are two or more commentaries on the body text?

    What I want to do, is to write a book with two or more commentaries. I guess I need, either: 1) 2 or more sets of footnotes, so that the commentaries can be properly accessed from the main body text, or 2) a main "body text-box" with two other text b

  • MIGRATION FO WORKBOOKS

    hi sapients, After migration of  workbook from 3.x to bi7 ,i was missed  bold & grid lines for 1 row .i didn.t find any sol in sdn.points will assigned for useful  points. Regards, sailaja.