NERSetError

Set NER Return Code

Minor Business Rule

Object Name: B0100044

Parent DLL: CALLBSFN

Location: Client/Server

Language: C

Data Structure

D0100044 - Set NER Return Code

Parameter NameData ItemData TypeReq/OptI/O/Both
idErrorStatusGENLNGIDNONENONE

General purpose ID variable.

Related Functions

None

Related Tables

None
SetNERReturnCode

SetNERReturnCode

Set NER Return Code

Minor Business Rule

Object Name: B0100044

Parent DLL: CALLBSFN

Location: Client/Server

Language: C




Functional Description


Purpose

This function checks whether a calling business function is running successfully or not.  It checks 

the status passed from the calling business function and returns either a warning, an error or a 

success.  


Setup Notes and Prerequisites

None.


Special Logic

None.



Technical Specifications


Parameters



Related Tables

None.


Related Business Functions

None.


Processing

Get error status from the calling business function

If it is a warning status,

Return ER_WARNING.

Else if it is an error status,

Return ER_ERROR.

Else,

Return ER_SUCCESS.

endif



Data Structure

D0100044 - Set NER Return Code

Parameter NameData ItemData TypeReq/OptI/O/Both
idErrorStatusGENLNGIDNONENONE

General purpose ID variable.

Related Functions

None

Related Tables

None