Re: automating MAPICS invoicing
Kevin Fox <[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <2304215.1293679206412.JavaMail.root@mswamui-andean.atl.sa.earthlink.net> |
Carolyn Who is your local affiliate? I'm certain they can help. Also, which financial system are you using? AM, FM or SFM? Kevin -----Original Message----- >From: Carolyn Barneson <[email protected]> >Sent: Dec 29, 2010 6:47 PM >To: "mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected]" <mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected]> >Subject: [MAPICS-L] automating MAPICS invoicing > >Good Evening , > >I am wondering if you could assist us in automating our invoicing process in MAPICS. I see numerous threads about automating and using ROBOT but no setup instructions. Our efforts so far have not proved fruitful. > >We contacted INFOR but they had no specifics about how to-do the invoice automation. They did send us an example of a submit job for the off-line shipping program and we tried to mimic what it was doing but with no success. > >We do have Robot. We have tried the "learn" feature in robot but it loads a cryptic command line in ROBOT that isn't even maintainable, and the job fails. > >We tried to create a CL and then submit it in ROBOT. We must be missing some parms that are needed because it fails on the call to AMBPQ2 program. Here is the code (ignore the hard code, at this point we are just trying to see what works, If we can get this working and use it for other applications, we will pass values) > > *************** Beginning of data *************************** > PGM > DCL &P1 TYPE(*CHAR) LEN(1) VALUE('1') > DCL &P2 TYPE(*CHAR) LEN(1) VALUE('0') > DCL &P3 TYPE(*CHAR) LEN(6) VALUE('122810') > > STRMAPICS ENDS(M6) > MONMSG MSGID(AMZ0003) > > CALL PGM(AMBPQ2) PARM(&P1 &P2 &P3) > > > ENDMAPICS > ENDPGM > ****************** End of data ****************************** > > >Any help/ideas you may have would be greatly appreciated. > > >Thank You, Carolyn Barneson > >CURT Manufacturing > > > > > > > > > > > > > > > > > > > > >_______________________________________________ >This is the MAPICS ERP System Discussion (MAPICS-L) mailing list >To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] >To subscribe, unsubscribe, or change list options, >visit: http://lists.midrange.com/mailman/listinfo/mapics-l >or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] >Before posting, please take a moment to review the archives >at http://archive.midrange.com/mapics-l. > Kevin Fox (909) 762-1384 mobile _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.