Plug(zugriffsAusdruck)
Parameter: an access path
| Stack | Position | Description |
|---|---|---|
| Stack(In) | top | - |
| Stack(Out) | top | located data element |
The access path indicated in the parameter refers - similar to the statement get - to an object data element. This object is not explicitly predefined. It gets searched in the PlugSpace.
Information: Plug provides the data element of the first plug space object, for which the access path can be evaluated successfully. If there is no such object in plug space, the result will be INVALID
// generate object
CreateTransObject(CX_LINK_TXN) -> plugTxn
120mm plugTxn Put(LEANGE)
// set plugspace
[ plugTxn ] PlugSpace
// check value
Plug(LAENGE)
// result = 120mm