We are trying to map an X12 850 to an Oracle ERP but we do not have the ddf file for it yet but we are planning to create it. Does anybody have a ddf of Oracle PO for Gentran Application Integrator or the equivalent apps file for Gentran Visual Mapper? Thanks in advance.
We are trying to map an X12 850 to an Oracle ERP but we do not have the ddf file for it yet but we are planning to create it. Does anybody have a ddf of Oracle PO for Gentran Application Integrator or the equivalent apps file for Gentran Visual Mapper? Thanks in advance.
This will give you some idea:
#!/bin/ksh
FILENAME=urfilname
FTPCOM="open urhost.name.com\nuser usrname usrpass\ncd tourdir\nget "
echo "${FTPCOM} ${FILENAME}\nquit" | ftp -n > /dev/null 2>&1
Where: urfilname = the file you will get
urhost.name.com = the host name or...
I do not know what verison of Gentran you are using. We are using Gentran 5.2-1. Listed below are the steps to follow:
1. Login to Gentran client on your PC.
2. On the main menu, click on Std button. That is the standard.
3. On the right window, select the standard/version you want to use.
4. On...
In C and C++, programmers must explicitly provide the routine for reclaiming dynamically allocated memory. When memory is not reclaimed (because a programmer forgets to do so, or because of a logic error), this causes the so-called memory leak. In Java programming, when an object is no longer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.