Set NER Return Code function

jdeusa04

Active Member
Hi all
While calling Set NER Return Code function (B0100044), is it required to get the return value from DS? or will it be sufficient just input the parameter (Success or error)?

Also I want to know the purpose of this BSFN as it return what we are sending as input.
For example if my input is CO ERROR it returns 1.

Thanks
sathish
 
The return of the BSFN can retun
0 - Success
1 - Warning
2 - Error

In the DS you can have more options to get more details, for example the error code.
The return of the BSFN is used in Workcenter, in logs is easy to view to analyze problems.

Hope this help...
 
I wouldn't bother with that stuff. Write your own return codes in the NER and pass them back in the DSTR. It will be more meaningful, and more reliable.
 
Back
Top