CIM for poporc.p?

robinsrm

New Member
Hi,

We have several memo PO's that are several years open that I want to close and archive off the system. I was wanting to do a CIM to receive against all open memo PO, but I'm having some difficulty in getting the CIM to work. Does anyone have a CIM that works for this screen? here's what I'm doing...

@@batchload poporc.p
"P205314" - - - "YES" "YES" "NO" -
-
"NO"
"YES"
.
@@end

Thanks,
Richard
 
Richard,

I think your batch load file has mistake. please try it with following file

@@batchload poporc.p
"P205314"
- - - Y Y N -
-
"NO"
"YES"
.
@@end
 
Back
Top