Relative Content

Tag Archive for abap

How to update the background color of a cell in an ALV grid?

How to update the background color of a cell in an editable ALV Grid ? I have defined a cell background color in the color table of each line and that color is displaying correctly. Now I would like to update the color of a cell during the handling of event data_changed (turn the cell from red to green if the changed data is valid). However the background color is not changing.

Highlight the last table entry in color

I’m trying to display the last entry in the result table in color. Everything I’ve tried so far didn’t work with ABAP 7.00. Here is the code for displaying the SALV table.

SALV table does not load all entries

I am still new to ABAP programming and have written a small program as a calculator.
This calculator has a table in the background as a history. This history (SALV table) should be output using the “Tabelle anzeigen” button. So far the whole thing works.

Display call stack in SAP TM

I am new to SAP TM and ABAP. And now for debugging I need display methods that has been called. Simply I wanna get a stack trace but without throwing an exception. Is there a way to achive that in ABAP?

How to determine if a transport request has been deleted from buffer?

I’m trying to programmatically determine if a given transport request was deleted from the import buffer of a given system. I could not find that information in any TR-related tables, like E070. FM TR_READ_GLOBAL_INFO_OF_REQUEST provides import steps but not wether the TR was deleted.