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: 

fieldexit

Former Member
0 Kudos

hi,,

i have tried field exit,,, finally i am getting this ,,, please rectify it,,,

System is not configured for field exits (see long text)

Message no. ENHANCEMENT032

Diagnosis

The system is configured wrong. Field exit maintenance will have no effect.

System Response

The profile parameter abap/fieldexit is set to YES during screen generation. A screen load is generated that allows you to branch to field exits.

This parameter may only be set in the customer system.

Note: If the parameter has been set, you must check that, for each field, the system branches to the correct corresponding function module during screen generation. For performance reasons, you should not set this parameter during generation unless field exits have actually been created for your system.

Procedure

Set the abap/fieldexit parameter to YES in the system profile and restart your SAP system.

how should i configure

6 REPLIES 6

Former Member

Former Member
0 Kudos

Before creating the Field exits, they have to be configured by Basis team for the transactions RZ10 and RZ11.

Its system profile parameter in ABAP/FIELDEXIT in all the application servers should be set to YES

Thanks,

Srinivas

0 Kudos

plz tell me how set that abap/fieldexit to yes,,

0 Kudos

Hi,

Please note that this setting is at the server level & hence only Basis team will have an authority to do it.

Regards

Raju Chitale

Hi Zuber,

Try this:

1 - Access transaction RZ10, open matchcode "Profile", choose "Profile Default".

2 - Mark the radio button "Extended Maintenance" and Change.

3 - Create a new parameter (F5). Find the parameter name: "abap/fieldexit". Set value as: YES

4 - Back and save. Active the profile and restart system.

Regards.

138392
Explorer
0 Kudos

Prezado Everton Marinho,

Do you What activate the profile?

thank you.