Hi,
It's possible using abap data flow to call function where the output is a table?
We have a abap function that returns a table, but when I use it in bods it returns me an error message.
And
Erro msg:
[Query:Query]
Invalid mapping expression for column <Query.teste>. Additional information: <Cannot parse expression.
For the call to function <ZSD_STATUS_COMODATO>, cannot convert parameter number <5> to type <INT>. Provide a parameter of the correct type.. (BODI-1112351)>. (BODI-1111081)
Parameter number 5 is a Table, how the passa table parameter?
Any help would be greatly appreciated.
Thanks,