‎2006 Jul 19 6:37 PM
Hello everyone,
An enhancement point has been defined can anyone please tell me how to write a code inside an enhancement implementation.
Thank you.
Regards,
Pritish.
‎2006 Jul 19 6:41 PM
Place the cursor on the 'ENHANCEMENT'(-spot) line and choose in menu Edit-Enhancements-Create.
Type your code and activate.
Regards,
Priya
‎2006 Jul 20 5:35 AM
hi priya....thanks for your valuable suggestion,but could you elaborate for the foll example..
HOW AND WHERE TO WRITE CODE IN THE FOLLOWING ENHANCEMENT
ENHANCEMENT-POINT CONVERSION_EXIT_MATN1_INPUT_02 SPOTS ES_SAPLOMCV STATIC .
$$-Start: CONVERSION_EXIT_MATN1_INPUT_02----
$$
ENHANCEMENT 1 MGV_CONV_EXIT_SAPLOMCV. "active version
data: l_func_exits type c.
ENDENHANCEMENT.
$$-End: CONVERSION_EXIT_MATN1_INPUT_02----
$$