cancel
Showing results for 
Search instead for 
Did you mean: 

alert inbox displays only 80 characters

Former Member
0 Kudos

hi,

i m throwing alerts from my UDF by calling RFC salert_create, no matter how long value i give for the message containers defined in my alert category,

the alert inbox displays only 80 characters for "NON-multiline container" element and 132 character for multiline container element........

pls help me out....why this behaviour

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudeep,

Which service pack are you in and what is the version of XI?

Regards,

Sumit

Former Member
0 Kudos

sumit,

its sp19....

is this behavour service pack dependant????????

Former Member
0 Kudos

Hi Sudeep,

Not exactly. There are different kind of issues one faces in alert..

Go through the following note see if this is of help to u..

<b>972303 - Values of multiline container elements are truncated

947738 XI Alerting: Container variable not filled</b>

When you defined the alert category did u define the container elements with size greater than 80 & 132.

Secondly where do u see the truncated values? in the alert inbox or in mail.

Third kindly check in transaction <b>alrtdisp</b> . See details about the alert and confirm if you see truncated values there also.

Regards,

Sumit

Regards,

Sumit

Former Member
0 Kudos

<<When you defined the alert category did u define the container elements with size greater than 80 & 132. >>

yes for both multiline and non-mulitline container elements i gave the size as 255.

<<Secondly where do u see the truncated values? in the alert inbox or in mail>>

I see them trucated in alert inbox......i didnt implement mail(business requirement)..

<<Third kindly check in transaction alrtdisp >>

Sorry, in the alert category maintained...i have used multiline containers only in LONG TEXT section, and this section is not seen through RSALERTDISP report.

One more thing...the problem exist for both multiline and non-multiline container element....

Former Member
0 Kudos

Hi Sudeep,

Check the following notes..might be useful ..

972303 - Values of multiline container elements are truncated

947738 XI Alerting: Container variable not filled

Also confirm if the transaction alrtdisp calls report RSALERTDISP.

Regards,

Sumit

Former Member
0 Kudos

Hi Sudeep,

Also check the following note..

972806 Containers are not saved

Regards,

Sumit

Former Member
0 Kudos

sumit,....thanks a lot...

actually i made a mistake while viewing the tcode alrtdisp....

actually i can see all containers there....and it displays full 255 character there...

and hope it goes fine in mai too........

i think .... the display problem in alert inbox is due to some.... i dont know....#$%#$%

Message was edited by:

sudeep dhar

Former Member
0 Kudos

Hi Sudeep,

Great that your problem is solved.

One small suggestion from my side..Check in email if you get the full message whenever you have time..

I used to get only the first char of the alert in email . So we applied sap note for the same.

Regards,

Sumit

Former Member
0 Kudos

Hi Sudeep,

You can use FM salert_Create_api. Got lotz of additional features.

Regards,

Sumit

Answers (1)

Answers (1)

former_member581827
Participant
0 Kudos

HI ,

I am having the same issue where i am getting only 80 char length in email but when I see in RSARTDISP i am able to see 255 length.

I have used the variable in alrtcatdef as multiline of type char 255.

I am working on PI7.1

Thanks,

Chandra