Is CIM load possible for 1.4.13?

Jason Evans

New Member
I know I can't CIM load costs into 1.4.1. I know there are potentially other functions that won't allow CIM load. Is 1.4.13 one of them? The script I have tried is:

@@batchloadppptcg.p
SCL155789 DSCL155789
AAA
@@end

I have also tried putting the item numbers on separate lines to assume a 'Go' instead of a carriage return with no joy.

We are using MFG Pro version 9.0.

Thanks
 
Ha Jason

I think we have a mix of two functionalities:
- 1.4.13 is only meant for renaming items.

The standard transaction used for loading item costs is 1.4.15 Item cost batchload:

The batchload must have the following format:

@@batchload ppcstld.p
No
<Item number> <Site>
<Cost set>
<Element> <Cost value>
[ <Element> <Cost Value> ]
.
@@end

Fill in the definitions used for Cost Set and Elements.


For renaming products, use the following syntax:

@@batchload ppptcg.p
<Old itemnumer> < new item number>
<Output id>
-
@@end

The last dash is necessary for confirmation purposes!
 
Back
Top