Fonction SAP CACS_LCC_MTCH_SE_SEDT - ICM-LCC: Matching routine for tables _DOCSE and _DOCSEDT

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_APPL CACSAPPL C 6 Commission Application Identification
I_LCC_TIMESTAMP CACSTIMESTAMP N 14 Time Stamp (YYYY.MM.DD hh:mm:ss)
I_MATCH_FIELDLIST DCBTFIELDS h 30 List of Field Names
I_MATCH_TABNAME EWUTABNAME C 30 Name of Table to be Converted
I_SOURCE_FIELDLIST DCBTFIELDS h 30 List of Field Names
I_SOURCE_TABNAME EWUTABNAME C 30 Name of Table to be Converted
I_YEAR CACSYEAR N 4 Year of Commission Case/Commission Document

Paramètre Reférence Type Long. Description
E_RESULT EWUUMSSTAT C 3 Status of the program

Exception Description
SQL_ERROR


Function module CACS_LCC_MTCH_SE_SEDT reconciles the roundingdifferences that arise after conversion phase of local currencyconversion between settlement due line items in table _DOCSEand settlement detail line items in table _DOCSEDT.
If there is a (rounding) difference in the amount fields of thecommission model currency, the highest dated settlement detail line itemis corrected in table _DOCSEDT.

Parameter
I_APPL,,Commission Application Identification
I_YEAR,,Year of Commission Case/Commission Document
I_SOURCE_TABNAME,,Name of Table to be converted
I_MATCH_TABNAME,,Name of Table to be converted
I_LCC_TIMESTAMP,,Time Stamp (YYYY.MM.DD hh:mm:ss)
I_SOURCE_FIELDLIST,,List of Field Names
I_MATCH_FIELDLIST,,List of Field Names
E_RESULT TYPE EWUUMSSTAT,,Status of the program

Exceptions
SQL_ERROR,, SQL exception occurred during execution

Function group
CACS_LCC_MATCH