what is the way to find out user exits?
Answers were Sorted based on User's Feedback
Answer / swamy
1.goto tcode se93
2.double click on program
3.goto attributes
4.take the packge name
5.goto smod and click on f4
6.give the package name and execute
7.display the required user exit.
8.and goto cmod and developed
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / babita
Enter the tcode for which u want to know about user exits.
use menu SYSTEM->STATUS.
click on program name.
GOTO-> OBJECT DIRECTORY ENTRY.
get the PACKAGE name.
enter tcode smod
give the package neme
u'll get list of all user exits related to that particular
tcode
Is This Answer Correct ? | 12 Yes | 8 No |
Answer / syamala
1) Execute Tcode SPRO
2) Click on SAP Reference IMG
3) Expand Sales and Distribution
4) Expand System Modifications
5) Expand Userexits
6) Expand Userexits in sales
7) Click on Documentation of Userexits in sales document processing
8) Read the documentation and identify the Userexit
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / maharudraswamy
CMOD-> for project enhancement
SMOD-> for creating enhancement
Is This Answer Correct ? | 6 Yes | 8 No |
1.In Change pointers , Using BD61 I activate globally and I enable the MATMAS message type When I Ran the "RBDMIDOC" SYSTEM GIVES information messagge 253 MASTER IDOCS CREATED. MY Question IS :1.what is 253 2.PlZ explain internal PROCESS ,HOW ITS GENERATE 253 MASTER IDOcs?
In sapscript when u set debugger mode on from which window it will start debugging .My sapscript has header window,logo window,address window,main and footer window.so from which window it will start debugging??
How do you document abap/4 programs? Do you use program documentation menu option?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
hi i have one requirement on smart forms.i have to print customer details and order details(Based on customer number) in two windows.I want to write total code in report it self.can any one please help me? Thanks in an advance Vijay
How to create our own data types in a Report??
What is occurs in internal table?
How to display or know if the value entered contains records or not?
How do you validate the selection criteria of a report?
How to populate signature in smartforms?where can we upload the signature?is der any tcode for it?
Explain open dataset in sap abap?
How to create client independent tables ?