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: 

Changing the Function Module.

Former Member
0 Kudos

Hi Gurus,

I am making simple change in code of a function module.

If i change the code in source code part of function module is enough do i have change anything else.

please advise me.

Also is there any special procedure to transport Function modules?Can anybody advise me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Depend upon your requirement .. You are saying simple change then no need to change anything.

There is no special transport procedure ,when you click on save at SE37 ,it prompts Transport request pop up window ,that is enough.

Make sure that check syntax error properly since same FM will use many area's.

should not effect for other things.

Thanks

Seshu

3 REPLIES 3

Former Member
0 Kudos

Depend upon your requirement .. You are saying simple change then no need to change anything.

There is no special transport procedure ,when you click on save at SE37 ,it prompts Transport request pop up window ,that is enough.

Make sure that check syntax error properly since same FM will use many area's.

should not effect for other things.

Thanks

Seshu

0 Kudos

Hi Seshu,

Thanks for reply.

how can i know where the Function Module is been used in other areas?Is these are any procedure for that.

Can you please advise me.

0 Kudos

Hi Nrupal,

Goto SE37 -> enter Function module name -> click on where used list -> here select only programs -> and see the results.

here it shows all program names that uses Function module.

I guess your change is very simple looks like case statement,so it will not give any issues.

Check the syntax error properly.

Thanks

Seshu