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 dump problem

Former Member
0 Likes
445

Hi Guys,

I created one field exit on data element ABLAD.

Unloading point under components tab.

Tcode : IW32

Program : SAPLCOMK

Screen : 3020

I dont want this field exit any more so i deleted the field exit function module from SE37 along with function group.

But still the SAP is trying to call FM : "FIELD_EXIT_ABLAD" and giving dump error.

Please help!!!!!!!!

Regards,

Gurmukh

2 REPLIES 2
Read only

Former Member
0 Likes
393

go to report RSMODPRF... execute it...

dont provide any data element name....

there you'l fine exit for your field... deactivate that...

or

create new field exit for the same field... and dont do any coding in the same.. keep it deactivated...

TIP :

you should never delete these exit function modules directly.... as they are system generated...

Edited by: Sharayu Kumatkar on Jul 31, 2008 10:59 AM

Read only

Former Member
0 Likes
393

hi,

Goto CMOD ..... give PRFB(without any /n or /0 ..Plain PRFB) ... It lists out all the field exits there ... Select the one which you want to delete and deactivate ...

Regards,

Santosh