Application Development 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: 

RFC function

Former Member
0 Kudos

Hi Guys

Please help me with the following query. this function module is not availabe on my serever.How do I find out where ist available .I mean server information.I mean there is some problem with this function module to be resolve which is called in one of the programm on my server.I went to the data base

zeuc109 here the RFC Destination =SVC_SGE_180 .Can any one guide me further.

Code:

dest = zeuc109-r3_dest.

CALL FUNCTION 'Z_WB_CHECK_MODEL_TERM_CIC' DESTINATION dest

EXPORTING

company = serinfo-company

model_name = serinfo-model_code

purch_date = temp_purch_date

IMPORTING

expire_date = expire_date

in_out = serinfo-in_out_warranty

EXCEPTIONS

OTHERS = 1.

ENDIF.

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Go to SM59.

Find your RFC Destination.

Double click on the RFC Destination.

Then click on the Remote Connection button.

Then you can provide the logon information for the target system.

YOu can find your Function module in that system

Regards,

Ravi

Former Member
0 Kudos

Hi,

do you mean to say that

the function module Z_WB_CHECK_MODEL_TERM_CIC

is not available in your SAP system or it is available but the destination is not available

Regards,

Siddarth

former_member184619
Active Contributor
0 Kudos

Hi Sudha,

First of all it is a Z function module, so it might not be available in your system.

It is available in a system whose destination is SVC_SGE_180 which you can find by going to Tcode SM59 click on Serach button and give the RFC destination. It will give you the system details on which this Function module is present.

Sachin

Former Member
0 Kudos

Hi Sudha,

go to se37--> enter function module name 'RFC_READ_TABLE' and enetr the table name TFDIR..and in the options pass FUNCNAME = 'Z_WB_CHECK_MODEL_TERM_CIC'..

and enter the RFC destination and execute..

if it returns values that means that function module is there in the remote system else function module is not there in the system.

Regards,

Prabhudas