| Paramètre | Reférence | Type | Long. | Description |
|---|---|---|---|---|
| E_UPDATE_ACCHD | C | C | 0 | Perform Update on ACCHD |
| E_UPDATE_ACCIT | C | C | 0 | Perform Update on ACCIT |
| Paramètre | Reférence | Long. | Facultatif | Description |
|---|---|---|---|---|
| T_ACCCR | ACCCR | 162 | FI/CO document currency information | |
| T_ACCHD | ACCHD | 332 | FI/CO document header information | |
| T_ACCIT | ACCIT | 3308 | FI/CO document item information |
|
DEFINE &TEXT& = 'Post RE Document: RE_DOCUMENT_COMPLETE' DEFINE &EVENT& = '00702910' DEFINE &TYPE& = 'PROCESS' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX Event Description of Interface:
You can modify the fields in tables T_ACCHD and T_ACCIT, but the systemonly takes account of the changes in the fields that exist instructures VIRE_ACCHD_CUT and VIRE_ACCIT_CUT. To ensure better performance, take note of the following two exportparameters at the end of your coding: If your substitution is to have effect in table T_ACCHD (re T_ACCIT),set the parameter E_UPDATE_ACCHD (re E_UPDATE_ACCIT) to 'X'. Example
Notes |