Skip to content

/AWS1/CL_FNSCHANGEREQUEST

A list of change request objects.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_changetype TYPE /AWS1/FNSCHANGETYPE /AWS1/FNSCHANGETYPE

Defines the type of change request. A changeType can have the following values:

  • PUT – Adds or updates files in a database.

  • DELETE – Deletes files in a database.

iv_dbpath TYPE /AWS1/FNSDBPATH /AWS1/FNSDBPATH

Defines the path within the database directory.

Optional arguments:

iv_s3path TYPE /AWS1/FNSS3PATH /AWS1/FNSS3PATH

Defines the S3 path of the source file that is required to add or update files in a database.


Queryable Attributes

changeType

Defines the type of change request. A changeType can have the following values:

  • PUT – Adds or updates files in a database.

  • DELETE – Deletes files in a database.

Accessible with the following methods

Method Description
GET_CHANGETYPE() Getter for CHANGETYPE, with configurable default
ASK_CHANGETYPE() Getter for CHANGETYPE w/ exceptions if field has no value
HAS_CHANGETYPE() Determine if CHANGETYPE has a value

s3Path

Defines the S3 path of the source file that is required to add or update files in a database.

Accessible with the following methods

Method Description
GET_S3PATH() Getter for S3PATH, with configurable default
ASK_S3PATH() Getter for S3PATH w/ exceptions if field has no value
HAS_S3PATH() Determine if S3PATH has a value

dbPath

Defines the path within the database directory.

Accessible with the following methods

Method Description
GET_DBPATH() Getter for DBPATH, with configurable default
ASK_DBPATH() Getter for DBPATH w/ exceptions if field has no value
HAS_DBPATH() Determine if DBPATH 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_CHANGEREQUESTS

TYPES TT_CHANGEREQUESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNSCHANGEREQUEST WITH DEFAULT KEY
.