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

fieldexit

Former Member
0 Likes
2,103

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
Read only

Former Member
Read only

Former Member
0 Likes
1,465

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

Read only

0 Likes
1,465

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

Read only

0 Likes
1,465

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

Read only

1,465

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.

Read only

138392
Explorer
0 Likes
1,465

Prezado Everton Marinho,

Do you What activate the profile?

thank you.