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

Please step by step procedure for implementing function module exits

Former Member
0 Likes
820

Hi,

i am new to SAP enhancement and modifications.

please can anybody suggest the way to implement the function module exits.

Thanks and regards

Manju

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
636

HI,

1) Use the project management (transaction: CMOD) function to edit function modules for function module exits.

2) Use the button for editing components to go directly to the function module editor (display mode).

3) DO NOT change the function module itself. It is especially important that you do not alter the interface in any way. The function module, however, contains an INCLUDE statement for an include program that you have to create in the customer namespace.

4) Select the include name beginning with ZX. This automatically takes you to the editor of the include program, where you can enter your code.

Regards,

Sesh

3 REPLIES 3
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
637

HI,

1) Use the project management (transaction: CMOD) function to edit function modules for function module exits.

2) Use the button for editing components to go directly to the function module editor (display mode).

3) DO NOT change the function module itself. It is especially important that you do not alter the interface in any way. The function module, however, contains an INCLUDE statement for an include program that you have to create in the customer namespace.

4) Select the include name beginning with ZX. This automatically takes you to the editor of the include program, where you can enter your code.

Regards,

Sesh