Business Function Specification
1.Functional Description
1.1Purpose
This business function will call the text substitution errors 499Z, 499U or 499W. Two text parameters will be substituted as necessary.
1.2Setup Notes and Prerequisites
cOutOrderorMissing: send in a 1 for error 499Z, 2 for error 499U, anything else for error 499W
1.3Special Logic
None
2.Technical Specifications
2.1Parameters: D0800301
Data Item Data Structure DescriptionI/ORequiredNotes
EV01cOutOrderorMissingIYWhich error to
call
SSACTSsz1stSelfServiceActionStepIYSubstituted for &1 in Error
SSACTSsz2ndSelfServiceActionStepIYSubstituted for &2 in Error
Other Data structures: DE0800301 - Attached to Error Messages in Data Dictionary
Data Item Data Structure DescriptionI/ORequiredNotes
SSACTSsz1stSelfServiceActionStepIYSubstituted for &1 in
Error
SSACTSsz2ndSelfServiceActionStepIYSubstituted for &2 in Error
2.2Related Tables
NONE
2.3Related Business Functions
NONE
2.4Processing
dsDE0800301.sz1stSelfServiceActionStep = lpDS->sz1stSelfServiceActionStep
dsDE0800301.sz2ndSelfServiceActionStep = lpDS->sz2ndSelfServiceActionStep
if(cOutOrderorMissing == '1')
else
D0800301 - Set Error Action Step 499Z or 499U or 499W
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cOutOrderorMissing | EV01 | char | REQ | INPUT |
An option that specifies the type of processing for an event. | ||||
sz1stSelfServiceActionStep | SSACTS | char | REQ | INPUT |
A code that specifies the next self-service program that the system displays. | ||||
sz2ndSelfServiceActionStep | SSACTS | char | REQ | INPUT |
A code that specifies the next self-service program that the system displays. |
None |
None |