Skip to content

/AWS1/CL_GMSGAMECONFDETAILS

Details about the game configuration.

The game configuration is organized into named sections, where the schema of each section is defined by an extension. The schema for these sections can be retrieved using the GetExtensionVersion operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_SECTIONS TYPE /AWS1/CL_GMSSECTION=>TT_SECTIONS TT_SECTIONS

Configuration data, organized by section name.

IV_CREATED TYPE /AWS1/GMSDATETIME /AWS1/GMSDATETIME

The date when the game was created.

IV_LASTUPDATED TYPE /AWS1/GMSDATETIME /AWS1/GMSDATETIME

The date when the game was last modified.


Queryable Attributes

Sections

Configuration data, organized by section name.

Accessible with the following methods

Method Description
GET_SECTIONS() Getter for SECTIONS, with configurable default
ASK_SECTIONS() Getter for SECTIONS w/ exceptions if field has no value
HAS_SECTIONS() Determine if SECTIONS has a value

Created

The date when the game was created.

Accessible with the following methods

Method Description
GET_CREATED() Getter for CREATED, with configurable default
ASK_CREATED() Getter for CREATED w/ exceptions if field has no value
HAS_CREATED() Determine if CREATED has a value

LastUpdated

The date when the game was last modified.

Accessible with the following methods

Method Description
GET_LASTUPDATED() Getter for LASTUPDATED, with configurable default
ASK_LASTUPDATED() Getter for LASTUPDATED w/ exceptions if field has no value
HAS_LASTUPDATED() Determine if LASTUPDATED has a value