GetJEMBFProcessingOptions

Get Journal Entry MBF Processing Options

Minor Business Rule

Object Name: B0900096

Parent DLL: CFIN

Location: Client/Server

Language: C

Functional Description
This business function is used retrieve processing options for a given version of the Journal 
Entry Master Business Function (B0900049).  These processing options are actually connected to a 

dummy application P0900049.


Purpose

The purpose of this business function is to allow you to retrieve values for processing options set 
up in a version of the Journal Entry Master Business Function.  This function was needed for 

interactive applications which react differently depending on what value is set up in a processing option.   


Setup Notes and Prerequisites


Special Logic




Technical Specification

• Check to see if the version passed in is blank.  If it is then use "ZJDE0001" as the default 
version.

• Call AllocatePOVersionData to retrieve the processing option values for the version of P0900049 
passed in.

• If this version was not found then return an error otherwise return the processing option values.   


^

Data Structure

D0900096 - Get Journal Entry MBF Processing Options

Parameter NameData ItemData TypeReq/OptI/O/Both
szVersionVERScharNONENONE

Special Input Expected
This is the version of the Journal Entry Master Business Function that you want to receive values 

for.  This version is actually set up for dummy application P0900049.  If this version is left blank then 

"ZJDE0001" will be used as the default.

^

szLedgerTypeLTcharNONENONE

Special Output Returned
Value stored in the "Ledger Type" processing option for the version passed in. 

^

mnToleranceMATH06MATH_NUMERICNONENONE

Special Output Returned
Value stored in the "Tolerance" processing option for the version passed in.

^

cOmitZeroAmountsEV01charNONENONE

Special Output Returned
Value stored in the "Omit Zero Amounts" processing option for the version passed  in.ab 


^

cEditEffectiveDateEV02charOPTNONE

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

szInteropVersionVERcharOPTNONE

Identifies a specific set of data selection and sequencing settings for the application. Versions may be named using any combination of 
alpha and numeric characters. Versions that begin with 'XJDE' or 'ZJDE' are set up by J.D. Edwards.

cBypassAuditInformationEV01charOPTNONE

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

Related Functions

None

Related Tables

None