Schlagwort: BI

  • First Hands on migrated SAP BW to HANA production system

    The first test migration to HANA looks good at first glance. The performance of the database is impressive. But as many features are implemented in SAP BW queries – the performance is not that impressive as I hoped. The monitoring of the queries shows me that the database result is available really fast. But the…

  • SAP-BI: Starting Process-Chain via Programm RSPC_API_CHAIN_START and wait for result

    Sometimes you want to start a Processchain via programm and wait for it to end. This is a bit tricky as a Processchain starts normaly in Background and doesn’t give you a result if it is ended correctly. SAP provides for !!!small!!! Processchain the Function RSPC_API_CHAIN_START This can be called synchonous with the following example:…

  • SAP BI: Read Masterdata with compounded keys / RSAU_READ_MASTER_DATA

    Hi SAP-BI-Folks, this little template gives you the possibility to read on InfoObjects with compounded keys : I am normaly more a friend of my own Masterdata-Read-Routines – but i think it’s usefull to know: released as usual under BSD-Licence: TYPE-POOLS rsd. DATA: l_chavl TYPE rsd_chavl , t_dep_m TYPE rrsv_t_dep , s_dep_m TYPE rrsv_s_dep ,…