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

RF module.

Former Member
0 Likes
776

Hi

Actually I wanto know in rf screen how will I show error message.

Is there any standard FM or create custom FM.

4 REPLIES 4
Read only

Former Member
0 Likes
639

Hi,

If you search the ABAP forum with 'rf screen error' you will find the answer.

Regards,

Nick

Read only

Former Member
0 Likes
639

Hi,

In RF screen you cannot give an error message directly.

You need to make use of a standard FM or create your own custom FM.

The standard FM for the same is CALL_MESSAGE_SCREEN

Please check this article for more help.

[http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3414900)ID1174383450DB10169711463389651742End?rid=/library/uuid/d0b33a0f-2478-2c10-4cbb-d6a197294280]

Regards,

Ankur Parab

Read only

Former Member
0 Likes
639

Please give me an idea how will i create a FM for RF error.

send some code.

Read only

0 Likes
639

Hi,

Understand the FM CALL_MESSAGE_SCREEN.

Create a Z FM in a similar manner.

You need to have a separate screen where you will show the error messages.

Regards,

Ankur Parab