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

finding CALL CUSTOMER-FUNCTION '009'

Former Member
0 Likes
1,742

i have a FM CALL CUSTOMER-FUNCTION '009'

how to reach there to write code please help .

3 REPLIES 3
Read only

Former Member
0 Likes
887

Double click on 009 you will reach there to a FM started by EXIT_something_009.

WITHIN THAT there will be an Include starting with Z .

Click on the Zinclude and you can write your code there .

Read only

Former Member
0 Likes
887

Hi,

Double click on '009', you'll get exit name EXIT_SAPMM07M_009 then go to Goto---->Documentation

and get the Enhancement name.

Goto CMOD tcode create project zproj and then goto Enhancement Assingment , enter your enhancementand then goto--->components .... Implement your exit.

Regards,

Raju.

Read only

Former Member
0 Likes
887

jbh