2010 Mar 05 11:06 AM
Hi Guys,
Error Message in selection screen Staus bar is getting truncated (full message is not getting displayed).... can anybody tell me how to reslove this
2010 Mar 05 11:11 AM
Hi
Maimum we can give the error message length is 50 char. If you give more than that it will get truncated.
What you can do this split 50 and 50 like that you can give 200 chnars.
Data : Text1 type char50
Text2 type char50
If sy-surc ne 0.
Message Text1 Text2 TYPE "E'' or 'S'
endif.
Hi Guys,
Error Message in selection screen Staus bar is getting truncated (full message is not getting displayed).... can anybody tell me how to reslove this
2010 Mar 05 11:09 AM
Hello,
Give the message by dividing in 2 seperated text elements. it will work.
Rgrd,
Vivek
2010 Mar 05 11:12 AM
hI,
USE THIS SYNTAX
MESSAGE 'message' TYPE 'I' DISPLAY LIKE 'S (What ever message type u want to display)'.It will pop-up window.
so no truncation Problem.
2010 Mar 05 11:11 AM
Hi
Maimum we can give the error message length is 50 char. If you give more than that it will get truncated.
What you can do this split 50 and 50 like that you can give 200 chnars.
Data : Text1 type char50
Text2 type char50
If sy-surc ne 0.
Message Text1 Text2 TYPE "E'' or 'S'
endif.
2014 Jan 31 7:57 PM
2010 Mar 05 11:39 AM
Firslty thanx for all for quick reply.
However special thanx to Vivek and Thiruibm ... as u guys said i split message into two text symbols.... and used them in my message statement...... PROBLEM SOVLED...THANX guys
2016 Jan 20 3:24 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |