ABAP: Logging – Logger

The use of the SAP standard functions for logging is a bit complex. Especially if you are used to log strings. The functions deployed by SAP are:  BAL_LOG_MSG_ADD, BAL_LOG_CREATE, BAL_DB_SAVE, BAL_LOG_REFRESH As i described in this articel – they all make the use … Continue reading

Posted in Allgemein | Tagged , , , , , , , , , | Leave a comment

Abap: sy-msgv1, sy-msgv2: Little template to make one or more system-messages out of a string

This little template helps to make a more easy use of the SAP-Logging-Functions – wich are IMHO very OLD-Style: *Copyright (c) 2011, J.Rumpf, www.web-dreamer.de / BSD Licence *All rights reserved. * *Redistribution and use in source and binary forms, with or … Continue reading

Posted in Joes Daylies | Tagged | Leave a comment

SAP HANA – Eine Meinung

Die SAP bewirbt aktuell ihr “High-Performance Analytic Appliance” HANA als ob der Teufel hinter ihnen her wäre. HANA ist im wesentlichen Hardware mit einer großen menge Speicher und CPU. (Wir kennen das schon vom BW Accelerator (BWA).) Das Ding kann … Continue reading

Posted in Joes Daylies, Just Thoughts, Thoughts about News | Tagged , , , , , | 1 Comment

SAP-BI: Delete Transformation on productive system

Belongs to the category: Good 2 know Class CL_RSTRAN_STAT Method DELETE_VERSION_FROM_DB Parameters: I_TRANID: "techn. name of tranformation" I_OBJVERS: ‘A’ for active; ‘M’ for inactive transformations

Posted in Allgemein, Joes Tests | Tagged , , , , | Leave a comment

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 … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , | 1 Comment

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: … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , | Leave a comment

Read on SAP BI InfoCubes or InfoProvider via RSDRI_INFOPROV_READ

As you SAP Gurus out there knew, it is quite hard to read directly from InfoProviders. One of the reasons why you create DatastorageObjects is to have the possibility to read on it via SELECT. Thus, my dear friends, has … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , , | 20 Comments