Application Development 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: 

abap program to generate function Module.

santosh_kumarm
Participant
0 Kudos

Hi All,

I have a requirement wherein the abap program has to generate function module dynamically with code . if you know the procedure could you please share with me.

Thanks in Advance.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

You can make use of the Functions and Create the Function module Dynamically..

FUNCTION_POOL_CREATE " To create the Function Group

FUNCTION_CREATE " To create the Function.

if it is Remote Requirement then FUNCTION_CREATE_REMOTE

Edited by: Vijay Babu Dudla on Sep 19, 2008 6:50 AM

0 Kudos

Hi Vijay,

Any way to change the source code of a FM dynamically ?

Thanking You All..!!