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

Function has no release date - What does this mean?

Former Member
0 Likes
945

Hi!

What does it mean when there is no release date (properties tab) for an existing SAP ABAP function? Can I use it without any limitations or not?

Thanks in advance,

Joerg

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
811

Hi Joerg,

When a function is 'released', it means that it has been released for customer usage: it will have stable functionality and a stable interface for that release onwards.

If the function doesn't have a release date, then it is still ok to use, but the possibility exists that the function will not be available in future releases or that its functionality or interface will have changed (meaning work to do at upgrade time).

In general, I find that functions are quite stable, and if you understand well the functionality it provides, that its fairly safe to use.

Hope that helps.

Brad

4 REPLIES 4
Read only

Former Member
0 Likes
812

Hi Joerg,

When a function is 'released', it means that it has been released for customer usage: it will have stable functionality and a stable interface for that release onwards.

If the function doesn't have a release date, then it is still ok to use, but the possibility exists that the function will not be available in future releases or that its functionality or interface will have changed (meaning work to do at upgrade time).

In general, I find that functions are quite stable, and if you understand well the functionality it provides, that its fairly safe to use.

Hope that helps.

Brad

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
811

Hi Jörg

Additionally, it is possible that SAP does not provide customer support for those FMs.

Regards

*--Serdar [[ BC ] | https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtro... sag jiw=]

Read only

vani_krishnamoorthy
Product and Topic Expert
Product and Topic Expert
0 Likes
811

Jorg,

Sap does not support function which are not released to customers. Please refer to note no 109533 before using function modules not released.

Regards,

Vani

Read only

Former Member
0 Likes
811

Thank you very much!

Joerg