BSFN Memory Violation Error

rk1234

Member
Hi Guys,

I created a custom NER BSFN which does some calculations on a custom table. The BSFN creates without any errors or warnings, but when I use it in an UBE (run locally), get the following error :
"BSFN N55CP001 at Line 1 for Event 13 in Section has caused a Memory Violation"

The surprising part is that when I use the same BSFN in an Interactive application , it works fine and gives no error.

Please Advise on how to sovle this problem.

Thanks !
 
Hi "rk1234",

Have you changed the data structure since you called the BSFN frm the UBE?

My two cents for you:
1.) First re-enter the BSFN call in the UBE and disableor delete the original call - make sure, all parameteres have the right Input/Output direction.
2.) Debug your UBE and check, that all parameter is OK, when yo call the BSFN.

Optionally you can copy here the BSFN calls from the APPL and UBE, maybe we can advise other.

Good luck and read you later,

Zoltán
 
look into the parameters that you pass in the BSFN, If you are trying to pass a alpha variable into Numeric field.
 
Back
Top