2008 Jun 13 8:47 AM
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?
2008 Jun 13 1:22 PM
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
2008 Jun 14 8:15 AM
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.
2008 Oct 01 7:56 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |