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
849

I have created field exit for data element MATXT for field u2018Task textu2019 in QM01/QM02. When I am trying to activate the field exit by executing the program RSMODPRF, I am getting the message u2018System not configured for field existu2019. I am not sure it has activated or not and how to test this exit. I have put the break point in function module. But it is not triggering the break point.

Please help me.

I have created field exit for data element MATXT for field u2018Task textu2019 in QM01/QM02. When I am trying to activate the field exit by executing the program RSMODPRF, I am getting the message u2018System not configured for field existu2019. I am not sure it has activated or not and how to test this exit. I have put the break point in function module. But it is not triggering the break point.

Please help me.

5 REPLIES 5
Read only

Former Member
0 Likes
816

SAP will not support field exit from ECC Version .

I guess you are changing text of MATXT .

Process is -> Goto CMOD Transaction -> Goto -> Text enhancement ->Keyword -> change -> enter MATXT -> Here youcan change the description.

Thank you

Seshu

Read only

Former Member
0 Likes
816

You can edit or reply to your earlier post to bump it to the top.

Rob

Read only

venkat_o
Active Contributor
0 Likes
816

Hello kumar katta, follow the steps to implement field exit. 1. Run the program RSMODPRF and give your Data element of the field. eg. MAKTX 2. It goes to the SE37 with the function module to be created. 3. Create function module and write the code there. 4. Go to CMOD transaction code and enter PRFB in the command field(Where we enter transaction code. Do not enter /n or /o in front of PRFB) and now press ENTER button. 5. Search MAKTX using global search on top. 6. Check the checkbox for MAKTX and go to Field exit menu and click on Activate submenu. 7. It asks for Transport request. give it . 8. Last and most important. You can not debug Function module created for Field exit through that program where this field exit has been implemented. But you can debug that in SE37 when u execute. I hope that you can do it now Thanks Venkat

Read only

0 Likes
816

Thank you, Venkat.

We are upgrading our ECC 6 to enhancement pack 4. We have two field exits that stopped working in the upgraded development client. Our BASIS team had set the abap/fieldexit flag to YES and restarted the system. Everything seemed to be in place but the field exits were not being executed. I followed your instructions for CMOD and PRFB and it worked. One note is that PRFB indicated the statuses were already active, but I proceeded with the field exit/activate selection anyway and a transport was created.

Thank you very much!

Kathy

Read only

Former Member
0 Likes
816

HAI ,that is due to worn gconfiguration of the system

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

The profile parameter abap/fieldexit is set to YES during screen generation

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

u cna take help of basis

m.a