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
889

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
820

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
821

Hi,

Once you have displayed your function module.

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

Regards,

Read only

matt
Active Contributor
0 Likes
820

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
820

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