× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mike:

That sounds like exactly what we want.  We don't use ISL/MISL orders, so 
thought that may be a solution for us. 

Thanks.

Steve Jones



"Mike Kerekanich" <mkerekanich@xxxxxxxxxxxxxxx> 
Sent by: mapics-l-bounces@xxxxxxxxxxxx
06/19/2006 05:02 PM
Please respond to
MAPICS ERP System Discussion <mapics-l@xxxxxxxxxxxx>


To
"MAPICS ERP System Discussion" <mapics-l@xxxxxxxxxxxx>
cc

Subject
Re: [MAPICS-L] Offline Load Order Origin






Steve,

Don't use an origin of '7' as that is for ISL/MISL orders.  Use the
transaction group number (and an origin of blank) for what you are
trying to accomplish.  You can place a unique value in there (say job
number) and call the offline load directly.  See below as an example...

DCL        Var(&PARM)      Type(*CHAR) Len(256)
DCL        Var(&TRANSGRP)  Type(*CHAR) Len(11) 
DCL        Var(&ORIGIN)    Type(*CHAR) Len(1) 
 
CHGVAR     Var(&PARM) Value(%SST(&LDA 707 256)) 
CHGVAR     Var(%SST(&PARM 1 1)) Value('0') 
CHGVAR     Var(%SST(&PARM 2 1)) Value('0') 
CHGVAR     Var(%SST(&PARM 3 1)) Value(&ORIGIN) 
CHGVAR     Var(%SST(&PARM 4 11)) Value(&TRANSGRP) 
CHGVAR     Var(%SST(&PARM 15 1)) Value('0') 
 

CALL       Pgm(AMBE8XFR) Parm('' &PARM) 

Regards,

Mike Kerekanich
Agility, Inc.

-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx
[mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of
sjones@xxxxxxxxxxxxxx
Sent: Monday, June 19, 2006 11:04 AM
To: mapics-l@xxxxxxxxxxxx
Subject: [MAPICS-L] Offline Load Order Origin

Hello Group:

We are needing to process some offline COM orders as a group, so that
the 
offline process does not try to process some other orders that may be 
being built from another application.  I have read some prior posts on 
order origin & think this may be a solution, but need some clarification

from those using it. 

It seems that if we code the orders we want to process as a group with
an 
order origin of '7', we could call the offline process to only look at 
those orders.  Is that logic correct or am I missing something?  Does it

have to be a '7' or blank - could we make this unique, so that we can 
process a single order at a time by coding a unique value into the order

origin field?

TIA
 
Steve Jones
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request@xxxxxxxxxxxx
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@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mapics-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.