Hi there, I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms... In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions. So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ? After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file? Thanks for your response, Amine _________________________________________________________________ Découvrez les profils Messenger de vos amis http://home.services.spaces.live.com/ |
look in the /framework/datafile folder
and read http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools Amine Benkirane sent the following on 7/9/2008 6:24 AM: > Hi there, > > I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms... > > In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions. > > So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ? > > After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. > Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. > > For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) > > This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file? > > Thanks for your response, > > Amine > > > > > > _________________________________________________________________ > Découvrez les profils Messenger de vos amis > http://home.services.spaces.live.com/ |
another thought is to connect your sap db to ofbiz and write services to
sync ofbiz and sap BJ Freeman sent the following on 7/9/2008 6:33 AM: > look in the /framework/datafile folder > and read > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools > > > > Amine Benkirane sent the following on 7/9/2008 6:24 AM: >> Hi there, >> >> I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms... >> >> In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions. >> >> So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ? >> >> After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. >> Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. >> >> For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) >> >> This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file? >> >> Thanks for your response, >> >> Amine >> >> >> >> >> >> _________________________________________________________________ >> Découvrez les profils Messenger de vos amis >> http://home.services.spaces.live.com/ > > > > > |
Thanks for your answers !! But for this proposition, I can't connect the SAP db to OFBiz for some security reasons... I'm trying the first proposal but, for now, my XSD files weren't submitted in the Work With Data Files tool. I haven't any error message... Reagrds, Amine > Date: Wed, 9 Jul 2008 07:15:48 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: Load data from SAP by XML IDoc > > another thought is to connect your sap db to ofbiz and write services to > sync ofbiz and sap > > > BJ Freeman sent the following on 7/9/2008 6:33 AM: > > look in the /framework/datafile folder > > and read > > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools > > > > > > > > Amine Benkirane sent the following on 7/9/2008 6:24 AM: > >> Hi there, > >> > >> I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms... > >> > >> In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions. > >> > >> So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ? > >> > >> After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. > >> Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. > >> > >> For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) > >> > >> This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file? > >> > >> Thanks for your response, > >> > >> Amine > >> > >> > >> > >> > >> > >> _________________________________________________________________ > >> Découvrez les profils Messenger de vos amis > >> http://home.services.spaces.live.com/ > > > > > > > > > > > > _________________________________________________________________ Mettez Messenger sur votre mobile ! http://www.messengersurvotremobile.com |
Administrator
|
Data file tools are supposed to use flat files. I saw that there is a SAP's tool to convert from IDoc to flat files, but I'm not
sure it's the solution you are looking for since it's only a one way and if I have well understood you are looking for both. Jacques From: "Amine Benkirane" <[hidden email]> Thanks for your answers !! But for this proposition, I can't connect the SAP db to OFBiz for some security reasons... I'm trying the first proposal but, for now, my XSD files weren't submitted in the Work With Data Files tool. I haven't any error message... Reagrds, Amine > Date: Wed, 9 Jul 2008 07:15:48 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: Load data from SAP by XML IDoc > > another thought is to connect your sap db to ofbiz and write services to > sync ofbiz and sap > > > BJ Freeman sent the following on 7/9/2008 6:33 AM: > > look in the /framework/datafile folder > > and read > > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools > > > > > > > > Amine Benkirane sent the following on 7/9/2008 6:24 AM: > >> Hi there, > >> > >> I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the > >> good OFBiz terms... > >> > >> In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can > >> find all the data about products, customers and promotions. > >> > >> So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz > >> database ? > >> > >> After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. > >> Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. > >> > >> For now, I find an sap package for developping java mappings for SAP XI (here > >> http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the > >> elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I > >> to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) > >> > >> This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate > >> to OFBiz for interacting with SAP and particularly with IDoc XML file? > >> > >> Thanks for your response, > >> > >> Amine > >> > >> > >> > >> > >> > >> _________________________________________________________________ > >> Découvrez les profils Messenger de vos amis > >> http://home.services.spaces.live.com/ > > > > > > > > > > > > _________________________________________________________________ Mettez Messenger sur votre mobile ! http://www.messengersurvotremobile.com |
In reply to this post by Amine Benkirane
As your architecture is quite clear, you will use a message middleware
which is good at file transfer, if so, you just have to make two adapters at each side. I'd suggest you can give more info so that others can help you more precisely, not "for some security reasons...". It's quite easy to parse and create any xml format in Java, and in OFBiz. You can build a new scheduler to import/parse your new file(s) into OFBiz. Shi Jinghai/Beijing Langhua Ltd. 在 2008-07-09三的 16:25 +0200,Amine Benkirane写道: > Thanks for your answers !! > > But for this proposition, I can't connect the SAP db to OFBiz for some security reasons... > I'm trying the first proposal but, for now, my XSD files weren't submitted in the Work With Data Files tool. I haven't any error message... > > Reagrds, > > Amine > > > > Date: Wed, 9 Jul 2008 07:15:48 -0700 > > From: [hidden email] > > To: [hidden email] > > Subject: Re: Load data from SAP by XML IDoc > > > > another thought is to connect your sap db to ofbiz and write services to > > sync ofbiz and sap > > > > > > BJ Freeman sent the following on 7/9/2008 6:33 AM: > > > look in the /framework/datafile folder > > > and read > > > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools > > > > > > > > > > > > Amine Benkirane sent the following on 7/9/2008 6:24 AM: > > >> Hi there, > > >> > > >> I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms... > > >> > > >> In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions. > > >> > > >> So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ? > > >> > > >> After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP. > > >> Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. > > >> > > >> For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) > > >> > > >> This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file? > > >> > > >> Thanks for your response, > > >> > > >> Amine > > >> > > >> > > >> > > >> > > >> > > >> _________________________________________________________________ > > >> Découvrez les profils Messenger de vos amis > > >> http://home.services.spaces.live.com/ > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________ > Mettez Messenger sur votre mobile ! > http://www.messengersurvotremobile.com |
Hi there,
I'm sorry for the delay for my response but today was long day OFBiz training... So, thank you all for your answers. The choice I took it's what you say, Shi. I will develop thanks to JDom java package only one adapters at one side and I generate directly the IDoc XML file for the other side since I will have my data directly in OFbiz page. Basically, from SAP to OFBiz, I will parse my IDoc XML files to OFBiz XML import format. For the other way (OFbiz to SAP), I will generate the XML Idoc file needed with the data I have from the OFBiz application. In my case, it will be orders details since I want to automate the order process already existing and tested in SAP after validating the shopping cart in OFBiz. regards, Amine > Subject: RE: Load data from SAP by XML IDoc> From: [hidden email]> To: [hidden email]> Date: Thu, 10 Jul 2008 04:53:02 +0800> > As your architecture is quite clear, you will use a message middleware> which is good at file transfer, if so, you just have to make two> adapters at each side. I'd suggest you can give more info so that others> can help you more precisely, not "for some security reasons...".> > It's quite easy to parse and create any xml format in Java, and in> OFBiz. You can build a new scheduler to import/parse your new file(s)> into OFBiz.> > Shi Jinghai/Beijing Langhua Ltd.> > > 在 2008-07-09三的 16:25 +0200,Amine Benkirane写道:> > Thanks for your answers !!> > > > But for this proposition, I can't connect the SAP db to OFBiz for some security reasons...> > I'm trying the first proposal but, for now, my XSD files weren't submitted in the Work With Data Files tool. I haven't any error message...> > > > Reagrds,> > > > Amine > > > > > > > Date: Wed, 9 Jul 2008 07:15:48 -0700> > > From: [hidden email]> > > To: [hidden email]> > > Subject: Re: Load data from SAP by XML IDoc> > > > > > another thought is to connect your sap db to ofbiz and write services to> > > sync ofbiz and sap> > > > > > > > > BJ Freeman sent the following on 7/9/2008 6:33 AM:> > > > look in the /framework/datafile folder> > > > and read> > > > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools> > > > > > > > > > > > > > > > Amine Benkirane sent the following on 7/9/2008 6:24 AM:> > > >> Hi there,> > > >>> > > >> I'm just starting using OFBiz to customize the ecommerce application for my enterprise needs. So, I'm sorry if I don't use the good OFBiz terms...> > > >>> > > >> In order to populate the OFbiz products catalog, I have to automate the process which can access an IDoc XML file where I can find all the data about products, customers and promotions.> > > >>> > > >> So, is there a module or spécial development in OFBiz that permits to access an IDoc XML file to load data into the OFBiz database ?> > > >>> > > >> After the order on the OFBiz ecommerce site, I also have to generate an IDoc XML file to start the order process on SAP.> > > >> Basically, my need is to find something which permit me to read and write IDoc XML file from OFBiz. > > > >>> > > >> For now, I find an sap package for developping java mappings for SAP XI (here http://blog.gascoyne.de/archives/category/sap/sapxi) which is based on JDom library. Thanks to this package I can access to the elements of the IDoc XML file and afterthat I have the data but I don't know how to load them into the OFBiz database (have I to generate the OFBiz XML data loader ?, use Java and JDBC methods to insert the datas?, other things...) > > > >>> > > >> This sap package, certainly, will do what I have to do after some work but I want to know if there's something more integrate to OFBiz for interacting with SAP and particularly with IDoc XML file?> > > >>> > > >> Thanks for your response,> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> _________________________________________________________________> > > >> Découvrez les profils Messenger de vos amis> > > >> http://home.services.spaces.live.com/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________> > Mettez Messenger sur votre mobile !> > http://www.messengersurvotremobile.com> _________________________________________________________________ Téléchargez gratuitement des émoticônes pour pimenter vos conversations Messenger http://specials.fr.msn.com/femmes/amour/emoticonesLove.aspx |
You might want to look at the specialpurpose/oagis component for examples of the in a standards based integration implementation. -David On Thu, 10 Jul 2008 23:46:31 +0200 Amine Benkirane <[hidden email]> wrote: > Hi there, > > I'm sorry for the delay for my response but today was long day OFBiz > training... > So, thank you all for your answers. The choice I took it's what you > say, Shi. I will develop thanks to JDom java package only one > adapters at one side and I generate directly the IDoc XML file for > the other side since I will have my data directly in OFbiz page. > Basically, from SAP to OFBiz, I will parse my IDoc XML files to OFBiz > XML import format. For the other way (OFbiz to SAP), I will generate > the XML Idoc file needed with the data I have from the OFBiz > application. In my case, it will be orders details since I want to > automate the order process already existing and tested in SAP after > validating the shopping cart in OFBiz. regards, Amine > > > > > Subject: RE: Load data from SAP by XML IDoc> From: > > [hidden email]> To: [hidden email]> Date: Thu, 10 Jul 2008 > > 04:53:02 +0800> > As your architecture is quite clear, you will use > > a message middleware> which is good at file transfer, if so, you > > just have to make two> adapters at each side. I'd suggest you can > > give more info so that others> can help you more precisely, not > > "for some security reasons...".> > It's quite easy to parse and > > create any xml format in Java, and in> OFBiz. You can build a new > > scheduler to import/parse your new file(s)> into OFBiz.> > Shi > > Jinghai/Beijing Langhua Ltd.> > > 在 2008-07-09三的 16:25 > > +0200,Amine Benkirane写道:> > Thanks for your answers !!> > > > > > But for this proposition, I can't connect the SAP db to OFBiz for > > some security reasons...> > I'm trying the first proposal but, for > > now, my XSD files weren't submitted in the Work With Data Files > > tool. I haven't any error message...> > > > Reagrds,> > > > Amine > > > > > > > > > Date: Wed, 9 Jul 2008 07:15:48 -0700> > > From: > > > > > > > > [hidden email]> > > To: [hidden email]> > > > > > > > > > > Subject: Re: Load data from SAP by XML IDoc> > > > > > > > > > > > > > another thought is to connect your sap db to ofbiz and > > > > > > > > write services to> > > sync ofbiz and sap> > > > > > > > > > > > > > > > > BJ Freeman sent the following on 7/9/2008 6:33 AM:> > > > > > > > > > > > > > look in the /framework/datafile folder> > > > > > > > > > > > > > > > > and read> > > > > > > > > > > > > > > > > http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools> > > > > > > > > > > > > > > > > > > > > > > > > > > > > Amine Benkirane > > > > > > > > > > > > > > > > > > > > > > > > > > > > sent the > > > > > > > > > > > > > > > > > > > > > > > > > > > > following on > > > > > > > > > > > > > > > > > > > > > > > > > > > > 7/9/2008 6:24 > > > > > > > > > > > > > > > > > > > > > > > > > > > > AM:> > > >> Hi > > > > > > > > > > > > > > > > > > > > > > > > > > > > there,> > > >>> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> I'm just > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> starting > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> using > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> OFBiz to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> customize > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> ecommerce > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> application > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> for my > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> enterprise > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> needs. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> So, I'm > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> sorry if > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> I don't > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> use the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> good > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> terms...> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> In > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> order > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> populate > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> OFbiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> products > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> catalog, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> have > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> automate > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> process > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> which > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> can > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> access > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> an > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> where > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> can > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> find > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> all > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> data > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> about > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> products, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> customers > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> and > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> promotions.> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> So, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> is > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> there > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> a > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> module > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> or > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> spécial > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> development > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> that > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> permits > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> access > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> an > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> load > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> data > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> into > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> database ?> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> After > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> order > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> on > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> ecommerce > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> site, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> also > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> have > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> generate > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> an > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> start > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> order > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> process > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> on > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> SAP.> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> Basically, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> my > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> need > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> is > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> find > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> something > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> which > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> permit > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> me > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> read > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> and > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> write > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> from > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> OFBiz. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> For > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> now, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> find > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> an > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> sap > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> package > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> for > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> developping > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> java > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> mappings > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> for > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> SAP > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> XI > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> (here > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> http://blog.gascoyne.de/archives/category/sap/sapxi) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> which > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> is > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> based > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> on > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> JDom > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> library. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> Thanks > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> package > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> can > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> access > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> elements > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> of > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> and > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> afterthat > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> have > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> data > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> but > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> don't > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> know > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> how > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> load > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> them > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> into > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> database > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> (have > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> generate > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> data > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> loader ?, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> use > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> Java > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> and > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> JDBC > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> methods > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> insert > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> the > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> datas?, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> other > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> things...) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> This > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> sap > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> package, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> certainly, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> will > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> do > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> what > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> have > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> do > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> after > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> some > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> work > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> but > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> I > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> want > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> know > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> if > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> there's > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> something > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> more > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> integrate > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> to > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> OFBiz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> for > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> interacting > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> with > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> SAP > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> and > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> particularly > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> with > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> IDoc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> XML > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> file?> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> Thanks > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> for > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> your > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> response,> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> _________________________________________________________________> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> Découvrez > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> les > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> profils > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> Messenger > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> de > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> vos > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> http://home.services.spaces.live.com/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mettez > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Messenger > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > sur > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > votre > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > mobile !> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> > > >>> > > >> > > >>> > > >> > > >>> > > >> > > >> > > > >>> > > >> > > > >>> > > >> > > >>> > > >> > > >>> > > >> Amine> > > >>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> amis> > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://www.messengersurvotremobile.com> > _________________________________________________________________ > Téléchargez gratuitement des émoticônes pour pimenter vos > conversations Messenger > http://specials.fr.msn.com/femmes/amour/emoticonesLove.aspx |
Free forum by Nabble | Edit this page |