Application Development 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: 

Why type I message is not working in PBO of module pool programming?

Former Member
0 Kudos

I am not able to get a information message in PBO of module pool programnming eventhough i declare the message type as 'I'.

code:

PROCESS BEFORE OUTPUT.

MODULE FETCH.

inside this module i write a query after that i write message as follows

MESSAGE 'NO DATA FETCH' TYPE 'I'.

but i am not able to get the message as dialog box instead it gives as a success message.

the same message statement i write under PROCESS AFTER INPUT it works fine .

I don't know why its happening.

Can anyone tell me the reason .

Thank you,

Vigneshwaran

1 ACCEPTED SOLUTION
2 REPLIES 2