Skip to content

/AWS1/CL_MPICATEGORY

A category used to classify a listing or product into a logical group.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_categoryid TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING

The machine-readable identifier of the category.

iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING

The human-readable name of the category.


Queryable Attributes

categoryId

The machine-readable identifier of the category.

Accessible with the following methods

Method Description
GET_CATEGORYID() Getter for CATEGORYID, with configurable default
ASK_CATEGORYID() Getter for CATEGORYID w/ exceptions if field has no value
HAS_CATEGORYID() Determine if CATEGORYID has a value

displayName

The human-readable name of the category.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME 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_MPICATEGORY WITH DEFAULT KEY
.