Can't create account Checksum required by BoA's for Wire Transfers

Hi All,
I have created an eText template using BoA's BAFF file format specification. Everything works great except for when trying to calculate the account number hash/checksum for the P80 record, last record in file. The spec for the checksum is as follows: Acct Number Hash Total: Add 15 leftmost digits (substitue a '1' for any non-numeric character). Truncate sum to 10 rightmost digits only.
Here is the formula I have:
SUBSTR(LPAD(TO_CHAR(SUM((IF OutboundPayment/PayeeBankAccount/BankAddress/Country IN ('AL’,‘AD’,‘AT’,‘BE’,‘BA’,‘BG’,‘HR’,‘CY’,‘CZ’,‘DK’,‘EE’,‘FI’,‘FO’,‘FR’,‘GE’,‘DE’,‘GI’,‘GR’,‘GL’,‘HU’,‘IS’,‘IE’,‘IT’,‘LV’,‘LI’,‘LT’,‘LU’,‘MK’,‘MT’,‘MC’,‘ME’,‘NL’,‘NO’,‘PL’,‘PT’,‘RO’,‘SM’,‘RS’,‘SK’,‘SI’,‘ES’,‘SE’,‘CH’,‘TR’,‘GB’,‘AO’,‘BJ’,‘BF’,‘BI’,‘CM’,‘CV’,‘IR’,‘IL’,‘CI’,‘KZ’,‘KW’,‘LB’,‘MG’,‘ML’,‘MR’,‘MU’,‘MZ’,‘PT’,‘SA’,‘SN’,‘TN’) THEN TO_NUMBER(SUBSTR(TRANSLATE(UPPER(OutboundPayment/PayeeBankAccount/IBANNumber),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','11111111111111111111111111'),1,15)) ELSE TO_NUMBER(SUBSTR(TRANSLATE(UPPER(OutboundPayment/PayeeBankAccount/BankAccountNumber),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','11111111111111111111111111'),1,15)) END IF))),15,’0’),6,10)
The formula only returns the sum of OutboundPayment/PayeeBankAccount/BankAccountNumber. All OutboundPayment/PayeeBankAccount/IBANNumber numbers are ignored. The XML data file that is merged with the eText template to create the Wire Transfer file can contain a mixer of both BankAccountNumbers and IBANNumbers. So, we can not do two separate eText templates.
Has any one successfully created an eText Template using BoA's BAFF file format specification? Is there another technique I should use to generate the Account Hash/Checksum?
Thanks,
Joel

Hi,
Try this
substr(sum(substr(Translate(UPPER(REPLACE(PayeeBankAccount/IBANNumber,’-‘)), ’ABCDEFGHIJKLMNOPQRSTUVWXYZ’,’11111111111111111111111111’),1,15)),6)
Rgds,
Sravanthi,

Similar Messages

  • Payments can't "create accounting"[11.5.9]

    hi,all
    I cleared a payment transaction under CE/"clear transactions" while AP's options/"when payment clears" not checked,now this payment can't create accounting,can't void,also can't be find under CE/unclear transactions.
    now what and how shoud i do?
    thanks in advance.

    I'm having the same issue on an iMac (also running 10.9). It happens when trying to create any of the "Projects" that iPhoto offers (book, calendar, or card). I just get a frozen loading image, and then iPhoto becomes unresponsive.
    I've tried everything I can think of to fix it. I restarted the computer, deleted the iPhoto preference files, and even deleted the application and reinstalled it from the Mac App Store. No luck. I also tried creating an empty library and the problem happened there too. Anyone have any ideas?

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • Hi! Where can I find account number to pay Adobe Invoice for cretive cloud? I don't know how can I pay my second Invoice?

    Hi! Where can I find account number to pay Adobe Invoice for cretive cloud? I don't know how can I pay my second Invoice?

    Some Change/Verify Account links https://forums.adobe.com/thread/1465499 that may help
    -Credit card https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Which settings are required to consume calls for stock transfers with planned independent requirements

    Dear SAP PP
         With strategy 10, which settings are required to consume calls for stock transfers with planned independent requirements?
    Regards

    Hi all,
    IF other configuration is require ?  How to implement this requirement?Also please explain in detail.  thanks

  • Can't create accounts from IDM to AD group

    Hi!
    When I want to create an account in an AD (dc=rascal,dc=net), I wish create it in "GlobalADM" group.
    I have defined the Account Attribute in Resource ( I have used "groups").
    So, in the Attibutes section in User Form, it prints "groups" and the rest of AD attributes. In this textbox I write cn=GlobalADM,cn=Users,dc=rascal,dc=net
    But it prints the following error:
    Unable to set user info: 'SetInfo(): 0X8007200A: , 00000057: LdapErr: DSID-0C090B38, comment: Error in attribute conversion operation, data 0, vece, Attribute or directories services value specified doesn't exist.
    In Idm Resource Reference document, I read that "groups" is the correct attribute. In AD I can create accounts manually in this group. And I have tried with other groups with the same error.
    can anyone help me?
    Thanks!!!

    AD and all directories require a distinguished name for a user. Where the user actually lives in the directory. If you are doing this through a custom workflow and form you need to set the dn in the form. If you are using the tabbed user form and admin interface you need to set the identity template.
    For the template:
    cn=$lastname$\,$firstname$,ou=Domain Users,dc=yourcompany,dc=com Note:This string must match where the users will be created in the tree.
    If doing this in a sync process or some type of workflow calling a form set the following:
    <Field name ='accounts[AD].dn'>
    <Expansion>
    <concat>
    <s>cn=</s>
    <ref>accounts[Lighthouse].lastname</ref> (if doing a sync this would be activeSync.lastname)
    <s>,</s>
    <ref>accounts[Lighthouse].firstname</ref>
    <s>,</s>
    <s>,ou=Domain Users,dc=yourcompany,dc=com</s>
    </concat>
    </Expansion>
    </Field>
    If you are doing this through custom workflow don't forget to update waveset.resources:
    <Field name='waveset.resources'>
    <Expansion>
    <filterdup>
    <append>
    <ref>waveset.resources</ref>
    <s>AD</s>
    </append>
    </filterdup>
    </Expansion>
    </Field>

  • How can we create new pricing requirement for a condition type

    Hi All,
    I am in urgent need of creating new pricing requirements for a condition type.
    Or if there is already a conditin type existing and we want to make changes in the pricing requirements of that condition type, How can we do so ?
    In short if you can let me know how does pricing get impacted by the condition types.
    Thanks
    Mark

    Hi!
    The common transactions for condition mantaining are VK11, VK12, VK13.
    In SPRO - Sales and distributoin - Basic function - Pricing - Pricing control - *.
    Is this what you want?
    Regards
    Tamá

  • Can't 'create account' for developer forums. (iOS)

    I have an iOS dev membership, and everything else is working. But I can't access the developer forums.
    I get stuck at the Create Account screen where I have to "Specify a Screen Name". I choose a screen name, press the Create Account button, a wait spinner appears and then nothing happens. No error message, and no access.
    Anyone else having problems accessing the developer forums?

    I had the same issue as ron lauge
    Ron Lugge wrote :
    in my case, it turned out the issue was having two AppleId's both pointing to the same email (one of them was an old work based id, one was my 'real' apple ID)-- somehow that gunked up my primary account.
    And to solve it, I went into my old account and tried to access the developer forums from there, then I had to click renew (tho I didnt actually renew) and then went back to my current account and it worked fine.

  • How can I create a Text-Input Field in BexAnalyzer for a Planning Function

    Hello,
    i want to create a pre calculation(contribution accounting) for Materials in BI-Integrated Planning. These Materials aren't in the master data. So I create a new Info Object for pre calculated materials with only a material-number as key and a text-description.
    Now I want to write a Exit-Function, which creates new materials in these Info Object. The user should start this function in a planning application in BexAnalyzer. There the user should have the possibility to enter a text-description for the new material. How can I create such a Text-Field in BexAnalyzer and how can I read this text filed in a planning function (exit).
    Thanks in advance

    Hi Jürgen,
    you can create a parameter for this in the exit function and a variable for the parameter. In BEx Analyzer then create a button for the planning function; in the button parameterization use VAR_NAME = , i.e. use an Excel formula here to get the value from an Excel input field.
    The command range should be some 'hidden area' in your Excel sheet.
    But may be you don't need this. Use a characteristic without master data. Then ensure that that the query uses the option 'key' as display. In new lines you can then enter the key, the system creates a SID on the fly (but the text table will not be updated). In this scenario you may take text also from the key. May be you can update the text table (online or in batch) by simply using function modules from function group RSNDI_MD (not released by SAP).
    But observere that the system in BI Planning reads only the active version, i.e. if you change something on the fly the changes may not be visible.
    Regards,
    Gregor

  • Can I create a login/password protection in Muse for a HTML5 page or two?

    Hi,
    I'm new to Muse.  Can I create a login/password protection for
    one of my pages in Muse?
    thanks,

    PASSWORD PROTECTING A PAGE WITH A NICE BOX DESIGNED INTO YOUR PAGE
    FINALLY, I'VE FOUND AN ANSWER TO PASSWORDING A PAGE OR SECTION WITH ADOBE MUSE WITH GREAT SIMPLICITY AND ALLOWING YOU TO 'DESIGN' THE PASSWORD BOX INTO YOUR PAGE!!!
    Even better is that you don't HAVE to have username AND password (although you could if you wanted to), so just a simple PASSWORD box and enter button DESIGNED BY YOU WITHIN YOUR PAGE, rather than nasty popups etc.  Importantly, the password itself is NOT within the source code of your page either!!
    The solution is at Jotform.com. I believe you can do this with a FREE ACCOUNT, although it's SUCH a great service for Musers that I paid for a proper account.
    Before you do this, create a page on your site saying "Wrong Password. Please go away" or something to that effect. You'll need it for when they enter the wrong password.
    So, in Jotform, you just create a new form and:
    1. Drag on a password box (it's in the power tools section)
    2. Select it and go to Conditions
    3. Go to Change Thank You URL after submission
    4. Enter: If [name of your password box] field EQUALS TO [enter your password]
    5. In the "Then redirect to" box, enter the URL of your protected page and click save
    6. In the resulting box click "ADD A NEW CONDITION" and do the SAME as stets 3 to 5 but this time say NOT EQUALS TO" with your same password and in the "Then redirect to" box, enter the URL of your WRONG PASSWORD page and click save
    7. Embed the button on your page and you're done!!!
    If you want to mess about with the EXACT alignment of a right aligned button and text box, you can go to Preferences and in the box which allows you to add your own custom CSS, enter the following code and mess about with the values until it's perfect for you:
    .form-buttons-wrapper { padding-top:3px !important; }#id_2 {margin-left: -50px !important;}
    Here's an example, built in Muse: www.hileytv.com/about.html
    I hope this helps my fellow Musers!
    Marcus

  • I was cleaning my macbook pro and i deleted all my files including itunes. Then when i turn on my itunes it says the folder"itunes" cannot be found or created, and is required. the default location for this folder is inside the "music" folder. help please

    My itunes keep saying The folder “iTunes” cannot be found or created, and is required. The default location for this folder is inside the “Music” folder.iTunes needs a library to continue. You may choose an existing iTunes library or create a new one. please help i presschooseexisting cuase i have one but then it says this The  file cannot be found or created. The default location for this file is in the “iTunes” folder in the “Music” folder. please help

    I was cleaning my macbook pro and i deleted all my files including itunes
    Restore your computer from your backup. 

  • Can we create a link repository here in SDN for Articles/Blogs/... ?

    G'day guys,
    Is there a ways to create a repository of links within SDN for my userid?
    I find articles/Blogs/Wiki's/.. etc that I want to come bacl to over and pver again, but the only options I see is the "Permalink" along with my Browser Bookmarks/Favourites.
    Would it not be nicer to be able to log into SDN and navigate to your profile and have an area that has all your links to your "Found" and "want to keep" references?
    Just a uggestion.
    Comments?
    Cheers,
    Mick.

    A few tips:
    For forum posts, you can use the "Watch this thread" option. Default is 90 days for a post you respond to. You can manage this via the "Your watches" in the "control pannel" but if you have many posts then accessing it can be a challenge. You can also do this without posting to the thread.
    For blogs, you can choose the "Notify me of new comments..." option. You cannot do this without posting a comment, and if you post "asdf" then........
    For wikis, you can activate a mail watch for changes. You can also do this without contributing to the wiki.
    These three will send a mail to the primary ID saved in your profile, so you can read and react as soon as you read the mail.
    An indirect "favourites" option is to go to the SDN Business Card of the author and add then as one of your favourites. When you want to check what they are up to, you can navigate to your own Business Card and then pick and choose the favourite user to see whether there is something new.
    Some users have activated (not default) the "Watch this user" option in their profile. You can choose this, and it will send you a mail.
    RSS feeds and watching twitter groups is another popular way.
    If you are adventurous then you can also play around with the parameters of the search engine and save a constructed URL for some special terms which interest you. Search around a bit and watch the URL, the parameters and how it is overwritten, and then add the parameters back to tune it and save as a favourite /bookmark.
    Personally, I use all of these - depending on the term.
    Cheers,
    Julius

  • Hello can i create accounts in another countries with foreign credit cards?

    Hi im making a developer apple ID so i can create and sell apps in the app store (obviously) but i'd like to know if i can make a developer account for say the US app store with a credit card not issued in that country is that possible?

    Hellor SharkTower:
    AFAIK the Developer Account is valid worldwide so you can open it using any credit card, your apps, after they're approved by Apple, they're publish in every country where a iOS App Store exists.
    Here is a FAQ about Developer Program Enrollment:
    https://developer.apple.com/support/ios/enrollment.html
    And to check which countries have an App Store open iTunes (on your Mac), go to the App Store and scroll all the way down, at the bottom there is a flag with your country, click on that to see all the countries where your Apps are published.
    Greetings.

  • I can´t create account

    Hello. I am from Slovakia where just started iPhone 3G (22. August).
    I have problems with creation my account on the iTunes store (AppStore). During the step called "Provide a Payment method" iTunes doesn´t accept my credit card. I fill every required informations but after clicking Continue it declines my payment method with the message : "Your payment method was declined. Please enter valid payement method information."
    I have embossed credit card. My bank said that there is no problem with my card.
    Can you help my please? I don´t know where could by a problem. Maybe Apple doesn´t have a contract with my bank?
    Many thanks for every help.
    This is not only my problem. Here in Slovakia there are many people with the same thing.
    Sorry for bad English. It´s not my native language.

    You need to contact Apple Customer Service. You can do it via this web page:
    http://www.apple.com/support/itunes/store/browser/

  • Opera 9.52 Build 2091: Can't create accounts

    Just installed Opera 9.52 and can't seem to create any email or newsgroup accounts. I tried both the Arch package and the dowloaded binary package. Same problem. I go through all the steps, and then hit Finish. No account created.

    As far as the images are concerned, that may be a result of your choice of job settings. You may want to use the Press or Print option if the image quality is important. I assume you are talking about bit images in this case.
    As to the hangup, have you checked to see if AcroTray is active on your system? It may not be running as needed. In the meantime, try checking print to file and then opening that file in Distiller to complete the conversion to PDF.
    Before you ever try a reinstall, you need to do a repair first to see if that resolves the problem. There are a lot of unknowns about your exact process for the printing and your job settings that may be part of the problem. The rest of your system setup is useful in some cases, but did not help me see your problem.

Maybe you are looking for

  • Cache Insert for an already existing key is firing two update events

    Using an INamedCache I perform an insert to update the values of my item that is already in the cache. I have listeners on the cache, in particular I have a DelegatingCacheListener that listens on EntryUpdated. On doing this insert once (and only onc

  • FX5900 Problems with S-video out

    I've been trying to get a signal to my miniDV video camera, Cannon Optura PI, through S-video cable. Here's what happens: 1. Monitor connected to VGA, Camera to S-video out - Camera goes black when windows loads. 2. Camera only connected to S-video o

  • Problem of using LiveCycle ES (8.0)  Rights Mangement on Traditoinal Chinese Windows Enterprise Serv

    Dear all, Hello. Recently I had to set up a LiveCycle ES 8.0 on Tradiitonal Chinese (zhTW) Windows Enterprise Server 2003. Using turnkey & express configuration, installation was actually a breeze. However, after installation, I discovered that Right

  • Shared calendar will not show up in iCal

    Hi, I have been sent a link to a shared schedule that is supposed to be set up through iCal but it does not seem to be showing up. It has iCloud in the description of it, do I need to use my iCloud account do to complete it? Or can I just use my Gmai

  • Stoping the navigation in FPM Framework

    Hi All, I am working on Travel Request Application which is built in Web Dynpro ABAP and FPM technology. I have added custom button on General Data component to check some validation, when i through a error message it is showing the error  but the na