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

Problem in displaying Message

Former Member
0 Likes
523

Hi all,

i want to display information message like...

'' Proforma Invoice 2653 generated Successfully"

2653 value is coming from internal table.

help me out........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

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"

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
506

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"

Read only

Former Member
0 Likes
505

Hi..

You can display it like this..


message 'Proforma Invoice' w_variable 'generated Successfully.' type 'S'.

W_variable should hold the value ie 2653.

Read only

Former Member
0 Likes
505

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º ).