cancel
Showing results for 
Search instead for 
Did you mean: 

bank example using BPM

Former Member
0 Kudos

Hi,

I am testing a scenario in which when ever i do some transaction the details must be updated in the table(The amount credited or debited) as well an alert must be raised to his mail or mobile giving the details of this perticular transaction

Please let me know this step by step like what function module to be used for this,the code required,alertconfiguration etc.

I will reward points if found useful.

Please reply asap.

Thanks,

Srinivasa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Srinivas,

1.You need to create an Alert Category by using transaction ALRTCATDEF.

In this transaction you can create a container variable for holding details of your

transaction.You can also specify your user id in fixed recipient if you wish to

recieve mails in your alert inbox configured on your name(userid).

2.Then you can raise an alert by calling function module SALERT_CREATE.

Regards,

Shweta Shetty.

Former Member
0 Kudos

Hi All,

Can u guide me thru this Example

i have made Alert Catagory

and Alert Classification Also

Then what to do of it

former_member189354
Contributor
0 Kudos

Hi,

Try to see the SAP Material on industrial example "Sales order processing". Try to see the material creation part. That will give good idea on what your expecting.

Regards,

Rao.M

prabhu_s2
Active Contributor
0 Kudos

What is the scenario you are testing? The sender and recvr?