cancel
Showing results for 
Search instead for 
Did you mean: 

scheduling job

Former Member
0 Kudos

hi all,

for tcode mb51 i have made a variant and and schedule for background job on daily basis and i have got the mail daily,

but now i have three more requirements that

1)mail would be send daily to reciepient excluding sunday and other holiday.

2) to send mail with read reciept.

3) to add subject of my own choice in mail.

pls suggest me the proper solution.

regards

sumit simran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1)mail would be send daily to reciepient excluding sunday and other holiday.

http://scn.sap.com/thread/1228331.. check this link it has a nice answer.

2) to send mail with read reciept.

read receipt functionality is used. for example.. If I'm sending a mail to you, when you read the mail I get a read reciept. But when SAP is sending mail to you and when you read it, what the SAP will do with the read receipt?

Former Member
0 Kudos

ok,

but in my case sap system uses my login-id to send mail,thats why i want read reciept so that i can conclude who is reading mail or not.

regards

sumit simran

former_member182609
Active Contributor
0 Kudos

So in settings the from id is your used then you should get confirmation.I think this setting will done by Basis team.Check with them.

Former Member
0 Kudos

It seems like both your option 1 and 2 are possible. there are standard system jobs which can defined/configured to satisfy your requirement but its possible only with basis team as it requires license key.. check these links

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/fc/d99d774c344c2d819e8c952f8a164e/content.htm

http://help.sap.com/saphelp_tm80/helpdata/en/5b/e1573d2d6f4165a5e942dcefe3a4ea/content.htm

From the links

standard system job - System_Mail_Send

Parameter

Description

Use

Data Type

From

From

The sender's email address.

String

JobFile

Job file

The output file of the RelativeJob. You can use regular expression to match multiple output files, .* matches all files.

String

Server

Server

The SMTP server to use.

String

Subject

Subject

The subject of the email.

String

Text

Text

The text of the email.

String

To

To

The recipients' email address.

String

You check with your basis team about this option and parallely post this question to basis forum and you may get anyother info.

Answers (2)

Answers (2)

ajitkumar
Active Contributor
0 Kudos

use the restictions ( next to periodic value button ) in scheduling to exclude sundays and holidays

former_member182609
Active Contributor
0 Kudos

1)mail would be send daily to reciepient excluding sunday and other holiday.

Are you executing the Job daily even sundays and holidays ,If yes yoiu will get mail .If you want to stop the mail then in mail logic system should check the factory calender.If it is sunday and holiday then it would stop sending the mail.

2) to send mail with read reciept.

I think you need to cjheck with basis team to setup this for aconoledgement.

3) to add subject of my own choice in mail.

For automated mail you will get standard subject,If you want custom then you need to hrd code the subject in mail program

Former Member
0 Kudos

ok,

job is scheduled for 1 year in advance on daily basis.

regards

sumit simran

former_member182609
Active Contributor
0 Kudos

Set up the job as Senthil said then monitor the job.If some cahges required then you can change it later.