Calling the CSV export

The CSV export can be started interactively in the CSV export form. By means of the Start export function, you can immediately present and comprehend the result of the export in a local example file.

Moreover, in the PSA_CSV_EXP data class, the STA_EXP method is provided. This method is used for the programmatic start or by the call in the import scanner.

In addition to the method of the function (field F-method) in the import scanner, more parameters can be specified (field F-parameter). The STA_EXP method accepts several CRM-specific parameters following the convention: Parameter name: = value.

The following parameters are supported:

EXP_IDNSpecifies which CSV export, corresponding name (ID), should be used for the export.
OUT_FILSpecifies the name and, if necessary, the path of the output file.
FLT_GIDSpecifies the GID of a filter to be applied to this data class.
CHK_TIMDefines whether the next start time should be checked. Permitted values: TRUE and FALSE.
SHW_CSVAutomatically displays the generated CSV file. Permitted values: TRUE and FALSE.
CLO_QUEIndicates whether the search condition of the current DTO should be used in the output DTO.
The current DTO must be of the same type as the base DTO of the CSV output.