DATA: o_alv TYPE REF TO cl_gui_alv_grid. DATA: it_pos TYPE lvc_t_pos. ... * Tabelle mit Positionen erstellen APPEND VALUE #( fieldname = 'SPALTENNAME' row_id = 1 ) TO it_pos. * Einträge in der Positionstabellen ändern, change explizit aufrufen o_alv->change_data_from_inside( it_cells = it_pos ).
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)