SapNwRfc icon indicating copy to clipboard operation
SapNwRfc copied to clipboard

SAP RFC Error: RFC_ABAP_EXCEPTION with message: Number:000

Open siasty opened this issue 1 year ago • 2 comments

Hi, i have FM with parameter only as TABLE each parameter is optional. Also result is a Table.

how to enter parameters correctly?

i use Connection pooling an i have error "SAP RFC Error: RFC_ABAP_EXCEPTION with message: Number:000"

siasty avatar Oct 04 '22 10:10 siasty

the problem was that the table parameter has a reference type table not a structure type

siasty avatar Oct 04 '22 11:10 siasty

The documentation is pretty clear about how to handle table parameters: https://github.com/huysentruitw/SapNwRfc#define-models-with-a-nested-table

This works the same if the parameter is on the Export tab or the Tables tab in the FM. I think you'll need to share your code here if you want more help as it isn't clear what you have tried.

tom-j-irvine avatar Oct 04 '22 15:10 tom-j-irvine