Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets a particular table buffer for the specified transaction type.
Syntax
public abstract boolean setTableBuffer(Common _common)
Run On
Called
Parameters
- _common
Type: Common Table
The Common table record buffer that is passed in and then set based on the table ID of the buffer.
Return Value
Type: boolean
true if the table is supported and buffer is saved; otherwise false.
Remarks
The common record buffer is cast to the appropriate table through switch logic. This method can be called repeatedly to assign multiple buffers.