‎2009 Jun 09 11:16 AM
Hello,
Is it possible to create a message ( like zmm ), but when double clicking on the message, it will trigger report?
Regards
Yifat bar
‎2009 Jun 09 11:29 AM
Hello,
My requirment goes like that: through validation teq in FI ( trans OB28 ), I am checking duplicate invoices.
If a duplication found, I have to send an ALV report by mail. The request was that when the error message is triggered, there will be a link from the message to the report, that will be send by mail.
Regards
Yifat
‎2009 Jun 09 11:21 AM
What kind of message are you talking about?
Is it Error Message/Information Message shown in Status Bar...then I am afraid that you cant call a report as per my knowledge.
if it is a pop-up box message...or shown using a modal dialog box...then may be you can.
‎2009 Jun 09 11:24 AM
‎2009 Jun 09 11:25 AM
Hello,
Thanks for your answer, I was thinking about error or warnning message.
But is it possible to do it with Information message?
Regards
Ifat
‎2009 Jun 09 11:28 AM
yes... display the message with a pop up.. like popup_to_inform or popup_to_confirm FMs... and then according to what user clicks u can execute ur reports...
‎2009 Jun 09 11:28 AM
hi
for information message
message 'Information' Type 'I'.
type 'S'-->sucess
A-abord
W-warning
E-Exit
type "message" in report and press f1 you will get information.
Thanks
‎2009 Jun 09 11:29 AM
Hello,
My requirment goes like that: through validation teq in FI ( trans OB28 ), I am checking duplicate invoices.
If a duplication found, I have to send an ALV report by mail. The request was that when the error message is triggered, there will be a link from the message to the report, that will be send by mail.
Regards
Yifat
‎2009 Jun 09 11:40 AM
Ifat, I dont think so that this is possible....may be what you can do is...once you got to know that there is an error....then store it in internal table.....exit the rest of the process send the mail and then display it on screen...
May be you may get a better answer than this!
‎2009 Jun 09 11:44 AM
‎2009 Jun 11 9:31 AM
Hi,
I found this link which explains how to do it
http://help.sap.com/saphelp_nw04/Helpdata/EN/6c/69bea8418d11d1896e0000e8322d00/content.htm
regards
yifat