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: 

Reg:Enhancement

0 Kudos

Hi Experts,

I have created enhancement in standard enhancement point but created enhancement is not triggering ,

so plz give reply. Thanks in advance.

With regards,

ramesh.

3 REPLIES 3

Former Member
0 Kudos

Give some details. However, there are some steps you can follow to find out:

1. most probable reason is that spot is not at right place.That section of the code is not run in the condition you are running the transaction.

2. make sure that the point is activated.

0 Kudos

Hi Puravansh ,

Thanks for reply. i used FM : MB_CREATE_GOODS_ISSUE_ITEM . i created inside the case while excuting the program condition will satified and excute upto standard enhacement code not able to trigger the created enhancement spot (ENHANCEMENT 1 ZBATCH_DEL123.). plz check the given below sample code.

CASE MSEG-KZBEW.

WHEN B OR O.

ENHANCEMENT-POINT MB_CREATE_GOODS_ISSUE_ITEM_02 SPOTS ES_SAPLMBWL.

$$-Start: MB_CREATE_GOODS_ISSUE_ITEM_02----


$$

ENHANCEMENT 4 OI0_SAPLMBWL. "active version

  • If exchange loading, then renumber the OIA_ZEILE in

  • the astm appendices OIA_MSEGO1 and OIA_MSEGO2.

IF G_OIA_ASTM_VALUES = 'X'. "SO3K115951 DN

CALL FUNCTION 'OIB_EXG_RENUMBER_HPM_APPDX' "SO3K115951 DN

EXPORTING "SO3K115951 DN

I_IMSEG_OIA_ZEILE = I_IMSEG_OIA_ZEILE" SO3K115951 DN

I_IMSEG_OIB_ZEILE = I_IMSEG_OIB_ZEILE" SO3K115951 BB

I_MSEG_ZEILE = MSEG-ZEILE. "SO3K115951 DN

ENDIF. "SO3K115951 DN

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(2) Enhancement Exit MB_CREATE_GOODS_ISSUE_ITEM_02, Enhancement OI0_SAPLMBWL, End A

$$-Start: (2)----


$$

ENHANCEMENT 1 ZBATCH_DEL123. "active version

*

BREAK-point.

ENHANCEMENT.

$$-End: (2)----


$$

Edited by: rameshravi on Dec 16, 2011 2:27 PM

0 Kudos

Hi Rameshwari,

It is a guess just regenerate the program and see.

Regards,

Madhu.