baanprog
20th May 2003, 20:52
Hi,
I have to recreate Sales order in BaanIV from Sales order in BaanV. (yes BaanV to BaanIV).
Iam writing a spec for this.Would request experienced people to suggest a good method.
Internal EDI is also considered.
If anyone has any specs like this please post it here.I appreciate your help.
Thanks
Baanprog
hexagenia
21st May 2003, 02:44
I have seen this done rather easily using internal EDI. This would be my suggestion.
baanprog
21st May 2003, 12:36
Can you please outline the process if we have to use internal EDI.
whether the sales order in BaanV has to be a purchase order for BaanIV.
Iam trying to get it into BaanIV without all the purchase order etc from BaanV.
Please clarify
Thanks
askajale
21st May 2003, 14:21
I don't think Internal EDI will be possible as it is. Normally Internal EDI is used with the same instance of Baan. As you are talking about Baan V and Baan IV, it can not be same instance and moreover the tools version is different. Still we can make it work like Internal EDI, but I think External EDI (with some shell scripts) should work.
You need to raise the PO in Baan V and then take it IN in Baan IV as SO.
The other option could be Create ASCII files from Baan V and may be develope function server DLL or use EDI dll (for 850 IN message) to generate SO.
-- Avinash
baanprog
21st May 2003, 14:43
can you please elaborate on the second option
"The other option could be Create ASCII files from Baan V and may be develope function server DLL or use EDI dll (for 850 IN message) to generate SO."
Tell me , whether the ascii file created should be according 850 IN format.
Whether we can then use EDI in BaanIV and make it read this file and create a sales order.By using conversion setups etc.
please give me as much info as you can.I will appreciate that.
Thanks
Chandra
22nd May 2003, 02:20
The format of the EDI file generated in BaaNV should be as per the 850S(IN) conversion setup in BaaNIV. If not you need to change any one of the 850 conversion setups to meet this requirement.
If the above requirement meets, then you can definately able to load sales orders in BaaN IV using EDI. The person doing this should have knowledge to tweak the 850 EDI conversion setups
and the knowledge of EDI process.
The other option is as Avinash told, using function generator to load sales orders. Here I think you need not worry about the file structure except for input fields as defined in the function generator.
askajale
25th May 2003, 08:48
I think EDI might become slight complicated as Baan V Logistics module is completely revamped compared to Baan IV and then mapping the conversion setup fields with Baan IV Sales order generation dll (EDI) might be complicated.
So I feel Function Server DLL could be the better option.
-- Avinash