How to Search for User-exits for a particular Transaction?
Answer Posted / manas
find the dilog program of the transaction code and go to
display mode. search the word Call 'customer_function' and
you will found the user exit. the function module for
implementing the user exit is exit_<program_name>_<suffix>.
Write the code inside the include avaialble in FM.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you manipulate the presentation and attributes of interactive lists?
Fallback class
What is the use of table maintenance allowed?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What are the different types of the sap abap data dictionary objects?
Explain what is an rfc?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the two statements which are required in an abap program to output an icon using a write statement?
How many types of size categories and data classes are there? : abap data dictionary
Explain how do you use structures in the abap programs?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the steps in a bdc session? : abap bdc
Work most on which module: name a few tables?
What are the different control break statements available inside a loop?
What happens if only one of the commands set screen and leave screen is used without using the other?