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

Error message in the bottom toolbar

Former Member
0 Likes
430

HI all,

I am getting error message as Pop up window for the below code.

CALL METHOD p_er_data_changed->add_protocol_entry

EXPORTING

i_msgid = 'ZSTO'

i_msgno = '111'

i_msgty = 'E'

i_msgv1 = 'Invalid - Can be only 1 or 7' .

Is there any way where I can show the error message in the bottom toolbar for this method..

kindly help..

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
394

I think this is because of your layout setting.

Please check after login in sap press ALT+F12 > options>Please Uncheck "Dialog Box at Error Message"

HI all,

I am getting error message as Pop up window for the below code.

CALL METHOD p_er_data_changed->add_protocol_entry

EXPORTING

i_msgid = 'ZSTO'

i_msgno = '111'

i_msgty = 'E'

i_msgv1 = 'Invalid - Can be only 1 or 7' .

Is there any way where I can show the error message in the bottom toolbar for this method..

kindly help..

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
395

I think this is because of your layout setting.

Please check after login in sap press ALT+F12 > options>Please Uncheck "Dialog Box at Error Message"