MICR Check Number needs to be 6 Digits

My current Check number on the MICR String is 5 digits, the bank requires it to be 6 or more, how can I alter the XML code to show that extra 0 in front of the check number without altering the Document Number at the DB Level
Thanks for any help in advance
Rosa

I added the following pl/sql functions to my rdf and passed it thru the xml data
function XXNS_MICR_STRINGFormula return Char is
l_micr_string varchar2(200);
begin
l_micr_string := '/'||to_char(:C_CHECK_NUMBER)||'/ &'||:C_ROUTING_NUM||'& '||
:C_BANK_ACCOUNT_NUM_ON_US||'/';
return(l_micr_string);
end;
you can probally use the concat() function in XMLP and do the same if you don't know how to edit the rdf......

Similar Messages

  • Insert Zero's in a Check Number

    I have a check form that has a MICR line that will have check number <2001> I need that field to insert 5 zeroes in front of that check number and justify. The check number will always be 10 digits and I need to add zeroes as needed.
    Thought I could use the picture clause but it does not seem to do anything for me.

    Hi Mark,
    Thank you very much for following this up. I look forward to the answer from ESRI. Hopefully, it was something very obvious that I missed.
    I just wonder from the comment, ' They simply have to alter the number precision' - is this on the Oracle-side or the ArcMap-side.
    I've read the following:
    http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Geodatabase_field_data_types
    "...Specifying the precision and scale allows you to restrict the range of values and number formats a field can accept, giving you greater control. For example, if you specify a float with a precision of 4 and a scale of 2, the field will accept 12.34. If you try to enter 12.345 into the field, an error message would display, as this exceeds the maximum number of digits and decimal places allowed. On the other hand, if you specify a float with a precision of 5 and a scale of 3, the field would let you enter the 12.345...."
    However, does this mean if I (...well not me, one of our GIS users) inserts 4 into the database I want to see it as 4.000 in ArcMap? To represent a measurement taken in mm's.
    We use here Oracle 10.2, ESRI SDE 9.1, ESRI ArcMap 9.1, Solaris 10
    Message was edited by:
    dhuhkosi

  • Need to increase length of the check number

    Hi Gurus,
    When i am trying to increase the length of the check number from 7 digits to 8 digits. I am getting the error message FIBL664. could you please help me regarding this.
    Thanks in advance....
    Ramanjaneyulu

    Dear Ramanjaneyulu,
    There are several checks concerning the structure, the length of check number etc. before creating new check lot. As the message FIBL664 says, the structure of check number for the new check lot does not  correspond to the check lots created earlier. It is supposed that the lots of one bank have the same length of check number and structure.                                                                               
    However, if you want to create this check lot with such characteristics  you can setup the message FIBL664 to 'S' or turn it off using transaction SM30 and view V_T100C.  
    This is not a Controlling issue, but an FI issue. If you need more information, I'd suggest opening a message in the forum of ERP Financials.
    Regards,
    Antje

  • Check number and MICR number in SAP Script

    Hi All,
    I want to know how do we print MICR and Check number in the check.
    I checked in SE73 - Two fonts are there with MICR.
    How can we use the same in our script ?
    Thanks in advace!
    Sen

    Hi Senthil,
    refer this link may helpful to your query
    [link|Re: How to print the MICR symbols in sapscript for Cheque printing;
    Thanks and Regards,

  • I'm TRYING to try the 30 free trial of Aperture. It downloads fine, but the promised email with serial number (needed to activate) never arrives.  I've double checked email address.  Anyone have a solution?

    I'm TRYING to try the 30 free trial of Aperture. It downloads fine, but the promised email with serial number (needed to activate) never arrives.  I've double checked email address.  Anyone have a solution?

    This has been reported numerous times in the past. It seesms that from time-to-time the response system responsible for sending the key goes away.
    Take a look at the More Like This box on the right hand side of this page. Some users have had success getting the key sent in various ways.

  • Need to Concat Invoice Numbers for a partucular Check Number

    Hi,
    There is a requirement where for a Check Number for example 2345 and there are 4 invoice numbers ABC 1013280,CBD 1013456,DEF 5101234 and XYZ 6101234.
    I joineds ap_checks_all,ap_invoice_payments_all and ap_invoices_all.I want the data to appear as in CONCAT Invoice Numbers for partilcular Check Number
    For example the Check Number 2345 the data should appear as
    CHECK_NUM INVOICE_NUM
    2345 ABC 1013280,CBD 1013456,DEF 5101234,XYZ 6101234
    Any help will be needful for me

    Hi 918308,
    Try:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2196162600402#18313422264397
    Regards,
    Gareth
    http://garethroberts.blogspot.com

  • Search string for 3 digit check number?

    For electronic bank statement,uploading file contains 3-digit check number eg;416
    but in FCHI-Check lots we defined six-digit check numbers.
    so system is not able match the check nos. as they are different, and auto reco is not happening.
    we have gone through search strings documentation but
    we dont know what to enter in search strings configuration.
    Kindly help me what to enter for 3 digit check no?
    Edited by: KUMAR on Dec 2, 2008 1:35 PM

    You'll first need to create search strings to "find" the check numbers in the note to payee information.  Then when you set up the search string use, you'll assign a mapping prefix of "000000" to format the check numbers with the leading zeros so they are 6-digits long.
    To set up the search string, you'll need to look at the note to payee information at the text either before or after the check numbers.  Let's say, for example, that the word "CHECK" always preceeds the check numbers in the note to payee:
    CHECK 456
    or
    CHECK 1234
    Because you have some check numbers coming through the bank statement as 3 digits and some as 4 digits, I'm thinking you'll need to set up two search strings, one with search string value "CHECK ###" and the following mapping:
    C ->
    H ->
    E ->
    C ->
    K ->
       ->
    -> #
    -> #
    -> #
    And the second with search string "CHECK ####" and the following mapping:
    C ->
    H ->
    E ->
    C ->
    K ->
       ->
    -> #
    -> #
    -> #
    -> #
    In the search string use, you assign each search string to the relevant company code, house bank and account ID. You can also leave these fields blank, in which case the search strings will be relevant for all company codes, house banks and accounts IDs.  You'll also need to populate the interpretation algorithm with the same algorithm that you assigned in the Global EBS config for the external transaction for checks.  The target field should be Check-/DME Reference-/Assignment number.  Fill in the mapping prefix with 000000 - and be sure to check the Active indicator.  If you are on ECC 6.0, you will also have fields for external transaction and +- (these fields may also be available in ECC 5.0 - but I know they are not available in 4.7 or prior).  If you see these fields, you can fill them in to further limit when the search string is used - for example, only for Negative transactions or only for Negative transactions with a particular external transaction value.
    Let me know if you have any other questions.
    Regards,
    Shannon
    Edited by: Shannon Moberg on Dec 3, 2008 6:05 PM

  • R12 Check Printing Need XML output for seeded data definition--urgent

    Hi--
    I really need to get ahold of the XML output from the checks running off the data definition called "Oracle Payments Funds Disbursement Payment Instruction Extract 1.0" in Oracle R12 quickly--particulary the XML tag that holds the MICR string (should be the concatenation of Check Number, Routing and Acct number).
    I found an entry here in the forums about running a query of:
    SELECT XMLType.getClobVal(instruction)
    FROM IBY_XML_FD_INS_1_0_V
    WHERE rownum =1 ;
    to get the entire XML output. I have an open SR but haven't really gotten anywhere with it yet.
    However, all we get back is an error about datatype. Could someone please help out with this--it is quite urgent as I need to finish this last piece of the checks and work with the bank on formatting this week.
    Thanks--I'd really appreciate any assistance!
    Kate

    SELECT XMLType.getClobVal(instruction)
    INTO x_extract_doc
    FROM iby_xml_fd_ins_1_0_v
    WHERE payment_instruction_id = p_payment_instruction_id;
    or you can use
    SELECT document FROM iby_trxn_documents order by creation_date desc;
    provided that the last run was urs.

  • Invoice number and Check number for FI

    Hi Friends,
                    What does the above for FI mean? I need to pull the invoice number and the check numbers from AP and report . My question how do I recognize
    which field from 0FI_GL_4 stores this information? Any advice would be greatly appreciated,
    Assumption : Are the check numbers in FI nothing but the document numbers for a particular document type?
    Thank you,

    FI means Financial accounting.  0FI_GL_4 does not contain the check number as a standard field in the extractor. You would have to modify the extractor. the check number is in the table PAYR field CHECT linked to the clearing document  number VBLNR . The clearing doc is in 0FI_GL_4 so that is your connection. You probably would be futher ahead to create an extracotr for PAYR then connect to your data from 0FI_GL_4 in an MP or info set.  By the way 0FI_AP_4 is the extractor for accounts payable so you may want to use this instead. Depends if  like they are requsting accounts payable information. The invoice number will be in the reference field which is XBLNR.
    pls assign points to say thanks.

  • Sending PI message in case of Payment Cancellation and Check Number Voided

    Hi ..
    I've a requirement to send a message to PI wth the required invoice header fields whenver any payment document number is cancelled or check number is voided. I know we can cancel the payment or check payment through tcode FCH8 and the module program for this is SAPMFCHK.
    I have no idea where would i put my custom code in the check payment cancellation wherein i can put my invoice fields and the proxy code so that I can send a message whenever any check payment or payment is cancelled.
    Please help me if you have come with the similar requirement. I think i need to create an enhancement and put my codes inside that but not sure how do to this.
    Thanks,
    Shamim

    Hi
    I guess You need to create substitution for this purpose. In your case reversal document get created for your original FI document.
    Go through http://wiki.sdn.sap.com/wiki/display/ERPFI/Creatinguserexitsforsubstitutions
    First check GCX2 transaction if there is already any Z Program attached for your application area. If yes check if it is active in SPRO
    Special Purpose LedgerTools-Maintain Validation/Substitution/Rules---Maintain Substitution
    You can create substitution ZTEST under
    Financial Accounting----Document header for field "reversal Indicator" and if you do F4 in field "Exit" you will see the exit created by you as per wiki.
    I think you can create substitution on field "reversal Indicator" but its your choice. Check if your exit gets trigger.
    Try creating a event to trigger proxy or submit program etc...
    Hope this helps.
    Regards
    Vinit
    Edited by: Vinit Joshi on Mar 9, 2012 8:20 PM

  • Invoice and Invoice amount in FI/CO When enter check number

    Hi  All,
       I have a requirement like this. We have custom t-code ZF04 ( FAST CASH ) to post payments to customer accounts. In this t-code, we have one field for Check#.  When they enter Check# number and click on 'SEARCH' icon i need to display list of invoices and amounts with in a check.
    I have no idea about tables,. Where to look? What tables do i need to look when enter check number, which returns invoice details.
    Please let me know ASAP....
    I appreciate your help!
    Thanks,
    Suneetha

    Hi,
    One question - Are you getting customer payment trrough <b>LOCKBOX</b>? If yes, then following are the tables
    Check tables <b>FEBKO</b> and <b>FEBEP.</b> The field is <b>FEBEP-CHECT</b> for check number. For this check number take <b>FEBEP-KUKEY</b>. With this KUKEY read table FEBRE. <b>FEBRE-VWEZW is the invoice number</b>.
    So, sequence is
    1. Put Check# --> FEBEP-CHECT  and get FEBEP-KUKEY
    2. Put FEBEP-KUKEY into --> FEBRE-KUKEY
    3. FEBRE-VWEZW is invoice no.
    If you are not using LOCKBOX, How are you getting customer payment? Let me know so i can give you exact answer.
    Regards,
    RS

  • I am using Mac OS X 10.6.8, and I need to download Adobe Digital Editions. Is there any way to download an earlier version so I don't have to upgrade my system?

    I am using Mac OS X 10.6.8, and I need to download Adobe Digital Editions. Is there any way to download an earlier version so I don't have to upgrade my system?

    OT,
    I have the exact same question as heathy32 (I just want to get a photobook ordered, but I'm currently running iPhoto 7.1.5 with OS X 10.6.8 and discovered right at the end of the process of making this photobook that it's no longer supported with the versions I have) but I just wanted to check something with you before I proceed with the iLife 11 disk...
    Namely: do I need download the iPhoto Library Upgrader first?
    There seem to be issues discussed in other forums about the Upgrader, I want to make sure I don't do something like downloading it if that isn't strictly necessary.
    I am perfectly happy just to install iPhoto 9 and upgrade to 9.2.3 using the updater you link to, just so long as I can get a photo book printed!
    Once that is safely out of the way, I intend to upgrade to Maverick etc.
    Your thoughts very welcome
    Thank you.

  • F110- Check number and open item

    Good Morning SAP Guru's,
    A new one for me here that I need some help with-
    I executed F110 on our payment method 9 and I got a debit entry to offset the item and it moved them to cleared however I still have the item in open items as a credit.  Is this because I didn't print the check yet?  The debit entry has nothing in the reference field which would/should be the check number if printed. 
    What am I doing wrong?
    POINTS PROMISED

    hi,
    After running the Payment Run you have to do 1 more step
    Fo to Tcode Se38 and enter the RFFOUS_C and execute it.
    It will ask u abt the Program Run date and Identification Feature, pls fill all the required information and execute it.
    Pls note u must creat the Check lot number in Tcode FCHI.
    Assing points if this solution is works out......
    Ranjit

  • Check Number after F110

    After I run F110 (Automatic Payment Program), the check number of the payment document doesnot get populated in the Assignment field of the Vendor Balance display?
    This would lead to problems in BRS.
    Kindly advice how to get the check num bers in the Assignment field.

    Hi khushboo,
    After F110 and before executing Bank Reconciliation Statement, you need to run FCHU transaction code to populate the Check No. in the Assignment field.
    Regards,
    SAPFICO

  • AP Invoice Date_Paid & Payment reference Number (Check Number or DM Number)

    Hi,
    I need to add 2 columns for AP Trial Balance report in R12.
    1.Invoice Date_Paid
    2.Payment reference Number (Check Number or DM Number)
    Could you let me from which table i can get this information.
    Thanks
    pravin

    You can get all the payment related details in the below tables.
    1. AP_INVOICE_PAYMENTS_ALL
    2. AP_CHECKS_ALL
    3. AP_PAYMENT_HISTORY_ALL
    Thanks
    Tarun

Maybe you are looking for

  • Mini-DVI port does not work in windows 7

    I am currently running boot camp 3.2 on windows 7 professional. When I attempt to use my display port it does not register in windows 7, however when i switch back to snow leopard it works perfectly fine. What can I do to fix this?

  • How to select physical channels to save?

    I'm in the beginning of implementing a new program. The first issue is to get a list of all available devices and channels, and then mark the channels I would like to save datas from. This input from the user should then act as an input to the "save

  • HT201209 How do I add more money to an iTunes gift card with a balance already on it?

    I have an iTunes gift card and I was wondering how I add more money onto it?

  • Socket Permission

    Hello, I am developing a applet (client) that connects to a C server (linux) using sockets. i have tried to grant permissions in java.policy like this: grant{ permission java.security.AllPermission; and this... grant{ permission java.net.SocketPermis

  • Install of 1.4 not get the the right version

    I install 1.4 but when I do java -version it still shows 1.3. How do I get it to read 1.4 when I do java -version