How are user exits attached tp SAP programs ?
Is it through CALL FUNcTION 'Some-EXIT-NAME'
Now I know that in my case a user exit EXIT_SAPLCOIH_009 is implemented for transaction IW32. I am turning debugger on by using /H and then clicking on save event in IW32 when the user exit gets triggered.
Then I set break-point for CALL Function inside the debugger.
But I can't see CALL FUNCTION 'EXIT_SAPLCOIH_009' in the debugger of transaction program....
So I am just wondering is it this way the user exit is hanged to program. Please throw some light on this....