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

FIELD EXIT

Former Member
0 Likes
758

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

6 REPLIES 6
Read only

Former Member
0 Likes
721

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

Read only

Former Member
0 Likes
721

Have u put YES in ABAP/FIELD EXIT parameter in RZ10

Read only

0 Likes
721

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

Read only

Former Member
0 Likes
721

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.

Read only

0 Likes
721

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

Read only

Former Member
0 Likes
721

thanks'