1. Introduction
2. How to find user exits
3. Using Project management of SAP Enhancements
1. Introduction
User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to
a functionmodule. The code for the function module is writeen by the developer. You are not writing
the code directly in the function module, but in the include that is implemented in the function module.
The naming standard of function modules for functionmodule exits is: EXIT_
The call to a functionmodule exit is implemented as: CALL CUSTOMER.-FUNCTION <3>
Example:
The program for transaction VA01 Create salesorder is SAPMV45A
If you search for CALL CUSTOMER-FUNCTION i program SAPMV45A you will find ( Among other user
exits):
CALL CUSTOMER-FUNCTION '003'
exporting
xvbak = vbak
xvbuk = vbuk
xkomk = tkomk
importing
lvf_subrc = lvf_subrc
tables
xvbfa = xvbfa
xvbap = xvbap
xvbup = xvbup.
The exit calls function module EXIT_SAPMV45A_003
2. How to find user exits
Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT
If you know the Exit name, go to transaction CMOD. Choose menu Utillities->SAP Enhancements.
Enter the exit name and press enter.
You will now come to a screen that shows the function module exits for the exit.
3. Using Project management of SAP Enhancements
We want to create a project to enahance trasnaction VA01
Go to transaction CMOD
Create a project called ZVA01
Choose the Enhancement assign radio button and press the Change button
In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an
enhancement can only be used i 1 project. If the enhancement is allready in use, and error message
will be displayed
Press Save
Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002.
Double click on the exit.
Now the function module is displayed. Double click on include ZXVVAU04 in the function module
Insert the following code into the include: E_KUNNR = '2155'.
Activate the include program. Go back to CMOD and activate the project.
Goto transaction VA01 and craete a salesorder. Note that Sold-to-party now automatically is "2155"
How to Earn Rs.25000 every month in internet without Investment?
User exits
Labels:
user exit in sap
Subscribe to:
Post Comments (Atom)
topics
-
▼
2009
(764)
-
▼
May
(53)
- Profile Parameters for Client Login and password s...
- Creating System Parameters - RZ10
- What is Transport domain, Domain controller and Tr...
- Alert Monitoring T-codes
- Local Client Copy - SCCL
- how to Kill the Work process
- Configuring SPNego with ABAP datasource
- Configuring and troubleshooting SPNego -- Part 3
- Configuring and troubleshooting SPNego -- Part 2
- Configuring and troubleshooting SPNego -- Part 1
- EasyDMS and Single Sign On (SSO)
- How to perform a client copy when CUA is active
- Client Copy and Transport Authorizations
- Error Handling
- Restarting Client Copy
- Displaying Copy Logs
- Deleting Clients
- Transporting Clients Between Systems
- Copying Clients Between Systems
- Client Copy Data Types
- Copying Clients Within a System Copy Profile
- Copying Clients Within a System
- SAP Startup Problems in Windows
- Fast Logon to an SAP Server
- Receiving email into SAP using SMTP
- SU10 - Mass user Changes
- Creating Remote Client Copy SCC9
- What is the procedure for applying sap notes to sa...
- What are the prerequisites for applying a support ...
- What is the difference between client 000 & 001? W...
- What are Homogenous system copy and Heterogeneous ...
- Which are the default SAP background jobs run for ...
- What is difference between Application Server & ce...
- What is difference between consolidated & delivery...
- Different methods to Lock or unlock SAP users
- Changing the default password for sap* user
- How can I create multiple User Id at Random
- How to delete expired roles?
- Basis Knowledge Transfer
- Basis tasks to be done on a regular schedule
- Why do we need a Solution Manager instance? What ...
- Where on the OS level can I look for help with SAP...
- What the heck is all that DVEBMGS00 crap?
- Do I have to add printers to each client too?
- How do I add users? Do I have to add them all to ...
- How do I limit what my users can do when they log ...
- How do the users communicate with the SAP instance?
- How do I create a new client?
- What is a SAP client?
- What is a SAP Instance?
- Breaking into SAP consulting: tips for functional ...
- User exits
- SAP consulting tips and tricks for your career suc...
-
▼
May
(53)
No comments:
Post a Comment