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