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



Just to add to the response from Charles, we have a small piece of CL to
copy all members of the RPTRAN file into another file, and then query
that second file.
e.g.

CPYF FROMFILE(AMTLIB1/RPTRAN) +
TOFILE(MYLIB/RPTRANALL) FROMMBR(*ALL) +
TOMBR(*FIRST) MBROPT(*REPLACE) CRTFILE(*NO)
RUNQRY QRY(QRYLIB/MYQRY)

This creates a file RPTRANALL which is then queried for any transactions
with RSTAT = 'U'

You can then just stick the CL on a menu and have it output to screen or
print, as required.

Kind regards,


David Unwin

Systems Manager
CML Innovative Technologies

DDL +44 (0)1284 714710
FAX +44 (0)1284 754406
Email dunwin@xxxxxxxxxx




-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx
[mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Dreimiller
Sent: 05 February 2009 22:12
To: MAPICS-L@xxxxxxxxxxxx
Subject: [MAPICS-L] REP UNAPPLIED INVENTORY TRANSACTIONS

2/5
Using the REP module, we have unapplied IP transactions. I would like
to create a query report of these unapplied transactions. What file are

these transaction in?
In advance, thanks


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.