2007 May 29 5:50 AM
What is Custom Function Module?
What is the use of this module and where we mostly use this?
Regards.....
2007 May 29 6:09 AM
hi Abhey,
As the term says it is used for customizing. They are developed as per our requirement and used accordingly.
REgards,
Santosh
2007 May 29 6:05 AM
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
2007 May 29 6:09 AM
hi Abhey,
As the term says it is used for customizing. They are developed as per our requirement and used accordingly.
REgards,
Santosh
2007 May 29 6:24 AM