‎2012 Feb 03 5:56 AM
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
‎2012 Feb 03 6:24 AM
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'.
‎2012 Feb 03 6:53 AM
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.
‎2012 Feb 03 6:54 AM
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
‎2012 Feb 03 8:10 AM