Check number confirmation window does not appear and checks become confirmed automatically

We have updated to SAP 9.10.105 PL 00,
and we have two issues with check printing, first when we print check we do not receive a confirmation window and all of the checks show as being confirmed. as soon as be print checks in the payment wizard after the checks have printed we than get an error message.
"no matching records found 'checks for payment' (OCHO) (ODBC 2028) [message 131-183]
the second problem is if I set over flow to blank paper, it will only print one check at a time, and i still do not receive a confirmation window.
I am not sure if the original patch for 8.8 was left out of the 9.1 release.

Thanks for this, I found this after posting a message with SAP Support.  Just a heads up, they consider it as 'Consulting' function not an 'Application Error' so they will not be a fix.  We'll just need to know to make sure users know to un-check this Box. 
SAP Note: 0001422688 - Print on Blank Paper checkbox on Checks for Payment
Symptom
Scenario 1:
Check Number Confirmation window does not pop up after Checks have been printed.
You might receive the following error message:
'No matching record found 'Checks for Payment' (OCHO) (ODBC-2028) [Message 131-183]'.
Scenario 2:
User is not able to print batches of Checks either via Payment Wizard or via Document Printing and
the Cheque Number Confirmation window does not pop up.
Cause
Consulting
Solution
The issue could be resolved by uncheck Print on Blank Paper on Banking -> Outgoing Payments ->
Cheques for Payments
'Print on Blank Paper' setting on Checks for Payment is saved per user
SAP Note:  0001059752 - Printing Checks for Payment Skipping the Confirmation Screen
Symptom
Check Number Confirmation window does not appear and the check automatically get confirmed.
Reproducing the issue
Scenario:
Print a Check for Payment Via Document Printing or Directly for the Check for Paymet screen (under
Banking > Outgoing Payments)
Expected Results:
The Check Number Confirmation screen pops-up.
Actual Results:
Check Number Confirmation screen is skipped
Cause
Consulting
Solution
If the option 'Print on Blank Paper' is ticked, the Checks Number
Confirmation window will not pop-up.
Go through the following steps and check the settings:
1. Go to Administration -> System Initialization -> Print Preferences -> Per Document tab,
Document: Check for Payment. Check if the option 'Print on: Blank Paper' is ticked.
2. In Check for Payment document check whether the tick box 'Print on Blank Paper' is ticked.
3. Go to Administration-> Setup-> Banking-> House Bank Accounts. Check in the 'Paper Type' column
if the option Blank Paper is chosen.

