Skip to content

/AWS1/CL_MGNCODEGENOUTFMTSTA00

Status details for a specific code generation output format.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/MGNCODEGENEROUTFMTSTATUS /AWS1/MGNCODEGENEROUTFMTSTATUS

The status of the code generation for this output format.

iv_statusdetaillist TYPE /AWS1/MGNLARGEBOUNDEDSTRING /AWS1/MGNLARGEBOUNDEDSTRING

A list of detailed status information for the code generation.


Queryable Attributes

status

The status of the code generation for this output format.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusDetailList

A list of detailed status information for the code generation.

Accessible with the following methods

Method Description
GET_STATUSDETAILLIST() Getter for STATUSDETAILLIST, with configurable default
ASK_STATUSDETAILLIST() Getter for STATUSDETAILLIST w/ exceptions if field has no va
HAS_STATUSDETAILLIST() Determine if STATUSDETAILLIST has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CODEGENEROUTFMTSTATDETSMAP

TYPES TT_CODEGENEROUTFMTSTATDETSMAP TYPE HASHED TABLE OF /AWS1/CL_MGNCODEGENOUTFMTSTA00=>TS_CODEGENOUTFMTSTATD00_MAPROW WITH UNIQUE KEY key
.

TS_CODEGENOUTFMTSTATD00_MAPROW

TYPES: BEGIN OF TS_CODEGENOUTFMTSTATD00_MAPROW,
  key TYPE /AWS1/MGNCODEGENEROUTFMTTYPE,
  value TYPE REF TO /AWS1/CL_MGNCODEGENOUTFMTSTA00,
END OF TS_CODEGENOUTFMTSTATD00_MAPROW.