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 does not appear

Former Member
0 Likes
776

Hi,

I've inserted an information message(inside a new custom include) for transaction Me52n /Me51n,which is supposed to appear each time a particular condition is satisfied.The message used to appear previously but not anymore even though control reaches the 'MESSAGE' statement and executes it.

Now im using an fm to get a pop up and it works fine but i'd like to know why the Message statement isnt working in this case.I've tried lots of variations of the statement but no go.

can u guys help me on this?

Hi,

I've inserted an information message(inside a new custom include) for transaction Me52n /Me51n,which is supposed to appear each time a particular condition is satisfied.The message used to appear previously but not anymore even though control reaches the 'MESSAGE' statement and executes it.

Now im using an fm to get a pop up and it works fine but i'd like to know why the Message statement isnt working in this case.I've tried lots of variations of the statement but no go.

can u guys help me on this?

3 REPLIES 3
Read only

Former Member
0 Likes
701

Hi !

You can try this: normally you have a 3-color button (green, red and blue) at the end of the button bar. In the first tab you can activate a pop-up to display information messages.

Hope it helps.

Regards,

Eric

Read only

Former Member
0 Likes
701

Customer messages for the EnjoySAP Purchasing Transactions cannot be issued with the u2018messageu2019 statement. The macro u2018mmpur_message_forcedu2019 needs to be used to generate the actual message. The macro receives 7 parameters: Message type (I, W, E), message class, message number and message parameters 1 to 4.

Ex:

mmpur_message_forced 'I' u2018ZCOMMONu2019 '004' var1 var2 var3 var4 .

where

I -> type of message (information/warning/error)

ZCOMMON-> message class

004-> message number

var1, var2, var3, var4 -> different message parameters

Regards,

Joy.

Read only

0 Likes
701

Hi Joy,

I am also working on the same macro.

so if the macro mmpur_message_forced is having 7 parameter and i want to pass 3, and the rest as var1.....var4. is it ok?

and also if i want to see the macro hich is the transaction for it?

Regards.

Kusum.