Skip to Content
0
Former Member
Apr 22, 2009 at 09:29 PM

Error message in session

114 Views

Hi All,

I have implemented one implicit enhancement in AC_DOCUMENT_DIRECT_INPUT in RFBIBL01 program. My requirment is if some validation fails i need to raise an error message. and it should go into the session. so when my validation fails error message is triggering but its not going into the session.when i executed the session in foreground i am getting the error in log but when i executed in background i am not getting my validation error even thought validation failed.

Could any body tell me how we can do that.

i have raised the message in Enhancement as below.

MESSAGE e059(zap)." WITH 'Invoice Already Exists'(051). and i am writing this message in my custom function module.which i called in my enhancement.

Thanks.