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

Function Module

Former Member
0 Likes
567

Hi Expects,

I am BI Consultan, I want to learn how to create Function Module and how to write logic. I know some ABAP.

what exactly this FM is used for RS_FUNCTION_ACTIVE_CHECK.

Thanks in advance.

Tracey.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

Hii Tracy,

To create a FM goto SE37 tcode..

First you have to create function group by using the follosing path GOTO->FUNTION GROUP->CREATE.

Create and save it using local oject or with some package.

Then create your function module and assign the function group you have created.

In function module use Import parameters for your input and output parameters to get the resultant output.

Exceptions are used to handle system errors..

In the source code write the desired code you want using the input and output parametrs..

Regards,

Sany

4 REPLIES 4
Read only

Former Member
0 Likes
512

Well the name of the function module itself indicates that this FM will check if a function module is active and available. As for creating a FM you could search in SCN where you will find lots of resources

PS: Use a meaningful subject line

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
512

There are somany documents available for creating Function modules and related concepts such as BAPI,RFC etc.

Pl search in SCN or Google

link:[http://www.google.co.in/search?hl=en&source=hp&q=RS_FUNCTION_ACTIVE_CHECK&btnG=Google+Search&meta=&aq=f&oq=]

Read only

Former Member
0 Likes
513

Hii Tracy,

To create a FM goto SE37 tcode..

First you have to create function group by using the follosing path GOTO->FUNTION GROUP->CREATE.

Create and save it using local oject or with some package.

Then create your function module and assign the function group you have created.

In function module use Import parameters for your input and output parameters to get the resultant output.

Exceptions are used to handle system errors..

In the source code write the desired code you want using the input and output parametrs..

Regards,

Sany

Read only

Former Member
0 Likes
512

If you have access to the system, you can goto t-code SE37 and press CTRL+F8 keys, you will be taken to the online manual regarding function modules. There you willl find all the information on function modules.

Br,

Advait