Hello,
When i try to execute REad table on TSP03D table i am getting following error:
Problem Invoking RFC (RFC_READ_TABLE): 5 / DATA_BUFFER_EXCEEDED / Number:000
I need following fields values:PADEST NAME PAPROSNAME PAMETHOD PAMSSERVER
When i try to add the fields using FIELDS then it throws DLL error.
Any one can help me on this?
My code looks like:
my $rd = $conn->function_lookup("RFC_READ_TABLE");
my $rc = $rd->create_function_call;
$rc->QUERY_TABLE("TSP03D");
$rc->DELIMITER(":");
$rc->invoke;
Thanks,
Amit