BatchTypeInformation

Batch Type Information

Minor Business Rule

Object Name: B0000092

Parent DLL: CALLBSFN

Location: Client/Server

Language: C

Functional Description

Purpose

This function returns information about a batch based on batch type.  System is returned with '03' if 

an Accounts Receivable batch type, '04' if an Accounts Payable batch type, and blank for all other 

batch types.  Application Type is returned with 'I' if an Invoice batch type, 'R' if a Cash Receipts 

batch type, 'V' if a Voucher batch type, 'K' if an A/P Payments batch type, and blank for all other batch 

types.


Setup Notes and Prerequisites


Special Logic




Technical Specification




Data Structure

D0000092 - Batch Type Information

Parameter NameData ItemData TypeReq/OptI/O/Both
szBatchTypeICUTcharNONENONE

A code that specifies the system and type of transactions entered in a batch. The system assigns the value when you enter a transaction. 
Valid values are set up in user defined code table 98/IT. You cannot assign new values. All batch types are hard coded.

szSystemSYcharNONENONE

A user defined code (98/SY) that identifies a system. Valid values include: 01 Address Book 03B Accounts Receivable 04 Accounts 
Payable 09 General Accounting 11 Multicurrency

cApplicationTypeAPLTcharNONENONE

This code identifies the Report Writer Application Type.

Related Functions

None

Related Tables

None