The data processing for a selection by file runs with a module, which is also used by the ProPLMClient.
For a ProMassOperations object selection, one valid object key must be written per line:
Code Block |
---|
<Object key 1> <Object key 2> ... <Object key n> |
Each object key needs:
Object type | Description | Key |
---|---|---|
DRAW | Document info record | <type></><number></><part document></><version> or |
MARA | Material master record | <material number> |
The following separators (</>) can be used for the document keys: ";" (semicolon) "/" (forward slash) or tab stop.
In this data processing module different object types are allowed. For more information please refer to ProPLMClient User Manual.
...