Skip to Content
0
Former Member
Dec 05, 2006 at 04:49 PM

Enhancement Spot

64 Views

Hello everybody:

I have discovered the new options of sap to create enhancement spot in the middle of programs, i have seen many questions in forums but any answer, i can see for example in include LMIGOIIS of the MIGO transaction the enhancement:

ENHANCEMENT-POINT LMIGOIIS SPOTS ES_SAPLMIGO.

$$-Start: LMIGOIIS----


$$

ENHANCEMENT 192 DIMP_GENERAL_SAPLMIGO. "active version

  • SAPLMIGO 0200

  • /sapmp/batch_check

*MODULE /SAPMP/BATCH_CHECK INPUT.

CHECK MUEBS_INIT = ABAP_TRUE.

CALL METHOD OREF_/SAPMP/_CLASS->BATCH_CHECK.

*ENDMODULE. " /sapmp/batch_check INPUT

ENDENHANCEMENT.

how could i implement it?

Thanks in advance

regards