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.
Tracking progress of tRFC units in BGRFC mode in SAP ABAP
I’ve a scenario as follows:
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?
cl_cds_test_environment for nested CDS views
i try to mock I_BillingDocument for tests, but this works only for selects on I_BillingDocumentBasic and not at the root.
Error “COMMUNICATION_FAILURE” when trying to call parallel function modules
I have an ITAB with an EBELN column. For each unique EBELN I need to call BAPI_PO_GETDETAIL1
. The BAPI Call takes a long time, so to improve performance I want to parallelize the calls. This is the Code that I got:
Assemble two internal tables using table comprehension
I’m trying to create an internal table assembled from the lines of two internal tables of the same type using table comprehension syntax. Seems simple but I can’t do it:
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.
Formal grammar for Standard ABAP?
Has there ever been a published document containing the formal grammar of Standard ABAP, for example in EBNF?