Functional Description
Purpose
This business function is used to determine if posted records exist in a journal entry prior to being
deleted.
Setup Notes and Prerequisites
Special Logic
This business function sets no error message. We set on an error flag and then the calling
application is responsible for setting on the appropriate error.
Technical Specification
This business function uses a key which contains posted code, batch type, batch number, ledger type,
g/l date, document number, key company and document type. An existence check is done over the F0911
using this key with a 'P' in the posted code. If a record is found we set the error flag to '1'.
D0900037 - Validate - Delete JE Document
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBatchType | ICUT | char | NONE | NONE |
Special Input Expected
| ||||
mnBatchNumber | ICU | MATH_NUMERIC | NONE | NONE |
Special Input Expected
| ||||
szLedgerType | LT | char | NONE | NONE |
Special Input Expected
| ||||
jdGLDate | DGJ | JDEDATE | NONE | NONE |
Special Input Expected
| ||||
mnDocumentNumber | DOC | MATH_NUMERIC | NONE | NONE |
Special Input Expected
| ||||
szCompanyKey | KCO | char | NONE | NONE |
Special Input Expected
| ||||
szDocumentType | DCT | char | NONE | NONE |
Special Input Expected
| ||||
cDeleteFlag | EV01 | char | NONE | NONE |
Special Input Expected
|
None |
F0911 Account Ledger |