Functional Description
Purpose
Retrieve the Sub-Titles for the corresponding Record Type (TYPR) in the Work Order Record Types table
(F48002).
Setup Notes and Prerequisites
Special Logic
Technical Specification
1. Initialize Error Message ID (EV01) field to a single blank character
2. Read the Work Order Record Types table (F48002) using Record Type (TYPR) as the key.
3. If a rows does not exist,
Move Error ID ("0002") to DS Error Message ID (DTAI)
If DS Suppress Error Messages (EV01) is not equal to 1
Issue GBR error "0002" (Record Type).
4. Else if a row exists, Copy:
Work Order Record Type's (F48002) Sub-Title Description (ST01) to Sub-Title
Description (ST01).
Work Order Record Type's (F48002) Sub-Title Description (ST02) to Sub-Title
Description (ST02).
Work Order Record Type's (F48002) Sub-Title Description (ST03) to Sub-Title
Description (ST03).
Work Order Record Type's (F48002) Sub-Title Description (ST04) to Sub-Title
Description (ST04).
Work Order Record Type's (F48002) Sub-Title Description (ST05) to Sub-Title
Description (ST05).
Work Order Record Type's (F48002) Sub-Title Description (ST06) to Sub-Title
Description (ST06).
^
D4800030 - F48002 Get Sub-Titles
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cRecordType | TYPR | char | NONE | NONE |
The detail specification record type. Record types are user defined. You can set them up on the Detail Specification Types form and use
| ||||
szSubtitleDescription01 | ST01 | char | NONE | NONE |
A subtitle, description, remark, name, or address.
The text that you type in this field appears as a column heading on the Work Order Detail
| ||||
szSubtitleDescription02 | ST02 | char | NONE | NONE |
A sub-title, description, remark, name or address.
The text you type in this field will appear as a column head on the Work Order Detail Entry
| ||||
szSubtitleDescription03 | ST03 | char | NONE | NONE |
A sub-title, description, remark, name or address. Detail Entry screen for the record type indicated. | ||||
szSubtitleDescription04 | ST04 | char | NONE | NONE |
A sub-title, description, remark, name or address. | ||||
szSubtitleDescription05 | ST05 | char | NONE | NONE |
A sub-title, description, remark, name or address. | ||||
szSubtitleDescription06 | ST06 | char | NONE | NONE |
A sub-title, description, remark, name or address. | ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
|
None |
F48002 Work Order Record Types File |