× 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.



Do you have Integrator? If so what I have done is build a custom "host
job" over Purchase Orders to perform this. But first,do you have
Integrator?

In this you can easily customize your own logic to force-close PO's based
on your own criterial. What we've done is use for example a %/complete of
all line items on a PO. (so if a PO has 15 line items, 14 are received
completed, one is recieved +/- 10%, it force closes it). We build this
over POMAST not POITEM and just set the status/selected for close flag in
the custom exit.

We also make sure certain conditions are met. But basically we attack all
PO's with no activity prior to a specific date for example. If you use
PM/power link you can use some clever custom subsets to get at what you
want to purge (for example only PO's for a specific buyer or supply
vendors).

If you don't have Integator this isn't a solution for you obviously. (but
you could apply the same logic concept in your own custom code). It's
not too diffiicult.

Kevin

-------------------------------------------
Kevin Gerard, Senior Technical Consultant
TriMin Systems, Inc. - Infor Channel Partner
Direct 309-932-3103
Mobile 309-883-1689
www.triminmfg.com

"We are committed to helping manufacturing companies improve their Visibility, Productivity, Growth and Profitability"
-----mapics-l-bounces@xxxxxxxxxxxx wrote: -----

To: "MAPICS ERP System Discussion" <mapics-l@xxxxxxxxxxxx>
From: "Lloyd Degnon" <ldegnon@xxxxxxxxx>
Sent by: mapics-l-bounces@xxxxxxxxxxxx
Date: 12/18/2007 10:40AM
Subject: [MAPICS-L] Mass Force Close of POITEMS?

Anyone ever figure out a way to do this?

After 3 years of the first painful one by one force close, We are back
to a big mess again. Over 900 line items not invoiced according to the
system.

