Hello everybody,
I use SAP .Net connector 3 to create an application that makes a remote function call (RFC). This function takes a table in parameter and I expect another table in return which should as many or less lines as the one in parameter.
The problem is that I didn't manage to retrieve more than 250 values. I tried to split by package of 250 lines but the problem is still there. I just manage to retrieve 250 values and then got an error.
The only info I got from Visual Studio is "RfcAbapException". no message, no detail...
Please help me. I don't know how to do...