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

Former Member
0 Kudos
71

Hi all,

I need to change some code in one of program . Iam unable see this f.m in se 37.How can i define this f.m ?

CALL FUNCTION 'Y_GET_BSIS_COMPARE'

DESTINATION P_RFC

TABLES

it_bsis_bukrs = it_bsis

it_bsis = it_bsis_data

EXCEPTIONS

no_material_found = 1

OTHERS = 2.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
46

Priya,

This function will not be in the system in which you are making the call. It will be in the target system for which the RFC destination. The function is written in a different SAP program, you need to look into that server.

P_RFC is the rfc destination of the system where the RFC exists. So you can look into SM59 to find out which system is this and check it out.

Regards,

Ravi

Note - Please mark all the helpful answers

Message was edited by:

Ravikumar Allampallam

3 REPLIES 3

Former Member
0 Kudos
47

Priya,

This function will not be in the system in which you are making the call. It will be in the target system for which the RFC destination. The function is written in a different SAP program, you need to look into that server.

P_RFC is the rfc destination of the system where the RFC exists. So you can look into SM59 to find out which system is this and check it out.

Regards,

Ravi

Note - Please mark all the helpful answers

Message was edited by:

Ravikumar Allampallam

Former Member
0 Kudos
46

hi Priya,

You will find that Function module in the target system ..

Check SM59 Tranaction to find the target system details...

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Former Member
0 Kudos
46

goto SE37 and give the Y_GET_BSIS_COMPARE and create it...In attributes check the RFC check box. leave import/export parameters blank...in tables specify 2 tables as ur passing 2 tables...in exceptions specify the error messages...U can use the FM.