VerifySBLSearchAndSelectExists

Verify Subledger Search and Select Exists

Minor Business Rule

Object Name: B0001220

Parent DLL: CALLBSFN

Location: Client/Server

Language: C

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.



Data Structure

D0001220 - Verify Subledger Search and Select Exists

Parameter NameData ItemData TypeReq/OptI/O/Both
cSubledgerType_SBLTSBLTcharREQINPUT

A user defined code (00/ST) that is used with the Subledger field to identify the subledger type and how the system performs subledger 
editing. On the User Defined Codes form, the second line of the description controls how the system performs editing. This is either hard-coded 
or user defined. Valid values include: A Alphanumeric field, do not edit   N Numeric field, right justify and zero fill   C Alphanumeric field, right 
justify and blank fill  

cSBLSearchAndSelectExists_EV01EV01charREQOUTPUT

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

None