Application Development and Automation 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: 
Read only

How to write a code inside am enhancement implementation?

Former Member
0 Likes
610

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.

2 REPLIES 2
Read only

Former Member
0 Likes
368

Place the cursor on the 'ENHANCEMENT'(-spot) line and choose in menu Edit-Enhancements-Create.

Type your code and activate.

Regards,

Priya

Read only

0 Likes
368

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----


$$