Please help in FCH3.....Check Voided wrongly!!!!!

Hi Gurus,
Scenario, During FCH3......check numbers 00268 to 00274 (unused) were voided.
Which resulted that these checks were voided and appeared in FCH8 voided check list.
Scenario 2, Check number 27 (in the same Co Code, House Bank and Bank ID) is currently not available to usage.
What my understanding is by voiding a range 00268 to 00274....check number 27 was also accidentally voided.
IS THIS POSSIBLE!!!!!!!!
COZ...in register, they are listed like:
00255
00256
00257
00258
00259
0026
00260
00261
00262......
Moderator: Respect the rules and pose your questions properly

Hi,
You can reverse the void using FCHG.
Regards,
Gangadhar

Similar Messages

  • Please help me to check whether it is right

    I‘m studying the Labview and trying to finish a VI, but I don't know whether it is right? Please help me to check it.
    My VI is frequency modulation that 30Hz baseband modulate 9960Hz Subcarrier, and they phase is 1.
    Attachments:
    Subcarrier FM.vi ‏19 KB

    I‘m studying the Labview and trying to finish a VI, but I don't know whether it is right? Please help me to check it.
    My VI is frequency modulation that 30Hz baseband modulate 9960Hz Subcarrier, and they phase is 1.
    Attachments:
    Subcarrier FM.vi ‏19 KB

  • Please Help Urgent:Fast Search returning wrong result sets

    Hi All,
    We are facing below issue with fast search.
    Currently in My project  when  we are searching  for a phrase it is returning wrong result sets.
    For example if we search for “Endura”, It is returning documents related to
    Endura  as well as Centura.
    But the expected results are only Endura documents.
    When we look in to the documents we didn’t find the search term (“Endura” ) either inside document content or in its meta data.
    In order to resolve the issue we tried the below steps
    1-     
    We manually edited and saved the document, to ensure the appropriate Guid association to metadata.
    2-     
    Index reset
    3-     
    Full crawl
    But no luck  so far.
    Please help.Thanks in advance.
    Regards
    Subrat

    Subrat,
    This may be related to spellchecking or may be synonym. Spellcheck is based on indexed terms.
    The best test would be to run the queries from qrserver (13280) and then look at the spellcheck query transformations. If spellchecking is not doing it, then you must have a synonym setup .Check your keyword/synonyms from the SharePoint side. 

  • Please help me: what is the wrong in my code?

    Hi all ,
    I wrote a script in unix to send a mail, i am executing the script using java code, when i test the script separately in unix it is working properly , when i am executing it in java it is not working properly it is not showing any errors.
    UNIX script: Send_mail.ksh
    #!/bin/ksh
    . ./set_mail_details.ksh
    echo 'In script'
    subject=$1
    echo '\nsubject'
    echo $1
    echo "$subject" | sed 's/~/ /g' | read sub
    body_of_email=$2
    echo '\nBody'
    echo $2
    echo '\nMail List'
    to_list=$3
    echo $3
    echo "$body_of_email" | sed 's/~/ /g' | read body
    (echo "$body";echo '\n';cat U.CUE_CPM )| mailx -s "$sub" -r [email protected] "$to_list"
    if [ $? -eq 0 ]
    then
      echo "Mail is Sent"
    else
      echo "Mail is not sent(In script)"
    fijava code: sendMail.java
    import java.lang.*;
    import java.util.*;
    import java.io.*;
    public class sendMail
      public static void main(String argv[])
          /* This function will send a mail.*/
              String mailIds = "[email protected],[email protected]";
              try{
                   String subject="Test mail";
                       String body = "This is to test the code";
                       String exec_command = "send_mail.ksh "+subject+" "+body+" "+mailIds;
                       Process p = Runtime.getRuntime().exec(exec_command);
                            int exitVal=p.waitFor();
                            if (exitVal == 0)
                                    System.out.println("Mail Is Sent Successfully");
                            else
                                    System.out.println("Mail Is Not Sent ");
                     catch(Exception e)
                        System.out.println("Mail Delivary Failure due to following reasons.");
                            System.out.println("error in email:"+e.getMessage());
                            System.out.println("Cause:"+e.getCause());
                            System.out.println("to string:"+e.toString());
    }when i execute the sendMail i am getting the output as
    $ java sendMail
    Mail Is Sent Successfully
    but i didn't receive any mail.can any one please help in resolving my prob :((

    When using Runtime.exec(String) method, the parameter is split by whitespaces. The first token being the program to run, and each other being considerred as an argument to this program.
    In your test, the body contains whitespaces. Therefore, "This" is considered as one argument, and "is" as another one (mail list in this case...), etc.
    You should consider using the Runtime.exec(String[]) method instead, whith which you have control on the parameters (the first element of the array being the command and every subsequent element being an argument.)String[] exec_command = {"send_mail.ksh", subject, body, mailIds};
    Process p = Runtime.getRuntime().exec(exec_command);http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html
    Tim - What about JavaMail ?

  • Could anyone please help about print check??

    Dear expert,
    We are testing the print process in  OEM sample company but it did not print out and show that "The print document could not be started?" I have no clue how to solve this problem. The printer can print anything except this check, we are new to SAP and will go live very soon. Please help if you could. Thanks a lot.

    Mickey usually the standard for processing a check in not to use the check for payment area, thats more for manual checks or viewing a check already posted.
    My suggestion is to go to the outgoing payments area and select what you are going to pay using this area, post this..
    then go to the document printing under Banking, change the document type to checks for payment
    select the checks you want to print and enter your starting ck number...
    send this to the printer of choice, wait until all checks print and then confirm
    Hope this helps
    ps also make sure you have the default layout for the check listed in Admin, set up, banks, house banks...scroll to the right and see the defaults to set up.
    Edited by: Joanne Pencola on Sep 28, 2011 1:53 PM

  • Please help me regarding check box..plzzzzz

    Hi,
         I posted the doubt about checkbox but no one replied. Please any one give me idea for making the operation. The attached VI shows the checkbox(regulated) in front panel with some textboxes below. So, now i want to make when the checkbox is clicked(on or regulated) i want to display first six textboxes with front labels and when it unchecked(off or unregulated) i want display only last two text boxes with front labels. And i want to deliver the data from read and write block to these text boxes.
                please help me i waste 3 days for this and i did not find any way. Looking for big help.
    Attachments:
    Basic_Serial_Write_and_Read.vi ‏32 KB

    First of all, if the user is supposed to operate the checkbox, it should be a control, not an indicator. right?
    Things like this are most easily done in a parallel event loop that handles nothing but UI changes. Here's a quick draft. It needs a little bit more code to stop the lower loop if the upper loop stops due to error. I am sure you can figure something out.
    Some other comments:
    Do you really need to configure the serial port and close the session with every iteration of the loop? Typically these things need to be done only once, before and after loop, respectively. That VI needs some serious work in general....
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ChangeVisibility.png ‏19 KB
    Basic_Serial_Write_and_ReadMOD.vi ‏29 KB

  • Mebody Keep on getting a message that says write access not granted if i whant to safe my edited images! Please help? Preview check box already unchecked

    please help me with this problem? I keep on getting a message saying write access not granted, so i cant safe my files!

    The drive appears in the sidebar with a tiny lock icon, and when I try to copy a file from my internal HD to the external (top level directory, or drag the items right onto the icon), the following things happen:
    Open the Terminal in the /Applications/Utilities/ folder and enter the following:
    chflags nouchg
    followed by a space; next, drag the disk into the Terminal window and press Enter. The lock should now be gone.
    The fact that my account was named both as owner and group seemed odd, since in Group the access was "read only".
    Recent versions of Mac OS X create a group with the same name whenever you create an account from the Setup Assistant or System Preferences. The Group permissions don't apply in this case.
    I changed the Group access to "read & Write", but it's not "sticking" -- when I close teh details field and reopen it, or close the get info window and reopen, the Group access settings go back to "read only".
    Did you get an error message after doing this?
    Verify/Repair permissions were dimmed for this drive (I assume becuase it doesn't have MacOS X installed on it?)
    That is correct. The Repair Permissions mechanism uses data from the /Library/Receipts/ folder on a disk to function, and this data is only present on disks which have Mac OS X installed.
    (12377)

  • HT201303 Please help me to check my acc:  i cannot find where i can change the question security.

    i cannot find the button which i can change the question surcurity. please help me
    <Email Edited by Host>

    http://support.apple.com/kb/HT5312
    -If you established a rescue email address, there will be a link on the "Passwords & Security" page of id.apple.com.  Clicking the link will send the reset to your rescue email address (NOTE:  This is not the same address as your Apple ID email)
    -If there is no link on the page, then you didn't establish a rescue email address.  Contact AppleCare at 800.694.7466 (If you are in the US), and ask for account security.  You will need to answer some questions to verify your identity, AND you will need access to a computer to generate a temporary support pin.
    -If you are not in the US, click http://support.apple.com/kb/HT5699 - Apple ID: Contacting Apple for help with Apple ID account security
    HTH

  • Please help! Yosemite Install gone wrong. Macbook now = Nice paperweight

    So late last week my macbook late 2011 started to play up and run slow, it had been under a lot of stress from video editing and was due a format / re-install / upgrade from mavericks to Yosemite.
    I decided to do this in one simple move using instructions found online (and instructions I've used before) I backed up my data, downloaded the new OS and created a boot using bootdiskx and then formatted the HDD using the recovery partition.
    Now I must of messed up somewhere, when starting the install via the USB bootdisk the progress bar pops up and then reaches around 20% and then the screen goes all grey.
    I've left the machine over night to run and had no luck.
    Tried 2 memory cards / usbs
    re created the bootdisk
    and also downloaded the OS again
    If I let the device run straight from boot up I'm greeted by the apple logo and soon after blue/black lines, safemode doesn't work as there's no OS, and recovery partition is incredibly unreliable and only boots on random occurrences.
    I've tried every silly keycombo I can find and nothing works!
    Please help!!!!!

    "macbook late 2011" ""soon after blue/black lines"
    It will help us diagnose your problem to know the exact model, size, year built, RAM installed and OS you're running.
    Also if it's a 15 or 17" there's a recall on those models:
    Apple Recall:
    https://www.apple.com/support/macbookpro-videoissues/
    Run the serial number there to see if you're in the recall pool.

  • Please help - Motion trial checker says motion cannot ..  graphics card...

    Motion trial checker says motion cannot be installed graphics card... I have 2 graphics cards: both NVIDIA Geforce 7300 GT in my Macpro 3Ghz... I am using only 1 card with a vga monitor. It says my graphics card does not meet the minimum requirement for motion. but it does. I tried it with a different monitor but I get the same error please help

    Welcome to the discussions!
    Motion compatibility checker...well, that's an old app!! You're probably looking at the wrong place-at the Motion for PowerPC pages.There used to be a trial for Motion version 1 and/or 2 but both will not work in an Intel processor Mac. The Universal binary version ( 2.1 and later ) has been integrated into Final Cut Studio and there's no trial or checker for Motion since then.
    For specs-that you definitely meet-look here: http://www.apple.com/finalcutstudio/specs.html

  • Please help me for checking the userid and password process

    hi master
    sir how i find any record such as user give userid and password in normat textfield thad not bound with data provider only i drop in page and also i drop dataprovider in page and i check that userid and password from table
    if found userid and password in table then move user to next page oterwise give message not righet user
    i am use this code but this code give me error
    see
    try {
    RowKey userRowKey = customerDataProvider.findFirst
    (new String[] { "CUSTOMER.USERID", "CUSTOMER.PASSWORD" },
    new Object[] { loginUserId.getText(), loginPassword.getText() });
    if (userRowKey == null) {
    error("Invalid user id or password");
    return null;
    i try this but this command also give me error
    textfieldy.setValue(partytableDataProvider.getValue("PARTYTABLE.PARTYID"));
    ==========
    textfiedlsetValue(getSessionBean1().getPartytableRowSet().setObject(1,partytableDataProvider.getValue("PARTYTABLE.PARTYID"));
    ===========
    texfield.setValue(partytableDataProvider.getValue("PARTYTABLE.PARTYID").toString());
    see error
    Possible Source of Error:
    Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider
    File Name: CachedRowSetDataProvider.java
    Method Name: getFieldKeyInternal
    Line Number: 481
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeyInternal(CachedR owSetDataProvider.java:481)
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKey(CachedRowSetDat aProvider.java:439)
    com.sun.data.provider.impl.AbstractTableDataProvider.findFirst(AbstractTableDat aProvider.java:143)
    logintestform.Page1.button2_action(Page1.java:442)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun
    please give me idea how i find record in table
    thank's
    aamir

    Hi ,
    Wondering if you were able to get past this issue. If not , I would suggest checking the prefix's on the metadata of the column name.
    Radhika

  • The disk cannot be partitioned because some files cannot be moved. idefrag didnt solve the problem. Please help, maybe i did something wrong

    My time Machine isnt set up so i cant back up my files.
    i read on the apple forms that idefrag works and solves that problem. I payed money, and defraged my computer and i still get that error msg!

    zuzugp wrote:
    My time Machine isnt set up so i cant back up my files.
    Well you need to resolve that backup issue first and combined we will solve your other issue.
    Get a new blank external drive either the same size or slightly larger than your boot drive and open Disk Utility in your Applications > Utilities folder.
    Select the external drive makers name on the far left and click Erase and Security option > Zero all data on the new external drive, let it complete it will take some time.
    If your on 10.7, the Erase function and select the next to the far right option, that's a Zero Erase, the 7x takes too long and isn't necessary as the Zero erase is enough to map off any failing sectors.
    Once that is finished, download the free to use (donations) Carbon Copy Cloner and clone the OS X drive (10.7 partition) to the external drive using the default settings, just select drive A and B and click clone. Wait for this also takes some time.
    Hold the option key down and select the cloen to boot from, check it out, it's a exact copy. Cool.
    i read on the apple forms that idefrag works and solves that problem. I payed money, and defraged my computer and i still get that error msg!
    You got burned, because iDefrag doesn't move data in that fashion, it only attempts to defrag files and still leaves data on the area where your trying to create the Bootcamp partition.
    Your solution is to option key boot from the clone, Zero erase the OS X partition and reverse clone back onto the drive/partition. Provided you have the drive space avaialble for Bootcamp, then all the free space will be avaialble at the bottom of the drive to create the Bootcamp partition.
    see this
    BootCamp: "This disc can not be partitioned/impossible to move files."

  • HT204347 I just buy a Mac Pro from one Company in Cambodia and I really want to check where is the spare part of such mac pro come from? so please help me to check my mac pro, the serial number is SC02H250ADV14 . thanks for your kind assistance

    Dear Sir,
    I don't know how to search the source product of my Mac Pro which I just buy from one company in Cambodia, the company said that it is made in China and it's part of such Mac Pro is from USA. I'm not sure it is truth or not. So I would like you to double check it for me. The Serial of such Mac Pro is SC02****ADV14 , thanks for your assistance.
    Regards,
    S
    <Edited by Host>

    You can type in your machines serial number here to find out a little more about it, however, it won't tell you what components came from what countries to be assembled into the unit you have. 

  • Please Help me to check the blue screen problem

      BCCode: d1
      BCP1: 000000000000002C
      BCP2: 0000000000000002
      BCP3: 0000000000000001
      BCP4: FFFFF88006B0FC7E
      OS Version: 6_1_7601
      Service Pack: 1_0
      Product: 256_1

    YS
    These were Related to
    NETwNs64.sys Wireless WiFi Link Driver from Intel Corporation AND Avast.  I would remove the current wifi driver (2010) install the most recent and remove Avast and use Microsoft Security Essentials in its place.
    Microsoft (R) Windows Debugger Version 6.3.9600.17237 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Ken\Desktop\Minidump\110514-7581-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    ************* Symbol Path validation summary **************
    Response Time (ms) Location
    Deferred SRV*D:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*D:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
    Machine Name:
    Kernel base = 0xfffff800`03859000 PsLoadedModuleList = 0xfffff800`03a9c890
    Debug session time: Tue Nov 4 23:39:55.693 2014 (UTC - 5:00)
    System Uptime: 0 days 0:01:31.568
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    * Bugcheck Analysis *
    Use !analyze -v to get detailed debugging information.
    BugCheck D1, {2c, 2, 1, fffff88006b0fc7e}
    *** WARNING: Unable to verify timestamp for NETwNs64.sys
    *** ERROR: Module load completed but symbols could not be loaded for NETwNs64.sys
    Probably caused by : NETwNs64.sys ( NETwNs64+21ac7e )
    Followup: MachineOwner
    0: kd> !analyze -v
    * Bugcheck Analysis *
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: 000000000000002c, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
    Arg4: fffff88006b0fc7e, address which referenced memory
    Debugging Details:
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff80003b06100
    GetUlongFromAddress: unable to read from fffff80003b061c0
    000000000000002c Nonpaged pool
    CURRENT_IRQL: 2
    FAULTING_IP:
    NETwNs64+21ac7e
    fffff880`06b0fc7e ?? ???
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
    BUGCHECK_STR: 0xD1
    PROCESS_NAME: chrome.exe
    ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) amd64fre
    DPC_STACK_BASE: FFFFF80004FC4FB0
    TRAP_FRAME: fffff80004fc4610 -- (.trap 0xfffff80004fc4610)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff88001952110 rbx=0000000000000000 rcx=fffff88001955ec0
    rdx=fffff80003ad3af0 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff88006b0fc7e rsp=fffff80004fc47a0 rbp=fffffa800716bbc8
    r8=0000000000000000 r9=0000000000000000 r10=002900520028006c
    r11=fffffa800a581298 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0 nv up ei ng nz na pe nc
    NETwNs64+0x21ac7e:
    fffff880`06b0fc7e ?? ???
    Resetting default scope
    LAST_CONTROL_TRANSFER: from fffff800038ce169 to fffff800038cebc0
    STACK_TEXT:
    fffff800`04fc44c8 fffff800`038ce169 : 00000000`0000000a 00000000`0000002c 00000000`00000002 00000000`00000001 : nt!KeBugCheckEx
    fffff800`04fc44d0 fffff800`038ccde0 : fffff800`03a49e80 fffff880`0691405e fffff800`03a5e780 00000000`00000000 : nt!KiBugCheckDispatch+0x69
    fffff800`04fc4610 fffff880`06b0fc7e : 00000000`00000000 fffffa80`0716bbc8 fffffa80`00000002 00000000`000000c0 : nt!KiPageFault+0x260
    fffff800`04fc47a0 00000000`00000000 : fffffa80`0716bbc8 fffffa80`00000002 00000000`000000c0 00000000`000004ba : NETwNs64+0x21ac7e
    STACK_COMMAND: kb
    FOLLOWUP_IP:
    NETwNs64+21ac7e
    fffff880`06b0fc7e ?? ???
    SYMBOL_STACK_INDEX: 3
    SYMBOL_NAME: NETwNs64+21ac7e
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: NETwNs64
    IMAGE_NAME: NETwNs64.sys
    DEBUG_FLR_IMAGE_TIMESTAMP: 4d10df1b
    FAILURE_BUCKET_ID: X64_0xD1_NETwNs64+21ac7e
    BUCKET_ID: X64_0xD1_NETwNs64+21ac7e
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:x64_0xd1_netwns64+21ac7e
    FAILURE_ID_HASH: {a35c5204-7d0b-74c4-0f08-42299b8d29b5}
    Followup: MachineOwner
    Wanikiya and Dyami--Team Zigzag

  • How to restore my ipad?My ipad say on screen CONNECT TO ITUNE.How can i do when i connect with computer.It is need itune new version.Can you sent me.I will be waiting your answer.Please help me sir.

    How to restore my ipad?My ipad say on screen CONNECT TO ITUNE.How can i do when i connect with computer.It is need itune new version.Can you sent me.I will be waiting your answer.Please help me sir.

    Check for Updates.
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%208/78d42b19fa42e8d83b5 5a65e1333373f_zpsf58bbe10.jpg

Maybe you are looking for

  • Recovery Incomplete, cannot get any further than insert media

    I tried to perorm a system refresh on my windows 8 hp notebook m7-j020dx. a full system backup was perfromed just prior to the refresh just in case.  once the refresh finished the laptop restarted one last time and a screen popped up stating restorat

  • Lost Photos in Photoshop Album Starter Edition 3.2

    My email stated that my photos were transfered to Revel. Only one photo switched. The rest are stuck at Adobe Photoshop Album starter edition 3.2. I can see my photos are sitting there but are stuck behind the product registeration looking for a prod

  • Universal Dock Adapter Help

    Hi All, I just received my 60gb 5g ipod and universal dock. I am having trouble with the dock adapter and wondering if anyone had the same problems or insight into my problem. The adapter I got is labeled 9. It seems to be clearly too small to fit th

  • I wander how to establish Webdispatcher on EP with HTTPS

    I wander how to establish Webdispatcher on EP with HTTPS . I can do it for HTTP. I found releated link in SAP Library: http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm but still I do not understand as instal

  • How to transfer music from PC to my iPad mini and iTunes Store app issue

    I am new with IPad mini, and have issues with music on device: A) I wonder whether I can transfer music from PC to device (A 1432) and B) I have problems 'approaching' iTunes Store app because it shows on screen interface for iTunes U app (which I do