What are the three ways for searching for Enhancements ?
Answer Posted / muralikrishna
for BADI's
1)Through Workbench : SE80-> Give Package name -> click on
Enhancements folder.
2) SPRO -> Click on SAP Reference IMG -> click on which u
required to see the enhancements.
3) Through Program : Open the program in display mode ->
click on find -> CL_EXITHANDLR=>GET_INSTANCE.
for Customer Exits:
1)SMOD -> InfoSystem -> Development class -> enter.
2)open a program in display mode -> find -> 'call customer'-
>
then Double click on call customer function '001'.
3)through program also we can find the enhancemnts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Work most on which module: name a few tables?
what is difference between user exit, customer exit and badi?
Which objects are independent transport objects? : abap data dictionary
Example of table cluster and cluster tables.
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the differences between structure and table in data dictionary in abap?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What are the system fields?
What is at exit-command:?
Different types of locks?
What are the types of table fields in the sap abap?
when are objects are passed from task to the change request?
What is collective search help? : sap abap data dictionary
What is the difference b/t Session method and call transaction method ??
Program for Prime numbers and Matrix plz explain me the procedural method with steps