Entries tagged "ABAP"

messages in function calls abort your reports/functions

Foreign function calls can mess with your status or even worse abort the transaction or report. There are a lot of function calls the use MESSAGE to inform/warn the user or use it without the optional RAISING in combination with an Abort or Error message type, which causes your nice transaction to abort. Well there is hope. ABAP knows the special error_messages exception which changes the way MESSAGEs are handled.

25 March 2009

ALV-Grid not displaying changes to data structures

A quick tip when working with ALV-Grids or transactions that use ALV-Grids.

22 February 2009