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

ABAP Object release for client

gregorygotera
Explorer
0 Likes
908

Hi

Actually I'm using a FM ALINK_RFC_TABLE_GET inside our development.

Now our development has a poor performance, when I asked to SAP, they mentioned that FM wasn't released for client and I should not use.

How can I know ¿Which objects have been released for the clients???

Regards

Gregory Gotera

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
839

Hi,

Once you have displayed your function module.

Check attributes tab ->General data section -> Not released.

Regards,

3 REPLIES 3
Read only

Former Member
0 Likes
840

Hi,

Once you have displayed your function module.

Check attributes tab ->General data section -> Not released.

Regards,

Read only

matt
Active Contributor
0 Likes
839

Here's a trick. Find a standard transaction that uses that FM and complain about the performance to SAP.

Read only

gregorygotera
Explorer
0 Likes
839

Hi

thank for your answer.

For more information about Function module ( status, control program, module assigned, etc), you can review a tables TFDIR and RODIR

Regards

Gregory Gotera