Ansicht
Dokumentation

EXIT_SAPLFCIN_210 - Integration: Output Fields of Incorrect Data Records in Rollup

EXIT_SAPLFCIN_210 - Integration: Output Fields of Incorrect Data Records in Rollup

Addresses (Business Address Services)   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module exit enables the definition of folders which are issued during rollup in the consolidation (EC-CS). The following data is transferred to the exit:

  • the name I_FROMTAB of the sender table
  • the table T_ERRFIELDS with structure FCIN_T_FIELDS
This table contains the default fields determined by the system at the time of call up. The fields contained in this table are issued for an incorrect rolled up data record with the error messages belonging to it, in the sequence in which they appear in the table.
Dependent on the sender table you can possibly change existing entries in T_ERRFIELDS or delete them at the time being and fill them with your desired output fields. To fill the table the predefined macro ERRFIELDS_APP is at your disposal, its application is made clearer by the following example and the include file LXC01F07.

Example

Assuming that you use the totals table Profit Center Accounting (GLPCT) as sender table and you want to specify an individual sequence of output fields: in the first place the company code, then the G/L account that is the cost element and finally the Profit Center. The program coding which is defined by you could look as follows:

REFRESH T_ERRFIELDS. "Delete existing entries
CASE I_FROMTAB.
WHEN 'GLPCT'.
ERRFIELDS_APP: 'RBUKRS', "Company code
'RACCT', "G/L account/Cost element
'RPRCTR'. "Profit Center

WHEN OTHERS.

ENDCASE.

Notes

Further information





Parameters

I_FROMTAB
T_ERRFIELDS

Exceptions

Function Group

XC01

TXBHW - Original Tax Base Amount in Local Currency   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1906 Date: 20240523 Time: 050254     sap01-206 ( 43 ms )