cancel
Showing results for 
Search instead for 
Did you mean: 

re: parameters(urgent)

Former Member
0 Kudos

Hi,

My requirement: End users are creating some notification types by using iw21 transaction. They may enter different values for some parameters while they are creating notification.Then i have to raise information message according to values. So i am creating user exits.

How can i write the exit for that

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

use POPUP windows by using FM POPUP_DISPLAY_TEXT

cheers,

sasi

athavanraja
Active Contributor
0 Kudos

<i>Then i have to raise information message according to values</i>

to simply give a short information message you can just code as below

if <condition> = 'TRUE'.

message i398(00) with 'Message' value .

endif .

if you want to give a detailed message , then as sasi mentioned you can use popup fms . (like POPUP_DISPLAY_TEXT )

Regards

Raja