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

Object dependencies: Change of Function Module

former_member183045
Contributor
0 Likes
936

Hi all!

I have a variant function "Z_MY_FUNCTION" which i want to assign to a general function module 'Z_GENERAL_FM'.

In the transaction CU65 I am only able to assign a function module with the same name - which is working fine.

How can I assign a function module with a different name?

Thanks in advance for your support.

Andreas

Hi all!

I have a variant function "Z_MY_FUNCTION" which i want to assign to a general function module 'Z_GENERAL_FM'.

In the transaction CU65 I am only able to assign a function module with the same name - which is working fine.

How can I assign a function module with a different name?

Thanks in advance for your support.

Andreas

3 REPLIES 3
Read only

former_member183045
Contributor
0 Likes
761

I am afraid that my requirement above is not covered yet in SAP. If anybody can confirm this, would be also helpful.

Thanks, Andreas

Read only

0 Likes
761

No it does not work in this way.....although you can create Z_MY_FUNCTION and call   Z_GENERAL_FM inside it

Read only

0 Likes
761

Thanks for your reply. I have already implemented it as you suggested. Not that what I wanted to have but nevertheless it need not that much effort.

Thanks, Andreas