-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx
[mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of Shuhail
Sent: Monday, December 17, 2007 10:22 PM
To: 'MAPICS ERP System Discussion'
Subject: Re: [MAPICS-L] MAPICS Offline Upload

Dear All,

I'm sorry for not responding to your replies promptly. This is coz of
the time difference between most of you and my country. I'm from Sri
Lanka and on average Sri Lanka is ahead of 11 hours than NY, USA.

Steve Jones:

Thanks for your advice. I do not know how to call a MAPICS program in
debug mode, I have never been able to call a MAPICS program on my own by
referring to CAS task details.

Would appreciate if you can write to me the steps in calling IM, 3, 2
(ie.
2. Entry from Offline Files) program with any parameters needed and also
how to monitor the LDA at different points while this program is
executed.

Your guide will not only help me for this task but also for many future
experiments.

I will also look at James / Peter Vidal's suggestion on OLIMTRN cmd as
well.

Shuhail

-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx
[mailto:mapics-l-bounces@xxxxxxxxxxxx]
On Behalf Of sjones@xxxxxxxxxxxxxx
Sent: Monday, December 17, 2007 6:42 PM
To: MAPICS ERP System Discussion
Subject: Re: [MAPICS-L] MAPICS Offline Upload

Shuhail:

Does the batch get created if you do it from a MAPICS session? When
ever I have had problems when dealing with these types of programs, I
would run the program in debug & see what the LDA looks like when called
from MAPICS & then mimic that in my program.

Steve Jones

From:
Shuhail <Shuhail.Mohamed@xxxxxxxxxxxxxxx>
To:
mapics-l@xxxxxxxxxxxx
Date:
12/15/2007 09:35 AM
Subject:
[MAPICS-L] MAPICS Offline Upload

I have been trying to automate OFFTRN upload option in MAPICS IM Module
(IM, 3, 2). But there is no success.

Pasted below is the program (MSM001C) I wrote to automate it. I want to
upload the data in file OFFTRN064 (library OFFLINES) to MAPICS
environment 'IS' as a suspended batch. I have introduced an option to
call my program from MAPICS, at AMIM30 menu.

I used http://archive.midrange.com/mapics-l/200511/msg00018.htmlas a
guide to write the LDA populations by mapping with AMFLIBS/JOBACT record
just after an actual IM, 3, 2 option from MAPICS.

I'm not getting the Suspended batch created in MAPICS.

Will anyone be in a position to help me to reason out why it is not
creating the batch? If necessary I can fwd the jog log I'm getting when
I take the said option.

Also if you have any idea about how to get the batch in CLOSE mode, pls
let me know.

Thank you very much in advance.

Shuhail
==================================================================
My Program MSM001C:

PGM

DCL VAR(&ENV) TYPE(*CHAR) LEN(2) VALUE('IS')
DCL VAR(&FNAM) TYPE(*CHAR) LEN(10)
VALUE('OFFTRN064')
DCL VAR(&FLOC) TYPE(*CHAR) LEN(1) VALUE('2')
DCL VAR(&DEV) TYPE(*CHAR) LEN(10)
VALUE('OFFLINES')
DCL VAR(&DEL) TYPE(*CHAR) LEN(1) VALUE('N')

DCL VAR(&WKSID) TYPE(*CHAR) LEN(10)
DCL VAR(&USER) TYPE(*CHAR) LEN(10)
DCL VAR(&SYSNAM) TYPE(*CHAR) LEN(8)

DCL VAR(&LDA) TYPE(*CHAR) LEN(1024)

RTVNETA SYSNAME(&SYSNAM)
RTVJOBA JOB(&WKSID) USER(&USER)

CHGVAR VAR(%SUBSTRING(&LDA 1 001)) VALUE('2')
CHGVAR VAR(%SUBSTRING(&LDA 110 006)) VALUE('AMIPEA')
CHGVAR VAR(%SUBSTRING(&LDA 201 003)) VALUE('YY1')
CHGVAR VAR(%SUBSTRING(&LDA 204 002)) VALUE(&ENV)
CHGVAR VAR(%SUBSTRING(&LDA 209 004)) VALUE('3002')
CHGVAR VAR(%SUBSTRING(&LDA 217 003)) VALUE('1M1')
CHGVAR VAR(%SUBSTRING(&LDA 230 001)) VALUE('M')
CHGVAR VAR(%SUBSTRING(&LDA 234 001)) VALUE('L')
CHGVAR VAR(%SUBSTRING(&LDA 235 001)) VALUE('L')
CHGVAR VAR(%SUBSTRING(&LDA 245 005)) VALUE('I/:$.')
CHGVAR VAR(%SUBSTRING(&LDA 251 001)) VALUE('u')
CHGVAR VAR(%SUBSTRING(&LDA 255 002)) VALUE(&ENV)
CHGVAR VAR(%SUBSTRING(&LDA 257 002)) VALUE('00')
CHGVAR VAR(%SUBSTRING(&LDA 259 010)) VALUE(&WKSID)
CHGVAR VAR(%SUBSTRING(&LDA 269 001)) VALUE('0')
CHGVAR VAR(%SUBSTRING(&LDA 273 001)) VALUE('0')
CHGVAR VAR(%SUBSTRING(&LDA 276 001)) VALUE('1')
CHGVAR VAR(%SUBSTRING(&LDA 277 010)) VALUE(&USER)
CHGVAR VAR(%SUBSTRING(&LDA 287 010)) VALUE(&WKSID)
CHGVAR VAR(%SUBSTRING(&LDA 368 002)) VALUE('YN')
CHGVAR VAR(%SUBSTRING(&LDA 450 004)) VALUE('EXIT')
CHGVAR VAR(%SUBSTRING(&LDA 462 009)) VALUE('NAMIM3002')
CHGVAR VAR(%SUBSTRING(&LDA 493 008)) VALUE(&SYSNAM)
CHGVAR VAR(%SUBSTRING(&LDA 501 006)) VALUE('AMIM30')
CHGVAR VAR(%SUBSTRING(&LDA 511 003)) VALUE('02M')
CHGVAR VAR(%SUBSTRING(&LDA 524 010)) VALUE(&WKSID)
CHGVAR VAR(%SUBSTRING(&LDA 701 010)) VALUE(&FNAM)
CHGVAR VAR(%SUBSTRING(&LDA 711 010)) VALUE(&DEV)
CHGVAR VAR(%SUBSTRING(&LDA 721 001)) VALUE(&FLOC)
CHGVAR VAR(%SUBSTRING(&LDA 725 001)) VALUE(&DEL)

CALL AXZPSJ PARM(&LDA AMIPEB)

ENDCL: ENDPGM
============================================================================

_______________________________________________
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.

_______________________________________________
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.