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

How to populate error message in Tcode ML81N

Former Member
0 Likes
395

HI Experts,

I have done development in ML81N tcode.

In this Enchancement spot in FM "MS_SUBSCREEN_INFO_PBO".

As per requirment code is developed. But I want to print error message when my condition is fail.

In this case like this i have below statemnets are written.

  • MESSAGE 'Error in EKPO' TYPE 'E'.

  • mmpur_message 'E' 'ZMSG' '001' v_srv_esll '' '' '' .

  • MESSAGE e001(ZMSG).

but these statement are not supported .

Please how can write error message. Help on this.

You are get revared point.

Advance Thanks for your help.

Regards

Srinu

HI Experts,

I have done development in ML81N tcode.

In this Enchancement spot in FM "MS_SUBSCREEN_INFO_PBO".

As per requirment code is developed. But I want to print error message when my condition is fail.

In this case like this i have below statemnets are written.

  • MESSAGE 'Error in EKPO' TYPE 'E'.

  • mmpur_message 'E' 'ZMSG' '001' v_srv_esll '' '' '' .

  • MESSAGE e001(ZMSG).

but these statement are not supported .

Please how can write error message. Help on this.

You are get revared point.

Advance Thanks for your help.

Regards

Srinu

1 REPLY 1
Read only

Former Member
0 Likes
346

sloved