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

custom user exit

Former Member
0 Likes
435

can we develop our own User Exit

2 REPLIES 2
Read only

Former Member
0 Likes
394

Hi

Whatever user exit you use that should be linked to the STd Transaction Fields, tables etc

We can write our own code for the exit but how to link them to the Std code

So SAP itself provided the Places where you have to provide your own code for the correct purpose of exit.

and for a single Tcode it has provided a lot of exits

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
394

Hi,

Customer exit - The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.

Regards