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: 
4 REPLIES 4
Read only

Former Member
0 Likes
512

Hi,

User Exit is nothing Enahncement of the Standard Program with out changing the Exsisting Functionality. In user exits 1st step is finding the correct exit and

2nd step is implementing the logic.

T-Codes are

SMOD - To find the UserExit

CMOD - To Implement the logic

Follow the steps.

1. Once you find the User Exit Go to CMOD there you have to give the project name that project name should get from your Functional people, or if you know no problem.

2. Click on Create button it will asks save it local or Package.

3. In Enhancements it will give the All Exits Names then double click on your exit

4. It will take you into a Functional Module nothing but your Exit.

in that Exit you will find Include Program i.e. Eg: ZXQSMU01 where you are going to implement your logic.

5. Double Click on the Include program it will asks create object click enter

it will creates there you can write your logic save it local or any package and Activate it.

6. You need not to pass any values from Functional module/Exit to Include program that import/export values automatically program will access, you don't bother directly you can access the import/export etc. values in the program.

Finally your Exit and Project also Activate it. then check your requirement reached or not.

if any clarifications reply me.

Regards

Ganesh

Read only

Former Member