Functional Description
Purpose
This function assists objects in determining whether a specified subledger type (SBLT) has any
corresponding, preexisting Search and Select form.
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specification
Parameters
Item Description I/O Req? Notes
SBLT cSubledgerType_SBLT I Y char representing subledger type
EV01 cSBLSearchAndSelectExists_EV01 O Y char representing whether related Search and
Select form exists (0/TRUE or 1/FALSE)
Processing
Initialize return value, cSBLSearchAndSelectExists_EV01, to FALSE.
If
cSubledgerType_SBLT is A, C, E, F, G, I, L, or W
Then
cSBLSearchAndSelectExists_EV01 is TRUE.
D0001220 - Verify Subledger Search and Select Exists
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cSubledgerType_SBLT | SBLT | char | REQ | INPUT |
A user defined code (00/ST) that is used with the Subledger field to identify the subledger type and how the system performs subledger
| ||||
cSBLSearchAndSelectExists_EV01 | EV01 | char | REQ | OUTPUT |
An option that specifies the type of processing for an event. |
None |
None |