Application Development 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: 

Mail subject storage table

Former Member
0 Kudos

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

kiran_k8
Active Contributor
0 Kudos

deleted.

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

Former Member
0 Kudos

Hi,

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

Thanks,

Suma.

0 Kudos

Hi,

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

Vikranth

Former Member
0 Kudos

Hi,

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

Thanks,

Suma.

0 Kudos

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.

Former Member
0 Kudos

Hi Vikranth,

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

Thanks,

Suma.

Former Member
0 Kudos

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

Former Member
0 Kudos

this is the high priority issue

Former Member
0 Kudos

Hi Vikranth,

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

Thanks,

Suma.

0 Kudos

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

Former Member
0 Kudos

This message was moderated.