cancel
Showing results for 
Search instead for 
Did you mean: 

Alert container element not filled

Former Member
0 Kudos

Hello experts ,

I am currently working on alert configuration for the release of an PO

I've defined the alert in Tcode ALRTCATDEF as well as the message , the email is triggered correctly using an event linkage , but the email that i get does not include any details that i've defined previously in my alert such as PO number , release time etc ...

I've found the note 821188 but i couldn't work with this because the component BBPCRM does not exist as well as the CL_ACTION_EXECUTE class

plz help me

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello,

Guess you wish to customize the alert(adding PO details in the alert details).

check the below link and see if helps

Former Member
0 Kudos

Hello Raghuraman

Thank you for your reply.

I am looking for a solution to populate/fill  the container elements defined .

The problem is that the alert email does not contain any element container previously defined .

former_member186851
Active Contributor
0 Kudos

Hello ,

Please post your container elemet screeshot.

Former Member
0 Kudos

this is the container that i defined for PO .

former_member186851
Active Contributor
0 Kudos

Hello,

You cant use custom container elements.

If you wish to customize the alert content refer the previous link I shared.

Former Member
0 Kudos

Hi ,

can you please tell me how to use standard elements or which elements that exist in the system and i can use?

Thank you

former_member186851
Active Contributor
0 Kudos

Hello,

Guess the below ones should be

SXMS_MSG_GUID, SXMS_RULE_NAME, SXM

S_ERROR_CAT, SXMS_ERROR_CODE,

SXMS_FROM_PARTY, SXMS_FROM_SERVICE, SXMS_FROM_NAMESPACE,

SXMS_FROM_INTERFACE,

SXMS_TO_PARTY, SXMS_TO_SERVICE, SXM

S_TO_NAMESPACE,SXMS_TO_INTERFACE

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172...

Former Member
0 Kudos

Hello,

Thank you for your help .

Unfortunately, i didn't understand the use of theses variables . Where exactly i can use them ?, in which case ?

Thank you .

former_member186851
Active Contributor
0 Kudos

Hello,

These are like Message ID of the PI , Sender interface and all.

For example.

If you have message flowing from SAP ECC(Customer Interface)----PI----File.

SXMS_FROM_INTERFACE---Will hold the value of customer interface.

For custom variables guess Customization of alerts in the only option.

Former Member
0 Kudos

Hello ,

Can you please tell me which programme  or class i can customize ... for this scenario ( alert for PO release )

former_member186851
Active Contributor
0 Kudos

Check the below discussion

Former Member
0 Kudos

Hello Raghuraman ,

Thank you for your reply ,

i've checked the discussion. We don't have PI . can you plz help me to customize the scenario (Alert for PO release)

former_member186851
Active Contributor
0 Kudos

The last link didnt help you?

Former Member
0 Kudos

Not really , we don't have PI so we can't work with the spécifications described in the link .

Just for information , the alert is working fine ie, we receive emails after releasing a PO .The only problem is that we can't populate the elements previously defined in the container.

PLZ help me

former_member186851
Active Contributor
0 Kudos

So wish to achieve this in ECC instead of PI?

Former Member
0 Kudos

exactly

former_member186851
Active Contributor
0 Kudos

Okies..Am not much aware on how to do it in ECC.

Refer the below link.Might be helpful

Alerts in ECC

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello ,

Apparently the link is talking about creating a workflow for the alert also it uses the XI which does not exist in our system .

Is there any other alternative beside creating a workflow ?

former_member186851
Active Contributor
0 Kudos

Guess you can write customized programs

Former Member
0 Kudos

So basically i have to call directly the FM SALRT_CREATE_API via a specific program ??

Is it still possible to work with the event linking method ?

do you have an example of a customized program i can work with? or at least to get an idea about what should i do

Thanks

former_member186851
Active Contributor
0 Kudos

You can try calling that API giving the required parameters.Anyways am not 100 % sure on this..ABapers should have more knowledege on this.

Former Member
0 Kudos

Thank you Raghuraman