Ansicht
Dokumentation

EXIT_FICUPL00_100 -

EXIT_FICUPL00_100 -

PERFORM Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function exit enables you to modify individual financial statement data that is imported by the Flexible Upload program before it is checked and written to the EC-CS totals database. You can also produce error messages.

The interface parameters of the function exit are as follows:

  • Import Parameters:
  • I_CATNR: a 1-digit character field
    '2' = the submitted record is a header row
    '3' = the submitted record is a data row

  • I_DATA: a 206-digit character field
    The first 200 characters contain the header or data row that is read from the import file. Any quotation marks (") at the first or last position are removed. The last 6 digits contain the row number of the header or data row in the import file.

  • IT_CATALOG: an internel table - character type
    If I_CATNR = '2' the table coincides with IT_CATALOG2.
    If I_CATNR = '3' the table coincides with IT_CATALOG3.

  • IT_CATALOG1, 2 and 3: internel tables - character type
    Contain the technical names of the fields in the selection screen (IT_CATALOG1), in the header row (IT_CATALOG2), and in the data rows (IT_CATALOG3). The names coincide with the field names in the FC03UPL structure.

  • IT_SPLIT: an internel table - character type
    The header or data row is broken down into the fields of the corresponding catalog based on the definitions in the upload method (fixed column widths or variable column widths using separators). The fields are converted to individual character fields and written to the IT_SPLIT table.

  • Change Parameters:
  • C_UPLOAD: Structure FC03UPL
    The values found in the selection screen and in the header or data row are written to the C_UPLOAD structure prior to the function exit call. Changes can be made in the structure. However, only the fields contained in IT_CATALOG may be modified.

  • Export Parameters:
  • IT_ERROR: an internel table - character type
    Checks can be performed in the function, too. When errors are discovered, you can insert the names of the fields involved into IT_ERROR. Only the fields contained in IT_CATALOG should be used. These fields are listed in the upload log, and the records involved are not posted.

  • IT_CHANGES: an internel table - character type
    If a field's value in C_UPLOAD changes, the field name should be written to IT_CHANGES. The field then appears on the log, color-coded.

Example

Notes

Further information






CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 3157 Date: 20240329 Time: 155250     sap01-206 ( 52 ms )