Transaction Object Methods 

Method Name

In Parameters

Return Type

Description

Call

(None)

Boolean

Calls the R/3 System transaction using the screen sequences defined in the Transaction object. If call transaction is complete, returns True. Use the Message property to determine whether the call transaction is successful.

Screens

Index

Variant

IScreen

Returns a Screen object from the Screens collection associated with the transaction. The Screen parameter is optional. The Index parameter is required. If the Screen parameter is omitted, the Index parameter specifies the order of the Screen object. Otherwise, it specifies the program name.

Screen

Variant