Functional Description
Purpose
This business function will verify the existence of an F48092 record for a given WODB / TYWO or WODB
/ TYWO / DOCO key, or will get the associated description from F0004 for a given SY and RT
Setup Notes and Prerequisites
Special Logic
Technical Specification
if Mode = 1
1. Open F48092 and fetch using WODB and TYWO as keys if key index = 1
else fetch using WODB, TYWO and DOCO as keys if key index = 2.
2. If record is found
RecordFound = 1
else
RecordFound = 0
if Mode = 2
1. Open F0004 and fetch using SY and RT as keys
2. If record is found, assign DL01 from table to DS DL01
^
D4800010 - Verify User Codes
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cWorkOrderSupplemental | WODB | char | NONE | NONE |
The code representing what Work Order Data Base is to be used. | ||||
szTypeData | TYWO | char | NONE | NONE |
A user defined code (00/WT) that indicates the type of data being entered within the supplemental database. The code is often an
| ||||
cRecordExists | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szRecordType | RT | char | NONE | NONE |
A code that identifies the table that contains user defined codes. The table is also referred to as a UDC type. | ||||
szSystemCode | SY | char | NONE | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szDescription | DL01 | char | NONE | NONE |
A user defined name or remark. | ||||
cMode | EV01 | char | NONE | NONE |
1 = Find in F48092
| ||||
mnOrderNumber | DOCO | MATH_NUMERIC | NONE | NONE |
Required if Index = 2 in Mode 1
| ||||
cKeyIndex | EV01 | char | NONE | NONE |
1 = WODB / TYWO key
|
None |
F0004 User Defined Code Types | ||||
F48092 WO Supplemental DB User Defined |