cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits

former_member720197
Participant
0 Kudos

Hi Gurus,

Please tell me how to view the list of user exits that are available in from SAP screen.

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anand Badu,

SMOD - We can find Relavant Enhancements for Transactions using the development class of the tranctions

CMOD -We can Implement the Enhancement by assigning to the Project.

Please Reward If Really Helpful,

Thanks and Regard,

Sateesh.Kandula

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ananda,

Following the link for more details:

http://help.sap.com/erp2005_ehp_03/helpdata/EN/2d/531437a96f11d1a1de080009b433a9/frameset.htm

Now, User-exits are writen to specify additional functionality to standard programme, which is not present.

As in our case:

ZCST_ORD: add custom field in cost center master

Basically, ABAPers are supposed to create Projects.

As a Functional-Consultant, we are suppose to provide logical information like - Components: Function Code, Values, Structures etc.

T.code: CMOD (to create Project)

SMOD (Assignment, most probably)

NOTE: Best is to post this query in BASIS's forum.

Hope, I have satisfied your query up to some extent.

Best regards,

Amit.

safeer_rahman2
Contributor
0 Kudos

HI Friend...

YOu can search the user exits by going to System Enhancements and search for the user exits of your desired fields... i.e for sales or shipping etc...

Thanks,

Safeer Rahman

former_member184555
Active Contributor
0 Kudos

Hi

You can view the userexits module wise using the Tcode SMOD.

1. Goto SMOD

2. In the Enhancement field - click F4

3. In the popup screen click on 'SAP Applications'

Now you can see the usereixts module wise.

You can also view the userexits from IMG - Sales and Dist - System Modification - Userexits - Userexit in slaes document processing ....etc., and click on the documentation icon. You can see all the usrexits with explanations also.

Thanks,

Ravi

Former Member
0 Kudos

Hello,

SAP uses a User Exit in order to make an enhancement of customers a lot more convenient. There are very many user exits available within SAP. When using an user exit, the system does NOT become modified what happens when you start changing SAP for your needs.

You can activate user exits in the SAP transactions SMOD and CMOD. There you can check for the appropiate user exit and insert the new enhanced code in function modules for your needs.

You can find this list in your SAP system as follows:

CMOD -> Utilities -> SAP Enhancements -> Execute

Prase