Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create message and link report

ifat_bar
Participant
0 Likes
1,269

Hello,

Is it possible to create a message ( like zmm ), but when double clicking on the message, it will trigger report?

Regards

Yifat bar

1 ACCEPTED SOLUTION
Read only

ifat_bar
Participant
0 Likes
1,236

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

9 REPLIES 9
Read only

former_member212005
Active Contributor
0 Likes
1,236

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.

Read only

0 Likes
1,236

please explain ur requirement

Read only

ifat_bar
Participant
0 Likes
1,236

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

Read only

Former Member
0 Likes
1,236

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...

Read only

Former Member
0 Likes
1,236

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

Read only

ifat_bar
Participant
0 Likes
1,237

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

Read only

0 Likes
1,236

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!

Read only

Former Member
0 Likes
1,236

search for a exit in that tcode

Read only

ifat_bar
Participant
0 Likes
1,236

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