Hello,
I tried to write data in an infocube using the FM RSDRI_CUBE_WRITE_PACKAGE_RFC. This causes a runtime exception as follows:
Exception: DBIF_RSQL_INVALID_RSQL
CXSY_OPEN_SQL_DB
Message: Fehler im Modul RSQL der Datenbankschnittstelle.
My examplecube has one dimension with customer number and customer name, quarter as time characteristic and exchange as key figure. Exchange has the type CURR, which is p in ABAP. Is it possible that the unwrapper (FM RSDRI_DATA_UNWRAP) can't convert data in type p because p is a packed binary coded value. An ABAP-Programmer told me, that the unwrapper can only transform unicode values.
Thanks for help or tipps.
Jens