We are trying to use SAP's content InfoProvider /ERP/SFIN_V01 - 7 in our own planning scenario, meaning we want to include the SAP-InfoProvider in our own multiprovider underneath aggregation levels and then write the data to the ERP tables with IP-functions.
When executing for example planning sequence /ERP/SFIN_A09_PS01 the data is successfully written to COEJ, but when executing our own sequence/function on our own aggregation level/multiprovider attempting to write data from our own planning cube to /ERP/SFIN_V04 the messages are 'planning sequence executed successfully' and 'data was saved', but nothing is written to COEJ :-(
The trace information in RSPLAN (before-after) also looks as to be expected.
Hence, I am looking for the coding (ABAP or HANA procedures) and mapping with which the transactional data is moved from/with/by infoprovider /ERP/SFIN_V01 - 7 to the ERP tables.
I have tried debugging CL_FCOM_IP_IPROV_WRITABLE as well as performing SQL traces on the app servers and DB, but I am getting nowhere.
HANA version 102
I have not read note 2081400 as it is currently not released.