Skip to content

/AWS1/CL_CMTUSERINFO

Information about the user who made a specified commit.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/CMTNAME /AWS1/CMTNAME

The name of the user who made the specified commit.

IV_EMAIL TYPE /AWS1/CMTEMAIL /AWS1/CMTEMAIL

The email address associated with the user who made the commit, if any.

IV_DATE TYPE /AWS1/CMTDATE /AWS1/CMTDATE

The date when the specified commit was commited, in timestamp format with GMT offset.


Queryable Attributes

name

The name of the user who made the specified commit.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

email

The email address associated with the user who made the commit, if any.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

date

The date when the specified commit was commited, in timestamp format with GMT offset.

Accessible with the following methods

Method Description
GET_DATE() Getter for DATE, with configurable default
ASK_DATE() Getter for DATE w/ exceptions if field has no value
HAS_DATE() Determine if DATE has a value