Skip to content

/AWS1/CL_BDNCOMPATIBILITYINF00

Information about client compatibility and supported model versions.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clientcompatibilityvrs TYPE /AWS1/BDNINTEGER /AWS1/BDNINTEGER

The client compatibility version that was requested.

it_supportedmodelids TYPE /AWS1/CL_BDNMODELIDLIST_W=>TT_MODELIDLIST TT_MODELIDLIST

A list of model IDs that are supported for the client compatibility version.

Optional arguments:

iv_message TYPE /AWS1/BDNNONBLANKSTRING /AWS1/BDNNONBLANKSTRING

Additional information about compatibility requirements or recommendations.


Queryable Attributes

clientCompatibilityVersion

The client compatibility version that was requested.

Accessible with the following methods

Method Description
GET_CLIENTCOMPATIBILITYVRS() Getter for CLIENTCOMPATIBILITYVERSION, with configurable def
ASK_CLIENTCOMPATIBILITYVRS() Getter for CLIENTCOMPATIBILITYVERSION w/ exceptions if field
HAS_CLIENTCOMPATIBILITYVRS() Determine if CLIENTCOMPATIBILITYVERSION has a value

supportedModelIds

A list of model IDs that are supported for the client compatibility version.

Accessible with the following methods

Method Description
GET_SUPPORTEDMODELIDS() Getter for SUPPORTEDMODELIDS, with configurable default
ASK_SUPPORTEDMODELIDS() Getter for SUPPORTEDMODELIDS w/ exceptions if field has no v
HAS_SUPPORTEDMODELIDS() Determine if SUPPORTEDMODELIDS has a value

message

Additional information about compatibility requirements or recommendations.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value