‎2008 Jul 21 10:49 AM
hello everyone, thank u first,
does anyone know how to display a warning message in the dynpro of a transaction.
for my case i need to display a warning message using the contents of a sales document in the transaction " DP91, BILLING REQUEST " .
thank you for your time.
‎2008 Jul 21 10:53 AM
Hello Kamal,
First create a message class in SE91
in the messages just put &( for dynamic values)
and in the program call the message in the following way
Message W000(ZMESG) with 'your message &'.
Regards
Chandu
‎2008 Jul 21 10:56 AM
Hi
If you are using SAP version above 4.6 then the following line is enough.
Message 'Your Message Goes Here' TYPE 'W' .
Hope this would help you.
Murthy
‎2008 Jul 21 11:02 AM
thank you for your help,
a last question, how to introduce this few lines in the abap standard code source wich allow to display the screen of the transaction DP91 with the warning message, is there an enhacement point or somthing simular
thanks a lo.
‎2008 Jul 21 11:11 AM
Hi
You need to have Access Code to change the Standard SAP Program to inlcude your code inside, as
you are Modifying the Standard SAP Program.
Hope this would help you.
Murthy
‎2008 Jul 22 3:01 PM
Hi
U need to have Access Key for modify a SAP standar program
For write a message, look this code
message W000(su) with text-002.Regards
Gregory