Similar Messages

  • ITunes proxy authorisation window does not appear (and account is being blocked randomly)

    Many users have iTunes installed on their PC. iTunes requires proxy authorization to connect to internet. Appropriate popup window appears when opening iTunes and trying to open some internet-based page there. Entering current AD account credentials helps to connect. There is also a checkmark there allowinf to save credentials for further use (and do not show this window anymore). When AD password is changed - this popup window does not appear again and user's account is being blocked (because iTunes tries to connect proxy with old credentials). The question is: is it possible to reset proxy settings, stored somewhere inside iTunes somehow? Just to return proxy authorization window back. Did you have such an experience? If you caould share any knowledge - it would be great.

    What happens if you go to iTunes > File > Devices, do you get the option to Sync iPhone?
    You could try a reinstall of iTunes. OS X Yosemite: Reinstall apps that came with your Mac

  • Login Window does not appear

    (I am on a different computer) When i turn on my macbook, the apple logo appears, the progress wheel moves, and it switches to the blue screen. Once there the login window does not appear and the mouse pointer shows up and fades soon after. Sometimes a progress wheel displays but it does not change anything. What can I do?

    First, try booting the Mac in Safe Mode. To do so, hold down the shift key as you turn it on and continue holding it until you see the spinning gear below the Apple logo. Be patient -- booting in safe mode can sometimes take 10 minutes or longer.
    If that does not work, insert the first of the two recovery DVDs that came with your computer and start the Mac while holding down the C key. Once it boots, run Disk Utility and verify both the disk and disk permissions. See if that solves your problem.

  • I have just bought a Macbook Pro and sync data from my old version onto the new one...However when I tried opening the mail client...Message window does not appear.

    I have just bought a Macbook Pro and sync data from my old version onto the new one...However when I tried opening the mail client...Message window does not appear. The old Macbook Pro I was using used Snow Leopard. Now with the new it is a Lion. Toruble now when I click onto new message window I have the spinning icon which show it is trying to load. However it fails and Im left with having to Force Quit it. How can I resolve this problem

    Tunes: How to move [or copy] your music to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    Quick answer if you use iTunes default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Start iTunes with the option (shift on Windows) key held down and guide it to the new location of the library.
    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list (e.g., ringtones), or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.
    Select the store on the left side of iTunes.
    Click on Purchased on the right side under Quick Links.
    You can re-download your available previous purchases.

  • The window to select dimensions simply does not appear and I can't move forward, due to variables exit in the report

    Dear experts,
    I am having an issue when I try to create a WEBI document using Bex query through OLAP connection (Bics).
    Due to variables exit, it is not possible to open query pannel in webi to choose wich dimensions to add to the webi document.
    The window to select dimensions simply does not appear and I can't move forward!
    In RSRT ou Bex Analyzer, the query is running fine without errors.
    CMOD code is like this (I believe there is not any error as it is working flawless on other reports for other variable names):
    WHEN 'ZREDT1'.
         IF i_step = 2.
           CLEAR wa2.
           READ TABLE i_t_var_range INTO wa2 WITH KEY vnam = 'ZRE_DT_IN'.
    *      wa2-low = |{ v_year_h }12|.
           IF sy-subrc EQ 0.
             v_year_h = wa2-low(4) - 1.
             CONCATENATE v_year_h '12' INTO wa1-low.
    *        wa1-low = wa2-low.
             wa1-opt  = 'EQ'.
             wa1-sign = 'I'.
             APPEND wa1 TO e_t_range.
           ENDIF.
         ENDIF.
        WHEN 'ZREDT2'.
         IF i_step = 2.
           CLEAR wa2.
           READ TABLE i_t_var_range INTO wa2 WITH KEY vnam = 'ZRE_DT_IN'.
           IF sy-subrc EQ 0.
    *        wa2-low = |{ v_year_h }12|.
             v_year_h = wa2-low(4) - 1.
             CONCATENATE v_year_h '12' INTO wa1-low.
             wa1-opt  = 'EQ'.
             wa1-sign = 'I'.
             APPEND wa1 TO e_t_range.
           ENDIF.
         ENDIF.
    Please provide assistance,
    Thanks in advance,
    Kind regards,
    André Oliveira

    I solved it.
    The problem was due to date coming to exit - as you know some time intervals start at 01-01-1000, and as I was calculating 1000-1 = 999
    I was getting and interval from 99901 to 201405. Do not know if it was not working because CHAR NUMC6 was failing trying to recognize interval 99901 - 201405, but probably, this was the issue.
    Thanks for your inputs,
    Best regards,
    André Oliveira

  • Downloaded Acrobat Assistant but the window with language option does not appear and Acrobat Pro II free trial does not download. Why?

    Downloaded Acrobat Assistant but the window with language option does not appear and Acrobat Pro II free trial does not download. I have signed in successfully. Why?

    Hi irenedix,
    After Adobe Download Assistant is installed, you can start it at any time and select a product to download at the bottom of the window. The list updates as new products become available to download with the Adobe Download Assistant.
    Please refer : http://helpx.adobe.com/x-productkb/policy-pricing/download-assistant-faq.html#main_How_do_ I_download_a_trial_version_of_Creative_Suite_or_Elements_software_
    Alternatively you can try downloading it from the direct download links available at: http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards,
    Rave

  • HT2311 After waiting 27 minutes while the new iTunes supposedly downloaded onto my computer, the Finder window did not appear, and the iTunes.mpkg icon didn't appear on my desktop (where downloads usually go).  What do I do?

    After waiting 27 minutes while the new iTunes supposedly downloaded onto my computer, the Finder window did not appear, and the iTunes.mpkg icon didn't appear on my desktop (where downloads usually go).  I also looked for the new iTunes by clicking on my Hard Drive icon but didn't see it there either.  I only see the icon for the old iTunes.  What do I do?

    The exclamation mark means that the app has lost the link to the actual file.
    First step: try and make sure the iPhoto Library is working correctly:
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • If i open a new window instead of a new tab, in the new window does not appear the menu tab

    i want to open new windows instead of tabs and in the new window should appear the menu tab and scrolling up and down, but now with the new version the menu tab does not appear and i cannot scroll up and down.

    Do you mean opening a window via the File menu (File > New Window) or do you always want to open links that you click on web pages in a new window?
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • When I plug in my iphone my charging symbol does not appear and my phone is not charging.

    When I plug in my iphone 4 my charging symbol does not appear and my phone is not charging.  Do I need a new battery?  It is only a year old.

    Can you try a different charger/USB lead? Also check the connector on the bottom of the iPhone for pocket fluff

  • Buddy List window does not appear when starting iChat in Leopard

    In Tiger when I started the iChat application, the Buddy List window always appeared immediately. In Leopard, it does not appear and I must choose Window from the menu bar and then select AIM Buddy List. Does anyone know how to correct this so the Buddy List window appears automatically when I start iChat in Leopard?

    9:54 PM Wednesday; November 21, 2007

  • HT2801 USB SuperDrive disc icon does not appear and therefore SuperDrive cannot be used

    USB SuperDrive disc icon does not appear and therefore SuperDrive cannot be used.
    There is NO advice regarding this issue on Apple Support.
    Any recommendations?

    Also if you don't have this option checked in the Finder Preferences you won't get an icon on the desktop when a disc is inserted.

  • Good night recently my iphone 4s was exchanged for a new one because was defective and was in warranty. the problem is that now I try to use the same apple id on itunes and applications while had bought the old iphone does not appear and I think should ap

    good night recently my iphone 4s was exchanged for a new one because was defective and was in warranty. the problem is that now I try to use the same apple id on itunes and applications while had bought the old iphone does not appear and I think should appear. Can someone help?

    ?

  • Advance Search window does not appear.

    Advance Search window does not appear. I see that several others have asked this question, but no one has received a good answer about how to solve it. I have tried reinstalling but it does nothing. Has anyone managed to fix this?

    Hey billiec47282142,
    Could you please let me know what version of Acrobat are you using.
    You might need to press "Shift+Ctrl/Command+F" for Windows/MAC to open Advanced Search Window.
    Are you doing the same thing?
    Let me know.
    Regards,
    Anubha

  • Every time I would download games for free, always appear message "Verification Required". How that message does not appear and the free download smoothly.

    Every time I would download games for free, always appear message "Verification Required". How that message does not appear and the free download smoothly.

    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    There are no children, nor other suspicious characters that have "played" with my computer. One moment I'm in, the next time I turn on/restart the powerbook I'm at a screen with the name of the hard drive and two fields: username and password. Not a list with pictures and names ie 'Katie Jo' with an orange icon and 'Guest' with a silhouette of a head.
    In an attempt to remedy this problem, I backed up files using target disk mode and firewire cable. I then, rebooted in single user mode, typed in the correct script and essentially made the computer appear virgin again. Original start up welcome screen display with multiple languages, and then set up prompts such as language, network, and registration. After completing the cues and the "just a few more questions" page, I press continue and am left at a grey standstill, with the continue button greyed out, and no other actions. I'm only able to "go back" by clicking the go back button, all the way to the beginning of the set up, and as I proceed through the steps a second time, I'm greeted with the same halt. What is this?

Maybe you are looking for