cancel
Showing results for 
Search instead for 
Did you mean: 

SMOD

Former Member
0 Kudos
93

Can anybody tell me the usage of SMOD and CMOD for user exits step by step? I'm also looking for PDF documentation about SMOD.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The main purpose of SMOD is to display the enhancements to a particular package in enhancement we have function exits, field exits and screen exits. it is only display purpose

go for smod transaction in enhancement field press f4 function in serch give the package name of paricular t-code suppose va01 package is VA. Then you will get no of enhancements be reading desciption you will come to know what is the suitable enhancement.

In CMOD create a project and give the enhancement what ever you found the enhancement in SMOD you will get no of exits go into the particular function modules exit, that function module source code you can find include program starting with 'ZX' in that program you will write code and activate it.

Thanks ,

Murali

sridhar_muthekepalli3
Active Contributor
0 Kudos

Hi,

Normally these is a work of Technical Person (ABAPer).

Purpose of ENHANCEMENTS /SMOD & CMOD

http://abapprogramming.blogspot.com/2007/05/abap-enhancements.html

Refer to SAP Documentation

https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd40488... [original link is broken]

http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm

http://help.sap.com/saphelp_bw21c/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/content.htm

Please let me know if you need further information.

Assign points if useful.

Regards

Sridhar M