Hi,
I'm writing a test application with the Fly data.
I have a SAP tutorial about this (Programming service provider tutorial) and I have to understand, how this works.
I need the table FLIGHTS and a new structure, a table type with FLIGHTS as row.
I have a method interface with a returning parameter of type "table of flights".
The code:
....
select * from sflight
into table re_flights (<-- this is the DDIC structure)
where ....
By implementing the interface method in a class the ABAP editor says always
"The types of the table and of "RE_FLIGHTS" are not convertible in Unicode"
I know, this kind of applications is bad, but I need only a example.
How can I set the parameters? With a table of string?
Thank you!
Regards
Patrizia