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: 

Information message doesn't pop up.

Former Member
0 Kudos

Hello,

I created an implementation at the definition ME_PROCESS_PO_CUST. In the method process item

I put a message command type Information. It doesnt work. Only error messages works there.

Why is that ?

p.s When The debugger passes from the message, but the message dont pop up. (information)

is that possible ?

Plz help me.

Thx in advance.

8 REPLIES 8

former_member386202
Active Contributor
0 Kudos

Hi,

Check in debugg it must be going in endless loop, this badi goes in endless loop. Check COUNT field If it is greater than 1 then exit.

Regards,

Prashant

Former Member
0 Kudos

hello ,

check FM 'POPUP_TO_CONFIRM_WITH_MESSAGE',if u have passed all the parameters correctly.

regards,

Shweta

0 Kudos

this is obsolete...

0 Kudos

I want a status message and not a popup ...

is there another FM for this ?

0 Kudos

in your question

message command type Information

information is a popup.

and now you ask for type status message.

Please be clear with your question

0 Kudos

Yes sorry, a meant a status message which purpose is to inform.

sorry for the confusion .

0 Kudos

Hi,

I dont think there is one and if there is one do you think that would work. I mean what would be the difference of simply giving a status message using a message command and a function module. If the message is not working i presume a status message from a FM would also not work.

Regards,

Himanshu

Former Member
0 Kudos

Hi,

I think we cannot do that in enjoy transactions why dont you try giving a POP up message using POPup to confirm function module and see if it works.

406633 - No information messages from customer exit

This OSS note talks about not being able to give info messages from customer exits i am not sure but i think they are not supported by BADIs too.

Try FM : POPUP_TO_CONFIRM

Regards,

Himanshu