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

Displaying a long error message

Former Member
0 Likes
1,026

i am displaying a message when an error occurs in the module pool program and the screens fiield s are ready fo input however the message that is getting displayed is a short text message where as i need to display the complete error message suggest something so that i may display the complete error message

thanks

varun gandhi

4 REPLIES 4
Read only

surajarafath
Contributor
0 Likes
744

May be you can do that by showing error message in the pop up.

use this FM for pop up 'COPO_POPUP_TO_DISPLAY_TEXTLIST'.

Read only

Former Member
0 Likes
744

Hi Varun,

you can study the following link that explains how to display long text for error messages.

http://help.sap.com/saphelp_40b/helpdata/fr/c6/892d45449311d1893e0000e8323c4f/content.htm

Regards,

Supriya.

Read only

Former Member
0 Likes
744

Hi,

May be you can display the error in another small screen, some thing like

CALL SCREEN 0100 STARTING AT 10 10

ENDING AT 15 25.

In this screen create one text/ I-O button & display the error on it.

Reply me, if you have questions

Regards,

S.Senthilkumar

Read only

Former Member
0 Likes
744

i got answer