cancel
Showing results for 
Search instead for 
Did you mean: 

Alert container

Former Member
0 Kudos

Hi,

I am able to trigger the alert through the BOR. I have defined an alert category and contianer elements. every thing is working fine till the triggering of ALert.

The issue is when i try to pass the data from alert conatiner, dynamically. I am able to see the alert but not able to see any container element data in the alrtibox.

How do we pass the data to alert conatiner from check functin module?

regards,

Vijay.

Edited by: vijay alluri on Oct 15, 2008 9:09 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved by self

former_member185167
Active Contributor
0 Kudos

Hello,

It would be useful, for current and future readers, if you would say how you resolved the problem.

Thank you.

regards

Rick Bakker

Hanabi Technology

bpawanchand
Active Contributor
0 Kudos

Hi

Yes Vijay Rick is right

Could you share with us how could you resolve the issue

Thanks

Pavan

Former Member
0 Kudos

Hi,

in function module include <cntn01>.

then to set container element

swc_set_element

lt_event_container

'ZDATE' DATE.

swc_set_element

lt_event_container

'ZEMPNO' wa_req-pernr.

to fill table means multiline container element.

swc_set_table

lt_event_container

'ZUSER' zagents.

all container elements is case sensitive

so to avoid errors always use CAPS on.

ZDATE ZEMPNO ZUSER IS CONTAINER ELEMENT in above case.

Hope magic works,

Regards,

Purvesh Patel.

Former Member
0 Kudos

Hi Purvesh,

I have already done the coding as suggested by you. I am creating a container element in the alert category.

In the check function module i am creating a contianer

using following macos

swc_container <name>,

swc_create_container conatier <name>.

now i am assinging data to conatiner....

swc_set_element

swc_set_table...

but still i am not able to see any data in the alert...i am passing the purchase order number...the same thing i am unable to see in the alert......

Help me in this regard.

Former Member
0 Kudos

Hi,

But why you want to use swc_create_container???

You can define container directly from swdd.

So, try that alternative.

Hope magic works!

Regards,

Purvesh.

Former Member
0 Kudos

Hi,

I am not triggering workflow, i am triggering Alert. I think Alert is no way related with swdd t-code. Please correct me if i am wrong.

Thanks,

VIjay

Edited by: vijay alluri on Oct 20, 2008 3:41 PM

Former Member
0 Kudos

Hi,

Paste your coding along with your eloborate requirement then i can see what happens!!

Regards,

Purvesh.

bpawanchand
Active Contributor
0 Kudos

Hi

You can find example reports in the package SALERT_DEMO.

Regards

Pavan