Problem with B4200310 EndDoc Function and FRTH edit

jefzapata

jefzapata

Active Member
Hello!
I try to get a custom BSFN call working in the B4200310 (EndDoc function), that I've added to the end of the BSFN.

It it working very fine, I'm just doing a simple call that will update user reserved field in F4211.

But in one particular case, all the B4200310 EndDoc function failed and rollback, and it it when the user change the FRTH value from the P4210, and save.

If I remove my custom call, the problem doesn't occur anymore.

I suspect that changing FRTH is locking the F4211 by calling another asynchronous BSFN or something like that...but I'm not able to find what it is.

Well, I need some advice about this, and any help will be appreciated!

Thanks a lot!

Jef
 
another reason not to update a table at the end of end doc. jef, instead, update the user reserved field in the lpdsF4211 datastructure just before end doc writes it to F4211.
 
Thanks Remo, I will have a look at this structure and try to use it.

I will post the result after.

Jef
 
Back
Top