Extraction and CIM load of 7.7.1 Container Workbench

jchellap

Member
Hi All,

QAD version - M F G / P R O Release eB2.1 SP5

I need to write the program for extraction and CIM load for the menu 7.7.1 Container Workbench.

I never used this menu before and I am not sure about the functionality.

I am not able to get all the entered information (next container, tare weight) in one table .i.e abs_mstr.

what is the link to get all the entered values?

I need your suggestions to proceed further. Thanks in advance.

if anyone is having the sample program pls share.
 
Last edited:
You should use 7.7.5 SO Container Maintenance too cim load container data , as it is easier to cim load in this. 7.7.1 might not allow cim load as it has complex keystrokes which can't be duplicated in CIm mode.

All containers,shipper,items are stored in abs_mstr table only.
abs_id start with s is shipper.
abs_id starts with c is container record
abs_id starts with i is item record.

These are linked in a prent chile relationship. You may want to use rcsoisa.p in your program if you want to explode a shipper,container structure.
 
Top