Have you ever worked on an ALV list report and wondered why, after you’ve repeatedly tested and modified your program, the ALV field catalog doesn’t seem to influence the actual table anymore? Read on to find out how to fix this.
Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The ALV function groups, SLVC_FULLSCREEN and SALV, use the generic SAP buffering system represented by the package SBUF. When you execute function modules like REUSE_ALV_LIST_DISPLAY or REUSE_ALV_GRID_DISPLAY, the field catalog is buffered in order to increase processing speed. That’s a nice feature that makes a lot of sense in a production environment – after all, field catalogs don’t change that often.
In a development environment however, this feature might mess with your programming activities. If you notice that the ALV table does not change any more according to your changes to the field catalog, execute the program BALVBUFDEL. This deletes the global ALV buffers and makes sure that the ALV table display corresponds to the changes you made again.