Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mail subject storage table

Former Member
0 Likes
2,960

Hi,

In one program sending mail.When I run background job ,job will created.

In another report I am displaying all background jobs in perticular date. Now I want that mail subject has to display correspong to perticular job.

Please tell me any mail title storage table or FM.I checked SOOD,SOFD,SOFIND. No use.

Thanks,

Suma.

Hi,

In one program sending mail.When I run background job ,job will created.

In another report I am displaying all background jobs in perticular date. Now I want that mail subject has to display correspong to perticular job.

Please tell me any mail title storage table or FM.I checked SOOD,SOFD,SOFIND. No use.

Thanks,

Suma.

11 REPLIES 11
Read only

kiran_k8
Active Contributor
0 Likes
2,155

deleted.

Edited by: Kiran K on Oct 21, 2009 1:05 PM

Read only

Former Member
0 Likes
2,155

Hi,

My requirement is in another program I displaying list of background jobs and i need corresponding mail titles as another column.

Thanks,

Suma.

Read only

0 Likes
2,155

Hi,

Did you check the table SOOD properly? The field SOOD-OBJDES gives the mail title

Vikranth

Read only

Former Member
0 Likes
2,155

Hi,

Yes, I checked .But no use it is not storing.

Thanks,

Suma.

Read only

0 Likes
2,155

Thats strange. That is the table and the field where the mail title is stored which display's perfectly in my system.

Even the basic F1 technical info on the field in SOST indicates that.

Read only

Former Member
0 Likes
2,155

Hi Vikranth,

I am getting the key fields for SOOD table from TBTCO-recobjkey. Is it correct or not?

Thanks,

Suma.

Read only

Former Member
0 Likes
2,155

Because I have object name. where you are fetching object key

Read only

Former Member
0 Likes
2,155

this is the high priority issue

Read only

Former Member
0 Likes
2,155

Hi Vikranth,

Where you are fetching the key fields of SOOD table.I am fetching from TBTCO. Is it correct?

Thanks,

Suma.

Read only

0 Likes
2,155

Hi Suma,

I dont think what you are doing is correct. There is no direct link between SOOD and TBTCP. So you cannot fetch the records with the way you are doing now. One possible way could be to find the program name which triggers the email and link it with the job name using the program name. Am still trying to figure how to link the email triggered with that of the program name. Lets wait and see if anyone else can suggest a better and alternative approach for this.

Vikranth

Read only

Former Member
0 Likes
2,155

This message was moderated.