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

Code generators is ABAP

Former Member
0 Likes
354

Hi all,

is it possible to Write a program which can create a Function Module with the import,export parameters and coding.

iam always creating same kind of function modules with small differences.

is it possible??????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
335

Hi sai,

1. RS_FUNCTION_COPY

use the above FM

(to copy from existing fm within a group)

2. Pass these three parameters

and rest it will do.

NEW_GROUP

NEW_NAME

OLD_NAME

3. After that u need to ACTIVATE it for using.

regards,

amit m.

2 REPLIES 2
Read only

Former Member
0 Likes
336

Hi sai,

1. RS_FUNCTION_COPY

use the above FM

(to copy from existing fm within a group)

2. Pass these three parameters

and rest it will do.

NEW_GROUP

NEW_NAME

OLD_NAME

3. After that u need to ACTIVATE it for using.

regards,

amit m.

Read only

Former Member
0 Likes
335

HI Sai

Why dont you try doing BDC of Transaction SE37...

I dont know but it looks that it would solve your problem..

Cheers:)

Mithlesh