GabrielVA
2nd September 2010, 21:11
What is the exact meaning of "Record type Value" in the session tfcmg5104m000?? Can someone give me a couple of examples please??

Thanks!

GabrielVA
3rd September 2010, 14:16
Im thinking that this means the extension of the file, like .txt or .prn files? I assume the Start positon and End position mean where the data starts on the row? Or perhaps it means how many columns there are in the file? Im having trouble understanding this as I think its the cause of why in the convert EBS I dont see any or the test files I have.

Maintin Record Types for EBS Screenshot (http://www.geekzee.com/Baan/EBS.pdf)

My Test Flat File (http://www.geekzee.com/Baan/test.prn)

madan.meegada
7th September 2010, 13:49
Hello,

Record types for an EBS are used to identify each line in the EBS File. The bank will usually provide a record layout for the bank file. This information will be used to define the conversion details.

For testing purpose you can create record types as follows:
Define start position "1" end position "1" and value A

Use record type and create conversion data. Note that in the conversion data you can not use first position. Because the first position is now reserved for record type. Starting from position 2, you can create conversion data (Ofcourse, in the real scenario these positions will be based on bank's own layout).

For example the record in your file will look like below for our testing:
A.......

Record type is not file extension. It is used to create conversion data. In the global scenario, for some banks the record structure will be depending on the record type.

For example, if there are two record types like A and B
The setup will be as follows:
Define start position "1" end position "1" and value A
Define start position "1" end position "1" and value B

A & B can have different conversion data.
for example A conversion data is as follows:
A <Incoming/Outgoing Receipt><Date><Amount>

Let us assume B conversion data as follows:
B <Date><Amount><Reference><CheckNUmber><Incoming/Outgoing Receipt>

Now the EBS file can contain both record types A & B.
System will check for the conversion data based on record type.

Example file:
A i 01092010 1200.00
B 02092010 2000.00 Reference-Testing 100 i

Hope it is clear.
please let me know if you have any further queries.

Regards,
Madan

GabrielVA
7th September 2010, 16:20
Hello Madan,

I believe I understand the setup process now. For testing i took my flat file (.prn) and I placed a letter J in each of my rows, i.e. :

J 2010-03-09 200.00 Wells Fargo Bank 123465
J 2010-03-10 1395.15 Wells Fargo Bank 654321
J 2010-03-10 459.95 Wells Fargo Bank 879654

J is the record type value, or what Baan is looking for to read. Then in the maintain conversion Data for EBS I set each value as a detail along with the starting/ending points for each value.

Im still having an issue with the actualy conversion process. My file name for testing is called 123456. This file doesnt seem to be working. Get an error first with EBS batch #1 saying file not found or in good format. I then change it to my 123456.prn file and it says batch not found. :(

GabrielVA
13th September 2010, 15:17
I have been able to successfully take a test file in import it into Baan. Heres a document I put together that helps better explain what to to. I hope this will help out as others try to use this feature and figure it out. Thanks for your help Madan!!

GabrielVA

PDF of getting EBS to work in BaaN with a test file (http://www.geekzee.com/Baan/EBSinBaaN.pdf)