Skip to content

/AWS1/CL_FRHPROCESSOR

Describes a data processor.

If you want to add a new line delimiter between records in objects that are delivered to Amazon S3, choose AppendDelimiterToRecord as a processor type. You don’t have to put a processor parameter when you select AppendDelimiterToRecord.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/FRHPROCESSORTYPE /AWS1/FRHPROCESSORTYPE

The type of processor.

Optional arguments:

it_parameters TYPE /AWS1/CL_FRHPROCESSORPARAMETER=>TT_PROCESSORPARAMETERLIST TT_PROCESSORPARAMETERLIST

The processor parameters.


Queryable Attributes

Type

The type of processor.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Parameters

The processor parameters.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS 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_PROCESSORLIST

TYPES TT_PROCESSORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRHPROCESSOR WITH DEFAULT KEY
.