2009 May 04 6:00 AM
Hi -
I need to send a mail in the below format where the SUBJECT has to be replaced by background job name :
Subject : <Jobname>
Hello,
The file extract <file name > to GTS could not be distributed to GTS due to fatal technical errors.
Thanks,
XYZ
Hence, is there any Function Module to find the job name else what r other options to find the same?
Thanks,
raj
2009 May 04 6:06 AM
You have not mentioned on what basis to find bakground job name.
Use TBTCO,TBTCP tables to get the same.
Hi -
I need to send a mail in the below format where the SUBJECT has to be replaced by background job name :
Subject : <Jobname>
Hello,
The file extract <file name > to GTS could not be distributed to GTS due to fatal technical errors.
Thanks,
XYZ
Hence, is there any Function Module to find the job name else what r other options to find the same?
Thanks,
raj
2009 May 04 6:04 AM
Hi,
Try there FM's
JOB_OPEN
JOB_SUBMIT
JOB_CLOSE
SCMA_DELETE_JOB
Regards,
IFF
2009 May 04 6:06 AM
You have not mentioned on what basis to find bakground job name.
Use TBTCO,TBTCP tables to get the same.
2009 May 04 6:07 AM
2009 May 04 6:08 AM
HI
check this FM
Retrieve Report & Job information based on Object ID
/OSP/BKT_REPJOBINFO_RETRIEVE
BDL_BCKGRD_JOB_NAME
AFX_MONITOR_JOBS_SHOW
Thanks
viquar iqbal
2009 May 04 6:20 AM
2009 May 28 5:57 AM