‎2010 Apr 29 10:54 AM
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
‎2010 Apr 29 11:12 AM
‎2010 Apr 29 11:12 AM
‎2010 May 01 1:20 PM
‎2010 Apr 29 12:08 PM
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
‎2010 Apr 29 12:22 PM
hi venky,
http://help.sap.com/saphelp_nw04/helpdata/en/91/dec863880411d194cb0000e8353423/content.htm
realy try this
it works
aurangabaad.
‎2010 May 01 1:21 PM