How to Fetch Return Code of BSFN in BSSV

hxr20021811

Member
Dear all,

I want to validate the user id and password.

I used the BSFN B9800022.

But I didn't know how to fetch the return code of the BSFN, it didn’t belong to the data structure.

Appreciate if someone can assist.


Untitled.jpg
 
Hi hxr20021811,
If you supply wrong jde password you will get an exception thrown by bssv.
 
Thanks for your reply.
Does it have any other BSFN to verify the user account and password of JDE?
 
In the BSFN, it always return one flag to determine if the transaction is ok or not. So you can create one customize NER to call B9800022. then check the flag and return one EV01 for returning flag in data strucuture to BSSV, this is one workaround
 
Back
Top