Skip to content

/AWS1/CL_FND=>CREATEDATAVIEW()

About CreateDataView

Creates a Dataview for a Dataset.

Method Signature

IMPORTING

Required arguments:

IV_DATASETID TYPE /AWS1/FNDDATASETID /AWS1/FNDDATASETID

The unique Dataset identifier that is used to create a Dataview.

IO_DESTINATIONTYPEPARAMS TYPE REF TO /AWS1/CL_FNDDATAVIEWDSTTYPEP00 /AWS1/CL_FNDDATAVIEWDSTTYPEP00

Options that define the destination type for the Dataview.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/FNDCLIENTTOKEN /AWS1/FNDCLIENTTOKEN

A token that ensures idempotency. This token expires in 10 minutes.

IV_AUTOUPDATE TYPE /AWS1/FNDBOOLEAN /AWS1/FNDBOOLEAN

Flag to indicate Dataview should be updated automatically.

IT_SORTCOLUMNS TYPE /AWS1/CL_FNDSORTCOLUMNLIST_W=>TT_SORTCOLUMNLIST TT_SORTCOLUMNLIST

Columns to be used for sorting the data.

IT_PARTITIONCOLUMNS TYPE /AWS1/CL_FNDPARTITIONCOLUMNL00=>TT_PARTITIONCOLUMNLIST TT_PARTITIONCOLUMNLIST

Ordered set of column names used to partition data.

IV_ASOFTIMESTAMP TYPE /AWS1/FNDTIMESTAMPEPOCH /AWS1/FNDTIMESTAMPEPOCH

Beginning time to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FNDCREATEDATAVIEWRSP /AWS1/CL_FNDCREATEDATAVIEWRSP