‎2009 Jan 16 9:58 AM
Hi friends,
I've been challenging with deep RFC problem that i'm going to explain.
I have two SAP systems with different versions.
One of them is Web AS 6.20 i will call WAS and the other one is ECC 6.0 i will call ECC.
There is a customer rfc enabled function named A in ECC that submits a report using syntax :
SUBMIT report WITH params
EXPORTING LIST TO MEMORY
AND RETURN .and getting list from memory using function "LIST_FROM_MEMORY" to ITAB.
and exports ITAB to TABLE parameter.
In WAS, im calling function A using rfc for ECC and getting ITAB to the WAS.
When i call function WWW_HTML_FROM_LISTOBJECT using ITAB, im getting short dump with CALL_FUNCTION_GET_NAME_FAILED.
Short dump generating when below code is called :
call 'RfcImport' id 'Push' field rfctype_abap4_exit
id 'Info' field program
id 'Function' field new_function.in function RFC_RUNC_XAB_DRIVER.
Below table contains Active Calls / Events when short dump is generated.
Active calls / events
No.... Type........ Name..........................
Program
Include Line
Class
8 FORM XAB_RUN_DRIVER
SAPMSSY1
SAPMSSY1 249
7 FUNCTION RFC_RUN_XAB_DRIVER
SAPLSXAB
LSXABU01 9
6 FUNCTION RECORDER_PLAY_BACK
SAPLSREC
LSRECU02 19
5 FORM RECORDER_PLAY_BACK
SAPLSLST
LSLSTF01 279
4 FUNCTION GET_REPORT_LISTS
SAPLSLST
LSLSTU15 13
3 FORM HTML_LIST_TEMPLATE
SAPLSURL
LSURLF01 357
2 FUNCTION WWW_HTML_FROM_LISTOBJECT
SAPLSURL
LSURLU07 13
1 EVENT START-OF-SELECTION
YDENEMEM
YDENEMEM 56
I found some notes but they are not solving the problem such as :
0000726037
0000759384
0000793897
Am i missing something ??
Is there any solution.
thanks in advance
ibrahim
‎2009 Jan 16 1:04 PM
What does section "error analysis" of that short dump say?
Did you test the scenario locally in WAS, did the dump occur as well?
Thomas
‎2009 Jan 16 1:23 PM
This is the question i expected.
Yes i tested same scenario in WAS and it worked.
Also i tested in ECC and it worked.
Dump result is not quite enough to explain what happening.
\D U M P R E S U L T
Runtime Errors CALL_FUNCTION_GET_NAME_FAILED
Occurred on 16.01.2009 at 10:51:45
Error when starting a Remote Function Call.
What happened?
"RFC_GET4"
An error occurred when executing a Remote Function Call.
What can you do?
Make a note of the actions and input which caused the error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Error analysis
An error occurred when executing a Remote Function Call.
"RFC_GET4"
Status of connection.... " "
Internal error code.... "RFC_GET4"
// D U M P R E S U L T
‎2009 Jan 16 1:29 PM
I belive it is RFC connection issue. The Basis team will have to make sure the RFC connection works.
Thanks
‎2009 Jan 16 2:09 PM
and the thing i don't understand is why the function WWW_HTML_FROM_LISTOBJECT needs to check RFC things.
‎2009 Jan 16 2:52 PM
im sorry above Dump Result is incorrect.
Correct is
Runtime Errors CALL_FUNCTION_GET_NAME_FAILED
Occurred on 16.01.2009 at 10:02:24
Error when starting a Remote Function Call.
What happened?
"Unknown I/O error (no error code set by driver program)."
An error occurred when executing a Remote Function Call.
What can you do?
Make a note of the actions and input which caused the error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Error analysis
An error occurred when executing a Remote Function Call.
"Unknown I/O error (no error code set by driver program)."
Status of connection.... " "
Internal error code.... "RFC_GET2"
Unknown I/O error.
‎2013 Aug 07 11:18 PM
Hello idrahim, did you get an answer for this issue. If yes, please share. I am facing the same issue now.