RE: [sap-dev] Email Notification in SAP
Posted by
Admin at
|
Share this post:
|
0 Comments
| | Posted by john.louk (Workflow Designer) on Feb 3 at 4:44 PM | |
No that is correct. No standard program can look at a custom table. How would SAP know about a custom object? They didn't create it.
The options all require some custom code (i.e. enhancement points, user-exits, a complete report) or some other mechanism (i.e. change pointers). Now, there is always the option that what performs the update of the custom table could also trigger the email. And, again there are a number of mechanisms for this (i.e. output determination/messages, change pointers, IDocs, etc.).
This is all provided that "customized table" means custom table (as in Z-table). I would be quite interested in what updates this table. Why are payments not stored in a standard SAP table?
Cheers
John
_____
From: horacio zapettini via sap-dev [mailto:sap-dev@groups.ittoolbox.com]
Sent: Wednesday, February 03, 2010 3:57 PM
To: Louk, John
Subject: RE: [sap-dev] Email Notification in SAP
Posted by horacio zapettini
on Feb 3 at 4:04 PM
Mark this reply as helpfulMark as helpful<http://it.toolbox.com/api/ContentVote/3281980/1/1/>
But ... no standard FM is aware of custom tables contents in the way he wants to... (or am I wrong?)
________________________________
De: R. Neal Wilhite via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
Enviado el: MiƩrcoles, 03 de Febrero de 2010 05:47 p.m.
Para: Horacio Zapettini
Asunto: Re: [sap-dev] Email Notification in SAP
[http://userimages.toolbox.com/user/b_420467.jpg]
Posted by R. Neal Wilhite (Senior Project Manager)
on Feb 3 at 3:56 PM
[http://images.ittoolbox.com/vt/icons/vote.png]Mark as helpful<http://it.toolbox.com/api/ContentVote/3281950/1/1/>
He wants an FM to use...
-----Original Message-----
From: ndaoud via sap-dev <sap-dev@Groups.ITtoolbox.com>
To: R. Neal Wilhite <wilhiten@aol.com>
Sent: Wed, Feb 3, 2010 3:27 pm
Subject: RE: RE:[sap-dev] Email Notification in SAP
Posted by ndaoud (M.R.)
on Feb 3 at 3:32 PM
Mark as helpful
All processed payments are stored in customized table with the status of payment that updated from another program.
I could read this table in regular basis to find all payments with the status processed and send notification to user, the table include wag type, Person No., status
But how I could find program rather than building program from scratch
From: sapwes via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
Sent: Wednesday, February 03, 2010 11:19 PM
To: Nasser M. Daoud
Subject: RE:[sap-dev] Email Notification in SAP
[http://userimages.toolbox.com/user/b_1514866.jpg]
Posted by sapwes (Jack)
on Feb 3 at 3:20 PM
[http://images.ittoolbox.com/vt/icons/vote.png]Mark as helpful<http://it.toolbox.com/api/ContentVote/3281854/1/1/>;
Nasser:
And how precisely are you expecting that you will know that the car loan has been processed by FI? Are you expecting a certain wage type in the RT table?
Wes
---------------Original Message---------------
From: ndaoud
Sent: Wednesday, February 03, 2010 3:10 PM
Subject: Email Notification in SAP
> Actually it doesn't, what I am trying to find is how we could send email notification for our employee (individually) for any payment release for them. (salary of off cycle payment)<br/>For example, if employee applied for car loan and it get process by FI how he could receive an email for notification.<br/>I appreciate your concern<br/>Best Regards - nasser
__.____._ The options all require some custom code (i.e. enhancement points, user-exits, a complete report) or some other mechanism (i.e. change pointers). Now, there is always the option that what performs the update of the custom table could also trigger the email. And, again there are a number of mechanisms for this (i.e. output determination/messages, change pointers, IDocs, etc.).
This is all provided that "customized table" means custom table (as in Z-table). I would be quite interested in what updates this table. Why are payments not stored in a standard SAP table?
Cheers
John
_____
From: horacio zapettini via sap-dev [mailto:sap-dev@groups.ittoolbox.com]
Sent: Wednesday, February 03, 2010 3:57 PM
To: Louk, John
Subject: RE: [sap-dev] Email Notification in SAP
Posted by horacio zapettini
on Feb 3 at 4:04 PM
Mark this reply as helpfulMark as helpful<http://it.toolbox.com/api/ContentVote/3281980/1/1/>
But ... no standard FM is aware of custom tables contents in the way he wants to... (or am I wrong?)
________________________________
De: R. Neal Wilhite via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
Enviado el: MiƩrcoles, 03 de Febrero de 2010 05:47 p.m.
Para: Horacio Zapettini
Asunto: Re: [sap-dev] Email Notification in SAP
[http://userimages.toolbox.com/user/b_420467.jpg]
Posted by R. Neal Wilhite (Senior Project Manager)
on Feb 3 at 3:56 PM
[http://images.ittoolbox.com/vt/icons/vote.png]Mark as helpful<http://it.toolbox.com/api/ContentVote/3281950/1/1/>
He wants an FM to use...
-----Original Message-----
From: ndaoud via sap-dev <sap-dev@Groups.ITtoolbox.com>
To: R. Neal Wilhite <wilhiten@aol.com>
Sent: Wed, Feb 3, 2010 3:27 pm
Subject: RE: RE:[sap-dev] Email Notification in SAP
Posted by ndaoud (M.R.)
on Feb 3 at 3:32 PM
Mark as helpful
All processed payments are stored in customized table with the status of payment that updated from another program.
I could read this table in regular basis to find all payments with the status processed and send notification to user, the table include wag type, Person No., status
But how I could find program rather than building program from scratch
From: sapwes via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
Sent: Wednesday, February 03, 2010 11:19 PM
To: Nasser M. Daoud
Subject: RE:[sap-dev] Email Notification in SAP
[http://userimages.toolbox.com/user/b_1514866.jpg]
Posted by sapwes (Jack)
on Feb 3 at 3:20 PM
[http://images.ittoolbox.com/vt/icons/vote.png]Mark as helpful<http://it.toolbox.com/api/ContentVote/3281854/1/1/>;
Nasser:
And how precisely are you expecting that you will know that the car loan has been processed by FI? Are you expecting a certain wage type in the RT table?
Wes
---------------Original Message---------------
From: ndaoud
Sent: Wednesday, February 03, 2010 3:10 PM
Subject: Email Notification in SAP
> Actually it doesn't, what I am trying to find is how we could send email notification for our employee (individually) for any payment release for them. (salary of off cycle payment)<br/>For example, if employee applied for car loan and it get process by FI how he could receive an email for notification.<br/>I appreciate your concern<br/>Best Regards - nasser
Copyright © 2010 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Related Content
In the Spotlight
White Papers
In the Spotlight
Share Knowledge About SAP Scripting. Join the New Discussion Group
View this thread online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion