Skip to content

/AWS1/CL_PP2REGFIELDVALINFMT00

Provides the values of the specified field.

CONSTRUCTOR

IMPORTING

Required arguments:

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/PP2REGATTACHMENTIDORARN /AWS1/PP2REGATTACHMENTIDORARN

The unique identifier for the registration attachment.

iv_deniedreason TYPE /AWS1/PP2STRING /AWS1/PP2STRING

A description of why the registration was denied.

iv_feedback TYPE /AWS1/PP2STRING /AWS1/PP2STRING

Generative AI feedback information provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.


Queryable Attributes

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

DeniedReason

A description of why the registration was denied.

Accessible with the following methods

Method Description
GET_DENIEDREASON() Getter for DENIEDREASON, with configurable default
ASK_DENIEDREASON() Getter for DENIEDREASON w/ exceptions if field has no value
HAS_DENIEDREASON() Determine if DENIEDREASON has a value

Feedback

Generative AI feedback information provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.

Accessible with the following methods

Method Description
GET_FEEDBACK() Getter for FEEDBACK, with configurable default
ASK_FEEDBACK() Getter for FEEDBACK w/ exceptions if field has no value
HAS_FEEDBACK() Determine if FEEDBACK 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_REGFIELDVALUEINFMTIONLIST

TYPES TT_REGFIELDVALUEINFMTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2REGFIELDVALINFMT00 WITH DEFAULT KEY
.