‎2008 Aug 09 7:53 AM
HI,
I have created a field exit through RSMODPRF.
and get its activated. and attetch it with prog. name & screen no.
in FM i write my code.
but when i run prog. and debug it i found cursor is not comming in my code.
i.e that filed exit is not running.
so what may be the region can any one help me.
mukesh
‎2008 Aug 09 8:23 AM
hi,
just put a break point in the hook u found.i.e in zinclude program just keep it. Even if u dont go to the debugging mode. Then this may not be the correct hook for field exit.
regards
ragu
‎2008 Aug 09 8:28 AM
‎2008 Aug 09 8:42 AM
Thanks for reply,
yes i do that.
initialy it was giving the error for doing it YES .
i do taht . now it get activated but it is not running.
i also put break point in fm to see whether it is comming or not
mukesh
‎2008 Aug 09 9:36 AM
Hi Frnd,
In Field Exit Debug doesnu2019t stop. You have to write code suppose my field name is matnr.
Code: If matnr = u2018 u2018.
Give Msg type in error
Endif.
Now you run your Tcode & donu2019t give any value in Matnr if it is giving error then Field Exit is working fine.
Regards,
Mehul.
‎2008 Aug 09 10:21 AM
I ALREADY DONE THAT BUT IT NOT SHOWING ERROR MSG.
IT MEAN TO SAY TAHT EXIT IS NOT WORKING.
IS THEIR ANY OTHER WAY.
MUKESH
‎2009 Sep 14 9:07 AM