Loading...
 

CX_ALLOCATION::SetPreMessage

CX_ALLOCATION::SetPreMessage

Description:

Registering a message sent by the CX_SINGLE_ALLOCATION::ResolveNew() function after creating a CX_ALLOCATION_TXN object. Sending the message returns the following objects on the stack

Stack
Position Object type Brief description
Top CX_BOOLEAN further processing is terminated when this object is set to FALSE. (after FinishInput!)
Top 1 CX_CONTAINER A container object to exchange data
top 2 CX_ALLOCATION_TXN The newly created CX_ALLOCATION_TXN object

From within InstantView®, the message sent must be ended with the FinishInput command.

Code example:

siehe Code Beispiel bei CX_BILL_OF_MATERIAL::ResolveNew()

Stack
Stack Position Object type Brief description
Stack(In) Top CX_ALLOCATION An object of type CX_ALLOCATION
Top 1 INTEGER A message
Function call: Call(SetPreMessage)