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: 

RS_FUNCTION_CHANGE: Going to short dump

Former Member
0 Kudos

Hi.

I wanted to chnage a function module from a third-party software. I have used RS_FUNCTIONMODULE_INSERT successfully to create a FM but not possible to CHANGE the FM with RS_FUNCTION_CHANGE. I am not sure what all to be passed to RS_FUNCTION_CHANGE. I am getting short dump immediately after executing it. Here is my input data:-

FUNCNAME                        ZGURU_APR28_1722 (Name of the FM to be changed)

ENTRY                               FB

So, Can any one help me on the input data for RS_FUNCTION_CHANGE?

~ Guru

1 ACCEPTED SOLUTION

former_member198275
Active Contributor
0 Kudos

Hi,

What is the dump says ? For change the  entry  is 'FB' which also is default.

4 REPLIES 4

former_member198275
Active Contributor
0 Kudos

Hi,

What is the dump says ? For change the  entry  is 'FB' which also is default.

0 Kudos

The dump says the name of the FM is incorrect. But the name is perfect....

0 Kudos

Hi.

You can use the function "RPY_INCLUDE_UPDATE" instead of RS_FUNCTION_CHANGE. It just needs the Include's name & source code. You can get the include name by reading the FM. This should work......

0 Kudos

Thanks. It really works. But one doubt. Is that ok if I call this API from third-party software? Will there be any problems pertaining to Authorizations etc?