Re: Automating COM Invoicing Run
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <[email protected]> |
You need to basically do the following steps: 1. Locate the program that gets called from the COM menu to launch invoicing. It might be AMBFQPVR but that would need checking. Get the program source and copy it to another member name, lets call it INVBATCH. 2. Get the program source INVBATCH. Change the display file to user controlled (UC). Modify it to populate the display fields as you require. Therefore the program will populate the display fields not the operator. Hence it becomes a batch program. Suppress the display format output. Make the program run through and launch the invoices job through 'proper MAPICS' job controls. 3. Create a CLP program. Lets call it INVBATCHC. In this program at the front end put an STRMAPICS command to build/start a MAPICS environment. Then call the INVBATCH program. 4. Use the Job Scheduler to run the INVBATCHC when you want it to run. When it runs it will launch a batch invoice job. Regards Bob Cull Manufacturing & Supply Chain Systems Consultant (especially MAPICS) -----Original Message----- From: Steve Smith <[email protected]> To: mapics-l <mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected]> Sent: Sat, 25 Jun 2016 23:31 Subject: [MAPICS-L] Automating COM Invoicing Run Does anyone have any code for automating the COM invoicing run? We are still on release 6.0. Thanks for any assistance. -- 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. -- 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.