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

why do we need to release a function module

former_member185116
Active Participant
0 Likes
1,230

hello all,

while creating a function module , why do we need to release it,

is it not possible to use a non released function module....

thanks in advance....

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
682

Vinay,

I hope that you are pointing towards the RELEASE attribute of the FM and not the Transpor Request.

A RELEASED FM is an indication of SAP confirmation that this FM can be used by Customer and any issues related to this FM will be addressed through SAP Notes whereas a Non RELEASED FM is not meant for Customer Usage and any issues related to this FM will not be addressed by SAP.Literally speaking there will be no support for non released FM from SAP and it's usage is at Customer's own risk.

K.Kiran.

Read only

0 Likes
682

hi kiran,

thanks a lot,cleared my doubt....