2010 Mar 04 7:10 PM
Hi,
I am very new to ABAP programming and was trying to add an error handling module to the FM IDOC_CREATE_ON_DATABASE.
Can somebody guide me on how to do an FM enhancement......... also where do I add the user exit in the existing FM.
Thanks,
Arpita
2010 Mar 05 7:38 AM
Hi ,
You can implement implicit enhancement in start/end of function module,also in start/end of subroutines.
To check whether implicit enhancement avaiable, Click Enhance source code in toolbar(spiral) - >Edit -> Enhancment operations -> Show Implicit enhancemnts.
Regards,
Ashok.
2010 Mar 05 7:38 AM
Hi ,
You can implement implicit enhancement in start/end of function module,also in start/end of subroutines.
To check whether implicit enhancement avaiable, Click Enhance source code in toolbar(spiral) - >Edit -> Enhancment operations -> Show Implicit enhancemnts.
Regards,
Ashok.
2010 Mar 05 6:24 PM
The process highlights the following line:
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1 ), Function Module IDOC_CREATE_ON_DATABASE, Start
But I am not able to add any text to this............ how to go about it..... need help urgently
2010 Mar 07 3:17 PM
Hi ,
Did you create z-implementation.?
Once you create implementation you will be able to add code to it.
Place cusor on the implicit enhancement and right click , then enhancement implementation -> Create.
Regards,
Ashok.
Edited by: Ashok Murugaiah on Mar 7, 2010 9:09 PM