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

Custom Function Module

Former Member
0 Likes
642

What is Custom Function Module?

What is the use of this module and where we mostly use this?

Regards.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

hi Abhey,

As the term says it is used for customizing. They are developed as per our requirement and used accordingly.

REgards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
600

Hi,

custom(er) function modules are used in enhancements.User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.

The call to a functionmodule exit is implemented as:

CALL CUSTOMER.-FUNCTION ❤️ digit suffix>

Rgds,

Prajith

Read only

Former Member
0 Likes
601

hi Abhey,

As the term says it is used for customizing. They are developed as per our requirement and used accordingly.

REgards,

Santosh

Read only

0 Likes
600

can u give me some more details on that.