SetErrorSSActionOrderOrMissing

Set Error Action Step 499Z or 499U or 499W

Minor Business Rule

Object Name: B0800301

Parent DLL: CHRM

Location: Client/Server

Language: C

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

   












Data Structure

D0800301 - Set Error Action Step 499Z or 499U or 499W

Parameter NameData ItemData TypeReq/OptI/O/Both
cOutOrderorMissingEV01charREQINPUT

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

sz1stSelfServiceActionStepSSACTScharREQINPUT

A code that specifies the next self-service program that the system displays.

sz2ndSelfServiceActionStepSSACTScharREQINPUT

A code that specifies the next self-service program that the system displays.

Related Functions

None

Related Tables

None