2009 Jun 02 3:31 PM
Hi experts
one program having functionality like using BDC it is creating the session and it is posting session automatically.
if error occurs mail notification send to user .used this FM ---SO_NEW_DOCUMENT_ATT_SEND_API1
when i am executing the program in foregroung it is working properly. means file contains wrong data
and session having the error and mail is going to user.
but when i am scheduling same thing in background , session has created sucessfully with error .
but mail functionality is not working .
Please help me why this is not (mail functionality in back ground)
thanks.
2009 Jun 02 3:46 PM
Hi,
Check whether the JOB failure status is capturing before triggering the EMAIL functionality in background mode. just write something and see the SPOOL for the status.
Thanks
Sudheer
2009 Jun 02 3:46 PM
Hi,
Check whether the JOB failure status is capturing before triggering the EMAIL functionality in background mode. just write something and see the SPOOL for the status.
Thanks
Sudheer
2009 Jun 02 4:05 PM
hi
in program used to capture the errors in session from APQI table .
but it is capturing the errors in the fore ground , why it is not allowing in back ground.
session processed automatically using RSBDCSUB program .
could any one help me on this.
Thanks