‎2009 Sep 17 9:39 AM
Hi
Actually I wanto know in rf screen how will I show error message.
Is there any standard FM or create custom FM.
‎2009 Sep 17 9:45 AM
Hi,
If you search the ABAP forum with 'rf screen error' you will find the answer.
Regards,
Nick
‎2009 Sep 17 10:33 AM
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
‎2009 Sep 17 11:28 AM
Please give me an idea how will i create a FM for RF error.
send some code.
‎2009 Sep 17 11:38 AM
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