Application Development and Automation 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: 
Read only

Strength RFC problem ...

Former Member
0 Likes
1,212

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

6 REPLIES 6
Read only

ThomasZloch
Active Contributor
0 Likes
1,009

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

Read only

0 Likes
1,009

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

Read only

0 Likes
1,009

I belive it is RFC connection issue. The Basis team will have to make sure the RFC connection works.

Thanks

Read only

0 Likes
1,009

and the thing i don't understand is why the function WWW_HTML_FROM_LISTOBJECT needs to check RFC things.

Read only

0 Likes
1,009

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.

Read only

0 Likes
1,009

Hello idrahim, did you get an answer for this issue. If yes, please share. I am facing the same issue now.