Document Numbering Series and navigation buttons in SBO

Hi there,
A new set of document numbering is created for new financial year.
e.g. SO11-100001 is for financial year 2011 and SO12-100001 is for financial year 2012.
Due to this setup, we have encountered a problem to use SAP navigation button to search between documents such as when I continue to click u201CNEXTu201D button, the documents would be popup in following sequence:
                SO11-100001  SO12-100001  SO11-100002  SO12-100002  u2026u2026
Is there a way to just navigte through SO12 series documents only?
If I use series grouping under "Authorizations", this will totally block the previous year's documents. There may still be open docuemnts from last year and therefore, using "Authorizations" is not a wise option.
If there is a workaround, kindly share with me.
Thanks,
Yadana

hi Yadana
in that case u can create a user query displaying the fields u want on the basis on the period indicator i.e. 2011 & 2012
hope this would suffice your concern
Regards,
Manish

Similar Messages

  • Document Numbering Series and Query Generator

    Hi Experts!
    I have a query with a Query!
    I have more than one numbering series, say one document series is YYY and the other document series is ZZZ.  YYY is for posting period 2009 Sales Order document numbers 1, 2 - 10.  ZZZ is for posting period 2010 Sales Order documents 1, 2 -10.
    When I go to Sales Orders and click the 'Find' icon and search for Sales Order Number 3, SBO gives me the option to choose either Sales Order document 3 for the YYY series, or Sales Order document 3 for the ZZZ series.
    I make a Query which includes Sales Order DocNumber and has the Posting Period as a variable so either 2009 or 2010 has to be chosen prior to executing the query.
    I chose to run the Query for ZZZ, so I should expect all data relating to 2010 to be shown.
    My query results show document number 3 with a Doc Posting Date of 2010, but when I click on the Document Orange Navigation Arrow the actual document is Sales Order 3 but for Document Numbering Series YYY, and therefore is for 2009.  But I need it to be for document numbering series ZZZ.
    It seems SBO is returning the first record it finds, which is for the older series.
    Can you help me please?
    Many thanks!!
    Caroline

    Hi
    Try this,
    SELECT TOP 100 T0.DocNum as 'SO. No.', S0.[SeriesName],
    T0.DocDate as 'SO. Date',
    T2.DocNum AS 'Del.Doc.No.', S1.[SeriesName],
    T2.DocDate AS 'Delivery Date',
    M.DocNum as 'A/R Invoice No.', S2.[SeriesName],
    M.DocDate as 'Inv. Date',
    M.CardName as 'Vendor Name',
    M.NumAtCard as 'Bill No. & Date',
    ISNULL(L.ItemCode,'Service Item') as 'Item Code',
    L.Dscription,
    L.Quantity,
    M.DocTotal as 'Total (Rs.)'
    FROM ORDR T0
    INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN NNM1 S0 ON T0.Series = S0.Series
    INNER JOIN ODLN T2 ON T2.DocEntry = T1.TrgetEntry
    INNER JOIN DLN1 T3 on T3.DocEntry = T2.Docentry
    INNER JOIN NNM1 S1 ON T2.Series = S1.Series
    INNER JOIN OINV M ON M.DocEntry = T3.TrgetEntry
    INNER JOIN INV1 L on L.DocEntry=M.DocEntry
    INNER JOIN NNM1 S2 ON M.Series = S2.Series
    WHERE T0.CardCode = '[%0]'
    ORDER BY T0.DocEntry DESC
    SELECT TOP 100 T0.DocNum as 'SO. No.', S0.[SeriesName],
    T0.DocDate as 'SO. Date',
    T2.DocNum AS 'Del.Doc.No.', S1.[SeriesName],
    T2.DocDate AS 'Delivery Date',
    M.DocNum as 'A/R Invoice No.', S2.[SeriesName],
    M.DocDate as 'Inv. Date',
    M.CardName as 'Vendor Name',
    M.NumAtCard as 'Bill No. & Date',
    ISNULL(L.ItemCode,'Service Item') as 'Item Code',
    L.Dscription,
    L.Quantity,
    M.DocTotal as 'Total (Rs.)'
    FROM ORDR T0
    INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry
    LEFT JOIN NNM1 S0 ON T0.Series = S0.Series
    LEFT JOIN ODLN T2 ON T2.DocEntry = T1.TrgetEntry
    LEFT JOIN DLN1 T3 on T3.DocEntry = T2.Docentry
    LEFT JOIN NNM1 S1 ON T2.Series = S1.Series
    LEFT JOIN OINV M ON M.DocEntry = T3.TrgetEntry
    LEFT JOIN INV1 L on L.DocEntry=M.DocEntry
    LEFT JOIN NNM1 S2 ON M.Series = S2.Series
    WHERE T0.CardCode = '[%0]'
    ORDER BY T0.DocEntry DESC
    Regards,
    Madhan.

  • Document numbering series error

    Hi Experts,
    Our client has been using SBO 2005A for a long time but recently they are having document numbering series error regardless what users and even the manager account that has full authorization to all and a superuser cannot add document. No updates or modification recently with SBO settings.
    Steps taken:
    Restarted the server and workstation -  no good
    Used manager account with full access and superuser - no good
    Tried different database - working in different database
    Tried different series - no good
    Restarted License Server - no good
    Here are some of the logs I got from the event viewer:
    Failure Audit:
    The description for Event ID ( 1 ) in Source ( B1Logger ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Wrong user name or password (User: manager)
    What could be the problem?
    Thank you.

    Hi Gordon,
    It was just a slight in configuration settings. We did noticed that the last number series of the Journal Entry was already consumed, which resulted to this error. We just defaulted another document series for Journal Entry and it was already ok.
    Thanks.

  • Error while creating document numbering series via SDK add on

    Dear Experts,
    We receive the following error while creating the document numbering series through the SDK add on
    [Microsoft][SQL Server Native Client 10.0][SQL Server]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Too many parameters were provided in this RPC request. The maximum is 2100.
    From the above error message I can suspect the following possibilities
    1. The limit for the document numbering must be less or equal to 2100.
    2. There is a problem in the coding in SDK where it does not allow more than 2100 lines in the database.
    We tried to create manually for the same fiscal year and period indicator disconnecting the add on, the same error occured.
    Then we created a seried for a single document with the period indicator for the next fiscal year, it allowed.
    After creating the document numbering for the next fiscal year, we were able to create the numbering for the previous year also.
    Kindly help us on how to solve the same.
    With regards,
    Yeshwanth Prakash

    Hi
    You have, as far as i can determine without seeing the template,defined no Part Appraiser Column (PAPP) in your template. But you have defined a function on the template to automaticly default the part appraisers.
    On the Appraisal document persons (appraiser / appraisee) are getting defaulted as part-appraisers although no part appraisal column excist,and therefor 00 Part Appraisers are allowed. This gives the error. Remove the Part Appraisers default functionality from the template and this problem will be solved.
    FYI: The reason why this doesn't give a business check error is that the functions to default participants are BAdI's and we have no means of determining wether or not a BAdI implentation will create an inconsistency on the appraisal document.
    Also, the reason that it occurs as a S message and not as E or W is because of programming restrictions in combination with messages. All errors on the Appraisal Document will come as 'S' messages.

  • Document numbering series for add-ons

    At the start of each year, we want to restart the document numbering series for add-on forms along with SAP forms, starting from '1.' However, we are able to define new series in the document numbering series form for add-ons also, but this does not update the ONNM table and when we go to the form and click add the document the document number does not increment and shows as '0.' Does this have a solution? Pl. help.

    The same number by different series would always be problematic.  If it is not legal requirement, avoid such attempt. 
    Thanks,
    Gordon

  • Document Numberring Series Prb.

    Hi Experts,
    When adding A/P Invoice or A/P Credit Memo error occures as to generate this document, first define document series in Administration Module.
    I checked Posting Period Indigator it's set on Default and status is unlocked.
    Checked also Numbering series It's on default.
    When I go randomly on form I can able to open it but at the time of adding document it's giving error.
    What could be the reason for that?
    Any help will be appreciated.
    Regards,
    Ravi

    HI
    You have to provide normal authorisation to that user.
    Administration->System initialisation-> Authorisation->General.
    In that select the appropriate user and you provide authorisation for Administration->system initialisation->Numbering series.
    and assign the correct group for the authorisation...
    Thats it...it will solve ur problem
    Edited by: kambadasan on Jun 10, 2011 6:08 PM

  • Mandatory Fields and Navigation Buttons

    Hi
    I have a search form where I search by number, then I have the choice to update and submit the request. All fields are required for submission. The problems is that when I have empty fields I cannot use the search and navigation buttons, I tried to set Immediate to true but then the buttons would not perform their action. How can I solve this?
    Your help would be appreciated

    Hi,
    immediate works in the combination with response complete. However, because you are omitting the model update you will have to do this manually in an action method or action listener
    Frank

  • How can I permanently save my customized toolbars and navigation button settings? When I run Norton Utilities CleanUp, Firefox gets reset to 'factory'.

    I like to clean things out on a regular basis but when I run the Norton Clean-up utility all of my custom toolbar and navigation button settings get reset to 'factory' condition. How can I permanently save these changes to my config or preference settings?

    Cookies, Completed Forms, .tmp files are all that's set to be cleared. If I can identify the appropriate elements I can protect them from deletion. Does anyone know?

  • Document Numbering Series

    Why there is no Option to define  Numbering Series for SALES OPPURTUNITY?

    Sankar,
    A Sales Opporunity is not really a marketing document as it provides for linking with marketing documents.
    The Sales Opportunities has it own auto numbering through field OpprID.
    This is probably why the design of the product is not made to be included in the number series.

  • Framesets and Navigation buttons

    Greetings All:
    Now I know what you're going to say first, "don't use
    framesets", yada, yada, yada, however, I have had some success.
    But, I'm having a problem with two navigation buttons. I have
    linked the buttons to the main frame in the inspector as the
    instructions tell me. For the "Events " and the "contacts " button
    when I click on them I see an error page not found message. Below
    is the link to the site. Please advise on what I can do to fix this
    problem. The framesets work best for our purposes. Thank you in
    advance for your help.
    http://www.broward.k12.fl.us/silverlakesms
    NG

    The percent of times that they *are* the best way to go is
    vanishingly
    small. So, you are much safer saying "they are bad" than
    saying "they are
    good" by a long shot. In fact, they are awful, particularly
    in the hands of
    someone who doesn't understand frames and how they work, and
    why they work,
    and why you shouldn't use them.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Pizza Good" <[email protected]> wrote in message
    news:[email protected]...
    > First of all, anyone that says "don't use framesets"
    does not understand
    > that sometimes they actually are the best way to
    go...same thing goes for
    > tables.
    >
    > Anyway...back to your problem.
    >
    > When I click on the "events" or "contacts" it works
    fine. I did notice
    > that the URL that appears in the status bar (bottom) of
    IE is showing a
    > weird URL...after the last / it shows another
    www.xxxxxx.com.
    >
    > Am I testing the wrong link?
    >
    >
    >
    >
    > "ngros" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Greetings All:
    >>
    >> Now I know what you're going to say first, "don't
    use framesets", yada,
    >> yada,
    >> yada, however, I have had some success. But, I'm
    having a problem with
    >> two
    >> navigation buttons. I have linked the buttons to the
    main frame in the
    >> inspector as the instructions tell me. For the
    "Events " and the
    >> "contacts "
    >> button when I click on them I see an error page not
    found message. Below
    >> is
    >> the link to the site. Please advise on what I can do
    to fix this
    >> problem. The
    >> framesets work best for our purposes. Thank you in
    advance for your
    >> help.
    >>
    >>
    http://www.broward.k12.fl.us/silverlakesms
    >>
    >> NG
    >>
    >
    >

  • Locking address bar and navigation buttons Safari

    With the new iOs 7 I have several issues with Safari.
    Whenever I scroll down a page in Safari the navigation buttons (back/forward) dissappear and the address bar becomes a lot smaller. Any way to disable that?
    Is it possible to show the full URL always?
    The Google search box is missing, is there any setting to restore it to a seperate box instead of via the address bar?
    Browsing through the open tabs now looks like a card catalog, not really an issue but only half the page is visible where it used to be the whole page.
    Everything has changed so much, aggressive colors, buttons that don't look like buttons. I wish I could tweak everything a lot more.

    Really really need to see the full URL in the URL bar. A top level domain alone is pretty much worthless and makes web browsing extremely difficult. How do I restore the full URL??

  • Hosting and navigation buttons

    Hi all. I'm really liking Edge reflow as it's a nice and easy way of designing a site, but I'm stuck at something: How can I make navigation buttons and will it be possible to use the files of the website to put the site online? If so, how can I do this?
    Excuse my ignorance, I have zero web skill.

    Edge Reflow is not meant to build a complete website. The word 'reflow' says it all, this tool is meant to design a page that reflows nicely on various screen sizes (tablet, phone, desktop,...). As of now it's not possible to link elements to  pages, thus making it impossible to use Edge Reflow to create a website consisting of more than one page.

  • On my laptop running windows 7 most of the information has disappeared from the window - headings (file, edit, view, etc), address bar and navigation buttons - all i can see is tabs - how do i get the missing items to display

    On my laptop running windows 7 all the info displayed at the top of the homepage window is missing. All headings, i. e. File, Edit View, etc. are gone. There is no address bar. There is no home button, refresh button, etc. My wife was using the machine when it happened so I don't know what she did. How do I restore these features?

    F11 did not work F10 did. ThaNK YOU FOR THE HELP

  • Error in Opening Document - error messgae as "First Define Numbering Series

    Dear All
    With new financial year starting one of our customer define new posting periods (12 periods for each month) and assigned one period indicator for all the periods. They also defined some user groups and assigned this groups to document numbering series for that user. Now while opening the document (e.g. Sales Order) for that user system displays the following message:
       "To generate this document, first define the numbering series in the Administration module"
    Therefore user can not open the document. Same procedure was followed in previous period also without any error.
    Please suggest procedure to be followed.
    Thanks & with regards
    Aloke Bandyopashyay

    Hi
    PLs find this link takes to you to authorization Document, as you said cant be given full authorization to all, But you should know proper knowledge before giving authorization bcoz all modules are interlinked. SO pls go through the document first :
    https://websmp208.sap-ag.de/~form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000529280&_SCENARIO=01100035870000000183
    https://websmp208.sap-ag.de/~sapidb/011000358700001216762007E/HowTo_DefAut_2007A_B.pdf
    For to access Both u should have S user Id.
    Giridharan V

  • Linking a Period Indicator to a Posting Period and Document Numbering

    Dear All,
    Could you please tell me that, what will be the consequences if I do not link a Period Indicator to a Posting Period and use the Period Indicator in any document numbering?

    Hi,
    The use of the period indicators depends on the accounting practice of the company.
    The consequence you will face when you are not using period indicators:
    1.Your document numbering series will be continued from year to year,for ex.if your last document numbering series for AP Invoice is 3489 for FY200809,then the starting series for the FY200910 will be 3490.
    2.You should perform period end closure before proceeding to the next financial year,which would not be possible(Atleast one month in the new financial yr) as we may need to use adjustment transaction for accounting/auditing purpose
    3.Unless you perform year end closure the new series can not be continued,if you continue there must be accepted/explained in the accounts auditing too .
    4.But you don't use period indicator,there will not be any necessity to create new document series for every new financial year.
    Also check this document on [Period indicators|https://websmp105.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000513532005E] for better understanding.
    Hope this is helpful!

Maybe you are looking for