How to Search for User-exits for a particular Transaction?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prashant
using SPRO go to preticular transaction
and find correct user exir from exit description
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / moazam khan
the better way of doing it is search for the string
'call_customer_function' in main program
u can find the program by using system->status
Is This Answer Correct ? | 2 Yes | 2 No |
how to edit text in script?and how to migrate scripts into smart forms?
What is the difference between normal report program and module pool program?
3 Answers Atos Origin, Kaavian,
How can one distinguish between different kinds of parameters? : abap modularization
What is help view?
Explain what is the difference between primary key and unique key?
Can we use instance attributes inside a static attributes? say yes or no ?
1 Answers Accenture, Cognizant,
what is the difference between data: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp. and types: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp.
Give few names of cluster tables in sap ?
Tell any 2 standard Bapi function modules used for uploading sales order data ?
What is pseudo comment (#EC) and How it is different from normal comments(i.e. '*' and '"')
Explain buffering
how to see the last updated record in a table?