cancel
Showing results for 
Search instead for 
Did you mean: 

error key: RFC_ERROR_SYSTEM_FAILURE

Former Member
0 Kudos

Dear All,

when i use RFC Model, I met this error message:

-


Exception condition "RETURN_ERROR" raised., error key: RFC_ERROR_SYSTEM_FAILURE

-


This is my code:

-


public void wdDoInit()

{

//@@begin wdDoInit()

Zzcsh_Zcdc_T01_Input input = new Zzcsh_Zcdc_T01_Input();

wdContext.nodeInput().bind(input);

input.setI_User("");

//@@end

}

-


public void onActionSearch(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

{

//@@begin onActionSearch(ServerEvent)

try{

wdContext.currentInputElement().modelObject().execute();

//Synchronise the data in the context with the data in the model

wdContext.nodeOutput().invalidate();

}catch(Exception e) {

wdComponentAPI.getMessageManager().reportException(e.getMessage(),false);

}

//@@end

}

-


How can i do it?

I need your help.

Thank you very mutch.

Jiandong

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In SAP GUI, check SAP transaction ST22 for RFC errors.

Regards,

Ganga

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear all

I found the error by debug in R3.

Thank you very mutch for your help!

Best Regards

Jiandong.

Former Member
0 Kudos

HI

this error occurs because of the problem with the RFC ,

check wether the RFC is working fine inthe backend ,

take the help of your abaper

your problem would be solved

Former Member
0 Kudos

Dear murali ,

The RFC is working fine.

Jidnong

Former Member
0 Kudos

Hi Jidnong,

Please check the JCo trace file (dev_jrfc.trc ) for more details. It will be placed under the j2ee/cluster/server<N>

The file should have more details on the reason for failure. Also, share the complete excecption string / stack.

Regards,

Kartikaye

ravindra_bollapalli2
Active Contributor
0 Kudos