Schlagwort: Abap

  • 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 of the character 50 fields MSGV1 to MSGV4 with it flaws. So this little utility class…

  • 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: You may also want to have a look here – ABAP Logger – Java-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…

  • 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 einmal als Datenbank – und einmal als Logik-ausführende Maschiene funktionieren. Alles um große Datenmengen extrem…