Skip to content

/AWS1/CL_MPIPRODUCTINFORMATION

Summary information about a product, including the identifier, name, and manufacturer.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_productid TYPE /AWS1/MPIPRODUCTID /AWS1/MPIPRODUCTID

The unique identifier of the product.

iv_productname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING

The human-readable display name of the product.

io_manufacturer TYPE REF TO /AWS1/CL_MPISELLERINFORMATION /AWS1/CL_MPISELLERINFORMATION

The entity who manufactured the product.


Queryable Attributes

productId

The unique identifier of the product.

Accessible with the following methods

Method Description
GET_PRODUCTID() Getter for PRODUCTID, with configurable default
ASK_PRODUCTID() Getter for PRODUCTID w/ exceptions if field has no value
HAS_PRODUCTID() Determine if PRODUCTID has a value

productName

The human-readable display name of the product.

Accessible with the following methods

Method Description
GET_PRODUCTNAME() Getter for PRODUCTNAME, with configurable default
ASK_PRODUCTNAME() Getter for PRODUCTNAME w/ exceptions if field has no value
HAS_PRODUCTNAME() Determine if PRODUCTNAME has a value

manufacturer

The entity who manufactured the product.

Accessible with the following methods

Method Description
GET_MANUFACTURER() Getter for MANUFACTURER