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

Message Display Error

Former Member
0 Likes
732

Hi all,

i have defined message w368(00) with 'Credit Limit Exceeded' in include program rv69afzz, but when t-code 'VF01' is execuded, message is shown in status bar as status bar information, i have defined it as warning, it is showning as status information.

code:

IF credit_lmt < check_credit.

MESSAGE W368(00) WITH 'Credit Limit Exceeded'.

ENDIF.

Thanks

venkatesh babu v

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
689

Check the program DEMO_MESSAGES

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
690

Check the program DEMO_MESSAGES

Read only

0 Likes
689

My Issue was solved by

" Display Error Message

MESSAGE w368(00) WITH 'Credit Limit Exceeded' DISPLAY LIKE 'E'.

Thanks

Read only

Former Member
0 Likes
689

Hi Venkatesh,

I checked your message and it is working fine

I think please go through the program suggested by Keshav.

For more information please visit this link:

http://help.sap.com/saphelp_nw04/helpdata/en/91/dec863880411d194cb0000e8353423/content.htm

This will tell you the complete status of each messages in the ABAP with its displaying position on the screen.

May this information helps you.

Thanks

Deepak Sharma

Read only

Former Member
0 Likes
689
Read only

Former Member
0 Likes
689

Issue Closed