what is the way to find out user exits?
Answer Posted / 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 |
Post New Answer View All Answers
what are Hana Basics
What is the reserve command?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is the disadvantage of a call by reference? : abap modularization
How to Solve a Particular Ticket in Realtime ?
How to maintain lists?
Difference between call by value and call by reference? : abap data dictionary
What is table buffer?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Explain the inside concept in select-options?
how to modify the standard method as per your requirement
What are the difference between tables and structures? : abap data dictionary
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is meant by write lock? : sap abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?