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

Information message doesn't pop up.

Former Member
0 Likes
1,600

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.

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
Read only

former_member386202
Active Contributor
0 Likes
1,427

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

Read only

Former Member
0 Likes
1,427

hello ,

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

regards,

Shweta

Read only

0 Likes
1,427

this is obsolete...

Read only

0 Likes
1,427

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

is there another FM for this ?

Read only

0 Likes
1,427

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

Read only

0 Likes
1,427

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

sorry for the confusion .

Read only

0 Likes
1,427

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

Read only

Former Member
0 Likes
1,427

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