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

RFC

Former Member
0 Likes
663

Hi Friends,

In which scenario do we use the FM RFC_GET_ATTRIBUTES. What is the functionality of this FM.

Regards

Santosh

Hi Friends,

In which scenario do we use the FM RFC_GET_ATTRIBUTES. What is the functionality of this FM.

Regards

Santosh

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
635

Look at OSS <a href="https://service.sap.com/sap/support/notes/962958">Note 962958 - Status check for RFC services</a>

Regards

Read only

Former Member
0 Likes
635

Hi Santosh...

The RFC <b>RFC_GET_ATTRIBUTES</b> gives the details of the calling parameters of the system like...

CALLER DESTINATION

CALLER IP

CALLER TRUSTED

CALLER RFC TYPE

CALLER CLIENT

CALLER USER

CALLER START INFO

CALLER TCODE

CALLER PROGRAM

CALLER SYSTEM ID

CALLER SYSTEM RELEASE

CALLER KERNEL RELEASE

If called asynchronously?

CALLER TRANS TYPE

CALLER PCS

CALLER CODEPAGE

This information is exported to the calling source system using this FM RFC_GET_ATTRIBUTES.

<b>Reward point if useful,</b>

Regards,

Tejas

Read only

0 Likes
635

Hi Tejas,

Actually my requirement is, currently the customers are getting the data through RFC method from the central server. So now i need to remove the RFC functionality and trigger the Idocs whenever the customers needs the data from central system. So to remove the functionality of RFC what to do????

I was thinking this FM is responsible to transfer the data from central server to customers. If this is not plz let me know how the functionality is removed.

Regards

Santosh

Read only

0 Likes
635

Hi ...

see where this RFC is being called in your application and...

and remove that code and use IDocs to access data from Central server...

but this FM is NOT responsible to transfer the data from central server to customers.It may be done through some other FM c all in your code..

<b>Rewrd useful ansers with Points,</b>

Regards,

Tejas