What is Function Module in Sap ?

What is Function Module in Sap ?

Function modules are the Small programs or piece of reusable code that contains the actions that it needs to do. Like calling the programs internally, sending the data or updating it. Everyone can use function module independently to continue their tasks

Each function module is part of a function group, which holds modules that logically belong together. Function modules are important for updating databases. When speaking about function modules RFC plays a major role, RFC (Remote function call) is also a type of function which helps to call within sap or outside sap

Features of function module :

Function Group Association: They are part of a group known as a function group. This grouping helps organize related function modules together.

Defined Data Exchange Interface: Function modules have a fixed interface for exchanging data. This simplifies the passing of input and output parameters, making it more straightforward to send information to and receive results from the function module. It allows you to set default values for input parameters and supports exception handling, enabling the capturing and handling of errors.

Callable by Name: To use a function module, you call it by its unique name in a CALL FUNCTION statement. This allows for easy invocation of the specific functionality provided by the function module

Types of function modules in sap :

1) Normal Function Module

2) RFC Function Module

3) Update Function Module

Will see briefly about the types of function module in next article....

要查看或添加评论,请登录

Vijay Kumar的更多文章

  • Types of Remote Function call in sap (RFC)

    Types of Remote Function call in sap (RFC)

    The topic may be briefly explained by many consultants in their articles, Just want to touch down while exploring the…

  • Sap Profile Management

    Sap Profile Management

    There are different types of profile is available in sap basis such as Instance profile Default profile Startup profile…

  • Instance Management in sap

    Instance Management in sap

    Instance is managed by using profiles. Profiles will resides in (usr/sap//sys/profiles) There are three types of…

    1 条评论
  • Types of Function module in Sap ?

    Types of Function module in Sap ?

    Sap is having totally 3 types of function module with its own capabilities 1) Normal Function Module 2) RFC Function…

  • What are the Types of SAP GUI:

    What are the Types of SAP GUI:

    1. SAP GUI for Windows.

社区洞察

其他会员也浏览了