on ‎2007 Oct 05 8:00 AM
Hi to all
1.....what is the exact syntax for calling remote function module.?
Thanks and regards,
k.swaminath reddy
Request clarification before answering.
Hi,
The syntax is same as you call any normal FM.Just one addition you will have to pass the RFC destination also with the RFC FM Like
DESTINATION rfc_sys in the below RFC FM.
CALL FUNCTION 'RFC_READ_TABLE'
DESTINATION rfc_sys
EXPORTING
query_table = p_kc_ykat1050
TABLES
OPTIONS = z_option
data = pit_ykat1050
EXCEPTIONS
table_not_available = 1
table_without_data = 2
option_not_valid = 3
field_not_valid = 4
not_authorized = 5
data_buffer_exceeded = 6
OTHERS = 7.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.