SetReservationError

Set Reservation Text Substitution Error

Minor Business Rule

Object Name: B0000603

Parent DLL: CFIN

Location: Client/Server

Language: C

1.Functional Description

1.1Purpose

To set the object reservation text substitution error message.     

 1.2Setup Notes and Prerequisites

• The F0095 Reserve Business Object business function must be run prior to this business function.  It 
will return tha reservers alpha name and the reservers application that is needed to send to this 

business function.    

'b7'b71.3Special Logic
2.Technical Specifications

2.1Parameters:

Data Item   Data Structure DescriptionI/ORequired    Notes

ALPH    Reservers Alpha Name           I

GENKEY    Transaction Key                              I

PID    Reservers Application                    I

EV01    Set Warning Error             IN                  Set Warning Error = '1' 



2.2Related Tables 

Table Table Description


2.3Related Business Functions

Source NameFunction Name



2.4Processing 

• When a call is made to this business function data structure DE0035 will be loaded. 
•  If Set Warning Error is a '1' then warning error message (114Q) will be set using 
jdeSetGBRErrorSubText.

•  If Set Warning Error is not a '1', then error message (113C) will be set using 
jdeSetGBRErrorSubText.   

'b7'b7


Data Structure

D0000603 - Set Reservation Text Substitution Error

Parameter NameData ItemData TypeReq/OptI/O/Both
szReserversNameAlphaALPHcharREQINPUT

The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter 
dashes, commas, and other special characters, but the system cannot search on them when you use this field to search for a name.

szGenericKeyGENKEYcharOPTNONE

This field is the generic key to the record that is being reserved by the user.

szApplicationPIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

cWarningErrorEV01charOPTNONE

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

Related Functions

None

Related Tables

None