‎2009 Feb 03 5:19 AM
I am getting a dump , when trying to call a local asynchronous RFC .Well dump is coming when i am trying to use receive statement to get data returnd by rfc.
Folowing error message has come when i saw in ST 22
"An error occurred when executing a REMOTE FUNCTION CALL.
It was logged under the name "At least one entry could not be "
on the called page."
so what can be the reason for this
call function 'ZRFC_PER_DIEM' starting new task lc_taskid performing subr on end of task
exporting
h_guid = it_header_guid_n
request_obj = lt_requested_objects_n.
wait up to '1' seconds.
read table gt_scl into ls_scl index 1.
p_transaction_per_diem = ls_scl-value.
read table gt_scl into ls_scl index 2.
transaction_currency_code = ls_scl-value.
form subr using task_id type clike.
data: p_transaction_per_diem type char13,
transaction_currency_code type char3.
receive results from function 'ZRFC_PER_DIEM'
tables
value = gt_scl.
endform
So basically i am getting dumo when receive statenment is running , by giving above dump.
Regards
PG
‎2009 Mar 04 3:23 PM
Hi PG - I am facing the same problem, can you please tell me the know how?
Thanks in advance,
Reetesh
Edited by: Reetesh Tiwary on Mar 4, 2009 5:55 PM
Edited by: Reetesh Tiwary on Mar 2, 2010 1:42 PM