cancel
Showing results for 
Search instead for 
Did you mean: 

Help - Exception condition "NOT_FOUND" raised

Former Member
0 Kudos

Dear all,

i get the following error when i tried to execute a RFC.I have already check the JCO connection and tested it,everything is working fine.Any idea gurus? thx

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

The problem migh be, that the RFC does not get executed.[as there is no design time error] some of the reasons might be

You have not set the mandatory input parameters.

(try inputting these parameters through inputFields rather than just setting them through the code.)

The other reason can be that you have changed some datatype of some mandatory fields( change in the logic would not cause any problme as it is an adaptive rfc). In this case you will need a model re-import.

Regards

Abhijith YS

Former Member
0 Kudos

Hie Abjijith,

i did get error that some mandatory input parameteres was not set.After i set all the madatroy input parameters then i get this null error..