Page tree
Skip to end of metadata
Go to start of metadata

Instructions

As part of the reconciliation of Controlling with Financial Accounting, it is necessary to compare values from FI tables (such as table FAGLFLEXT) with values from CO tables (tables COSP and COSS).

However, the field names and contents are not the same in FI and CO tables. For this reason, field names and possibly the field values as well must be converted during a drilldown from FI into CO, for example. The system performs this conversion automatically.

If, however, you use customer-specific user-exits, it may be that this conversion is not performed automatically. In this case, the automatic conversion may deliver undesired or incomplete results. It therefore may be useful to create an implementation for this Business Add-In (BAdI) to correct the results of the automatic conversion. The BAdI is run after automatic conversion.

Meaning of the parameters

  • IT_SELOPT_FI
    Table with selection options for the FI table. The entries in this table were converted or are to be converted.
  • ID_TABNAME_FI
    The name of the FI database table.
  • CT_SELOPT_CO
    Table containing the result of the conversion. In the BAdI implementation, you can change, add, or delete entries in this table.
  • ID_TABNAME_CO
    Name of the CO database table for which the conversion is to be performed. Only database tables COSP and COSS are possible.
  • CT_FAILED_CONVERSIONS
    Table containing selection options that could not be converted by the system. If a BAdI implementation can convert these entries, you can delete the corresponding entries from this table.

Caution

You usually do not have to create any implementations for this BAdI, even when customer-specific fields are used.

 

 

  • No labels