Application Development 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: 

RE: Field Exit

Former Member
0 Kudos

Dear Experts,

What happens if Field Exit is activated in ECC6.0?? I activated it through report RSMODPRF from then Iam getting error :

"LOAD_TYPEPOOL_VERSIONS_MISMATCH" after executing any report (se38)and table too.

      

        So, Please guide me how to solve this error. Provide ur Valuable Inputs.

regards,

chandu.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Try to execute SGEN (Existing Loads, Invalidated Loads) and only then reactivate the field exit via report RSMODPRF.

Regards,

Raymond

4 REPLIES 4

gouravkumar64
Active Contributor
0 Kudos

Hi,

Probably,When the system running, u have tried to change some table structures.

IF so,Don't do it.

have a look at this thread for solution

http://scn.sap.com/thread/47761

also see sap notes 162991-for help in abap generation tools.

Thanks

Gourav.

Former Member
0 Kudos

Ravi,

Field Exits have been phased out since version 4.7, and this has been replaced by BADI's, Enhancement spots and even through Web Dynpro's. It is available in new versions.

I would suggest you to try Web Dynpros, in place of field exit, where you have have all the enhancements like Pre Exit, Over Riding Exit and Post Exit for the fields.

Regards,

Hardik Mehta

raymond_giuseppi
Active Contributor
0 Kudos

Try to execute SGEN (Existing Loads, Invalidated Loads) and only then reactivate the field exit via report RSMODPRF.

Regards,

Raymond

Former Member
0 Kudos

Thanks all my problem has been solved by running SGEN.

regards,

chandu.