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

abap program to generate function Module.

santosh_kumarm
Participant
0 Likes
948

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
Read only

Former Member
0 Likes
560

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

Read only

0 Likes
560

Hi Vijay,

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

Thanking You All..!!