2006 Dec 04 3:54 PM
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.
2006 Dec 04 3:57 PM
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
2006 Dec 04 3:57 PM
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
2006 Dec 04 4:00 PM
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
2006 Dec 04 4:01 PM
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.