Transaction Object Properties 

Property Name

Return Type

Access Type

Description

Messages

Table

Read–only

Returns the numbers of all transaction messages. The returned table has the same structure as the BDCMSGCOLL table in R/3.

Screens

IScreens

Read–only

Returns a Screens collection object containing a list of Screen objects.

TransactionName

String

Read–only

Returns the name of the Transaction object.

UpdateMode

String

Read-write

The UpdateMode determines the type of update for a transaction call and can have the following values:

'A'

Asynchronous update

'S'

Synchronous update (the default)

'N'

No display

TransactionID

String

Read-only

Returns the UserIdentifier parameter specified when the Transaction object was created (using the Add method for the Transaction collection).

Subrc

Long

Read–only

Returns the sy-subrc value of the call transaction statement in ABAP.