Mihir_m
19th December 2001, 11:26
Hi all,
I am wanting to insert Sales Order Data into Baan. This data is extracted from other system in text delimiter format. Can any one help/guide me on how to go about inserting data into Baan for Sales Order. I have very little know of BAAN

Your reply will be highly appreciated

Mihir

Phil Thomas
19th December 2001, 12:35
Data is inserted into Baan using an Exchange Scheme. This is the standard (though not the only) method.
Basically, you have to understand the database, then map the ASCII file to the appropriate Baan table(s) in tools exchange.
You can choose delimiters etc.
Once you've done this once it becomes easier.
Unless there's a finance user out there who already does this, try posting this in a more technical forum to see if anyone's got some good documentation on how to use Baan exchange.
Good Luck

JamesV
19th December 2001, 13:41
Exchange is fairly straight-forward in its use. You can typically get comfortable with using it in a few days for the type of activity you are describing. The far greater issue (from my technical bent) is making sure that the Baan application is well enough understood to make sure that all of the appropriate tables are being populated. Sales Orders are one part of the system that drive many transactions and completeness is mandatory. One of my customers did what you are wanting to do and it took them about 1-2 months to get the whole process worked out so that when SOs are generated from their mainframe, it is sent to Baan and processed for order release to manufacturing. Since I was not directly involved in that project I do not know the specifics -- just the water cooler conversations.

I would repost this in the Tools Admin or Tools Development for more details.

-- Jim

vgobiraj
19th December 2001, 19:13
Baan has different integration possibilities.

Baan Exchange can read flat files and update Baan database.

The problem with Baan Exchange is the business logic is not handled so u need to know what tables to update.
(If ur in 5c then Baan Exchange uses DAL for logic)


Baan 4GL Code using AFS

I feel this will be the best way to do it. Using Application Function
Server.Read flat file and update Baan using AFS logic.

If u need specific info, email me at vgobiraj@hotmail.com

jroberts
19th December 2001, 21:41
We had this same problem of inserting sales orders (in our case credits) into baan.

We programmed our other application export the data in the flat file format that Baan wanted, and then place the files in the correct location, and your done.

Pros:
- No customization of Baan
- Short Time Frame
- Full validation of inbound data

Cons:
- Not great for flexibility
- Lots of Master Data to set up.
- Hard to configure if you are new to Baan EDI
- Can have performance problems due to database validations
(you must volume test or you could find a surprize !! )

John