cancel
Showing results for 
Search instead for 
Did you mean: 

The Return Type is inCompatible ICMIQuery.getResult()

former_member187444
Participant
0 Kudos

I have RFC and I import as usual and i got no error. Also i can run in on this function SAP Gui. But after i import i see

The Return Type is inCompatible ICMIQuery.getResult()

on task view. If i went to error line i see this function (that s add after i import model) Also after i import model i didnt get any errors or warnings.

On the function Result is table on sap side. But there is same structure on other table thats name is TOTAL. But i didnt see any error related on TOTAL table.


public java.util.List getResult(){
    return (java.util.List)getRelatedModelObjects("Result");
  }

Thanks in Advance

Best Regards

Eray

Edited by: Eray on Feb 2, 2008 12:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187444
Participant
0 Kudos

We had a ABAP table thats name is Result.

But this table name is keyword.

We have just changed name and problem was solved

former_member187444
Participant
0 Kudos

We had a ABAP table thats name is Result.

But this table name is keyword.

We have just changed name and problem was solved