* Variante 1 (GUI-Objekt) DATA(o_dock) = NEW cl_gui_docking_container( ). WRITE: / cl_abap_classdescr=>get_class_name( p_object = o_dock ). * Variante 2 (Exception) TRY. * CX_SY_ZERODIVIDE DATA(lv_div) = 1 / 0. WRITE: lv_div. CATCH cx_root INTO DATA(e_txt). * Klassennamen des Exception-Objektes ermitteln WRITE: / cl_abap_classdescr=>get_class_name( p_object = e_txt ). ENDTRY.
Kategorien
-
Neueste Beiträge
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)