Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit in FM IDOC_CREATE_ON_DATABASE

Former Member
0 Kudos
270

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
124

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.

3 REPLIES 3

Former Member
0 Kudos
125

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.

Former Member
0 Kudos
124

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

0 Kudos
124

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