Skip to content

/AWS1/CL_SAGCATEGORY

Represents a category classification for tasks

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Name of the category

iv_isprimary TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN

Whether this is the primary category for the task


Queryable Attributes

name

Name of the category

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

isPrimary

Whether this is the primary category for the task

Accessible with the following methods

Method Description
GET_ISPRIMARY() Getter for ISPRIMARY, with configurable default
ASK_ISPRIMARY() Getter for ISPRIMARY w/ exceptions if field has no value
HAS_ISPRIMARY() Determine if ISPRIMARY 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_CATEGORYLIST

TYPES TT_CATEGORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGCATEGORY WITH DEFAULT KEY
.