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: 

Enhancement point code not triggered

Former Member
0 Kudos

We are using standard include LMEDRUCKF1O in one of the Custom function module developed in our project.

It contains code for enhancement point implemented by SAP as shown below.

But the enhancement point code is not getting triggered when I execute the Custom function module with relevant data.

Basically the enhancement point code is not loaded wheh I check in debugging...

what could be the reason?...

ENHANCEMENT 28 ISAUTO_SCH_EMM_SAPLMEDRUCK. "active version

  • OTF-Output, wenn Brwoser-Druck (NAST-SORT1 = 'SWP')

if nast-sort1 = 'SWP'.

itcpo-tdgetotf = 'X'.

endif.

*

ENDENHANCEMENT.

4 REPLIES 4

madhu_vadlamani
Active Contributor
0 Kudos

Hi Remo,

But the enhancement point code is not getting triggered when I execute the Custom function module with relevant data.

Basically the enhancement point code is not loaded wheh I check in debugging..

Are you able to see the debug point in standard .

Regards,

Madhu.

Edited by: madhurao123 on May 12, 2011 9:45 AM

0 Kudos

Hi Madhu,

When I try to set debugging point it is asking to select the main program.

If I select only custom include then I am not able to set break point. Else If I select both custom and standard then I am able to set break point.

0 Kudos

Hi Remo,

I am able to keep break point in this include MIOLXF14. Can you copy the entire program into zprogram.

Regards,

Madhu.

0 Kudos

Hi Madhu,

We created custom function module and calling performs of standard include in that custom function module.

I understood why it was not triggering. Thanks for your help.

Regards,

Remo