Closed davidacb closed 5 years ago
Hello,
Is there a way when executing an RFC FM through node-rfc to retrieve back the export parameter of the RFC FM?
Kind regards, David Barreiro
They should be normally returned, unless the "filter" option set to 1, filtering them out:
const rfcClient = require('node-rfc').Client; const client = new rfcClient(abapSystem, { filter: 1 });
Hello,
Is there a way when executing an RFC FM through node-rfc to retrieve back the export parameter of the RFC FM?
Kind regards, David Barreiro