‎2008 Dec 08 1:33 PM
Hi all,
i want to display information message like...
'' Proforma Invoice 2653 generated Successfully"
2653 value is coming from internal table.
help me out........
‎2008 Dec 08 1:40 PM
Hi Ranjith,
Just write a simple select statement and get the newly generated Profroma invoice from the table using date and time fied.
''' Proforma Invoice lv_invoice generated Successfully"
‎2008 Dec 08 1:37 PM
‎2008 Dec 08 1:40 PM
Hi Ranjith,
Just write a simple select statement and get the newly generated Profroma invoice from the table using date and time fied.
''' Proforma Invoice lv_invoice generated Successfully"
‎2008 Dec 08 1:44 PM
Hi..
You can display it like this..
message 'Proforma Invoice' w_variable 'generated Successfully.' type 'S'.
W_variable should hold the value ie 2653.
‎2008 Dec 08 1:50 PM
Hi, Ranjith.
First you need to read your internal table, to get the value.
After you need to create a message using SE91 like Proforma Invoice & generated Successfully.
Now just call the statement message SXXX with ( Invoice nº ).