For Bryan Burns / From Mike Ellis / ISI

Michael Ellis <[email protected]>
Newsgroups gmane.comp.systems.as400.mapics
Message-ID <CAJSyu3T809iF8YKBVwhz5yd_Te074sChLii3MDOP-m6pXdgwog@mail.gmail.com>
Bryan,

You may have to adjust this a little bit, but this should get you going.
You need to build a file on the system in library ISI.   The file in my
example is called DATA and has 4 fields, ITNBR, HOUSE, LTVEN, LTSAF.  I'm
assuming you would build that (possibly with SQL), down load it to your PC
in Excel, populate it, an upload it again to the same table.
That way, you have the two lead time components you want by Item and
Warehouse.
My SQL statement builds an Offline load table called TMP113 in ISI to do
maintenance on the Item Balance file.
After you've built the TMP113 file in ISI, you can process by menu AMIM7E,
option 2.
Run an EDIT first and look at the reports.
Then if all seems good, run with update.    It will not be dedicated, but
there may be numerous conflicts.   You'll have to deal with that in your
circumstance.
Hope all of this helps.
I combined the best recommendations of using offline load AND gave you some
tips on SQL at the same time.
Good luck !
Mike


insert into isi.TMP113
(select 'I0W0200' as TRID13, ITNBR as ITNO13, HOUSE as WHID13, LTVEN as
LTVN13, LTSAF as LTSF13 from ISI.DATA)


Offline load keys for Item Balance

·        *ITEM BALANCE                                   TMP113*

I0IW0100                    Add (i-zero-i-w-zero-one-zero-zero)
I0IW0200                    Change
I0IW0300                    Delete
I0IW0400                    Suspend
I0IW0500                    Reactivate


-- 
Michael G. Ellis
CEO / Enterprise Consultant
Information Systems International, Inc.
A Global ERP Consulting Firm
815-398-1670 x7882
  -- OR --
Call me wherever I
am?<http://www.ringcentral.com/ringme/ringme.asp?uc=333DDE9A4B3017B2B2722A7A8771521F415959643963,0,7882&s=no&v=2>

Anima Sana in Corpore Sano
"Healthy Soul in a Healthy Body"
_______________________________________________
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.