/AWS1/CL_PP2PUTREGFIELDVALRSLT¶
PutRegistrationFieldValueResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registrationarn TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The Amazon Resource Name (ARN) for the registration.
iv_registrationid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier for the registration.
iv_versionnumber TYPE /AWS1/PP2REGVERSIONNUMBER /AWS1/PP2REGVERSIONNUMBER¶
The version number of the registration.
iv_fieldpath TYPE /AWS1/PP2FIELDPATH /AWS1/PP2FIELDPATH¶
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
Optional arguments:¶
it_selectchoices TYPE /AWS1/CL_PP2SELECTCHOICELIST_W=>TT_SELECTCHOICELIST TT_SELECTCHOICELIST¶
An array of values for the form field.
iv_textvalue TYPE /AWS1/PP2TEXTVALUE /AWS1/PP2TEXTVALUE¶
The text data for a free form field.
iv_registrationattachmentid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier for the registration attachment.
Queryable Attributes¶
RegistrationArn¶
The Amazon Resource Name (ARN) for the registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONARN() |
Getter for REGISTRATIONARN, with configurable default |
ASK_REGISTRATIONARN() |
Getter for REGISTRATIONARN w/ exceptions if field has no val |
HAS_REGISTRATIONARN() |
Determine if REGISTRATIONARN has a value |
RegistrationId¶
The unique identifier for the registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |
VersionNumber¶
The version number of the registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNUMBER() |
Getter for VERSIONNUMBER, with configurable default |
ASK_VERSIONNUMBER() |
Getter for VERSIONNUMBER w/ exceptions if field has no value |
HAS_VERSIONNUMBER() |
Determine if VERSIONNUMBER has a value |
FieldPath¶
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDPATH() |
Getter for FIELDPATH, with configurable default |
ASK_FIELDPATH() |
Getter for FIELDPATH w/ exceptions if field has no value |
HAS_FIELDPATH() |
Determine if FIELDPATH has a value |
SelectChoices¶
An array of values for the form field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTCHOICES() |
Getter for SELECTCHOICES, with configurable default |
ASK_SELECTCHOICES() |
Getter for SELECTCHOICES w/ exceptions if field has no value |
HAS_SELECTCHOICES() |
Determine if SELECTCHOICES has a value |
TextValue¶
The text data for a free form field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTVALUE() |
Getter for TEXTVALUE, with configurable default |
ASK_TEXTVALUE() |
Getter for TEXTVALUE w/ exceptions if field has no value |
HAS_TEXTVALUE() |
Determine if TEXTVALUE has a value |
RegistrationAttachmentId¶
The unique identifier for the registration attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONATTACHMENTID() |
Getter for REGISTRATIONATTACHMENTID, with configurable defau |
ASK_REGISTRATIONATTACHMENTID() |
Getter for REGISTRATIONATTACHMENTID w/ exceptions if field h |
HAS_REGISTRATIONATTACHMENTID() |
Determine if REGISTRATIONATTACHMENTID has a value |