Skip to content

/AWS1/CL_PP2DSCREGSECTIONDEF01

DescribeRegistrationSectionDefinitionsResult

CONSTRUCTOR

IMPORTING

Required arguments:

iv_registrationtype TYPE /AWS1/PP2REGISTRATIONTYPE /AWS1/PP2REGISTRATIONTYPE

The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.

it_regsectiondefinitions TYPE /AWS1/CL_PP2REGSECTIONDEFN=>TT_REGSECTIONDEFINITIONLIST TT_REGSECTIONDEFINITIONLIST

An array of RegistrationSectionDefinition objects.

Optional arguments:

iv_nexttoken TYPE /AWS1/PP2NEXTTOKEN /AWS1/PP2NEXTTOKEN

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.


Queryable Attributes

RegistrationType

The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.

Accessible with the following methods

Method Description
GET_REGISTRATIONTYPE() Getter for REGISTRATIONTYPE, with configurable default
ASK_REGISTRATIONTYPE() Getter for REGISTRATIONTYPE w/ exceptions if field has no va
HAS_REGISTRATIONTYPE() Determine if REGISTRATIONTYPE has a value

RegistrationSectionDefinitions

An array of RegistrationSectionDefinition objects.

Accessible with the following methods

Method Description
GET_REGSECTIONDEFINITIONS() Getter for REGSECTIONDEFINITIONS, with configurable default
ASK_REGSECTIONDEFINITIONS() Getter for REGSECTIONDEFINITIONS w/ exceptions if field has
HAS_REGSECTIONDEFINITIONS() Determine if REGSECTIONDEFINITIONS has a value

NextToken

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value