Category: ABAP

Application Log Helper Class

Every ABAP developer will write an application log some day. SAP system provides wide range of logging and monitoring capabilities from simple tools to sophisticated ones. SAP is restructuring the different applications and functions encapsulated in packages to specific layers and and application components from time to time. Writing a helper class from scratch to […]

READ MORE

ABAP Developer Tools – the Fine Tuning

Without touching every detail of the ABAP Development Tools installation; I’d like to show You some features of ABAP in Eclipse to fine tune the look and feel and behavior. The eye-catching adjustments help You to configure ADT to Your own flavour. To see the adjustments instantly, log on to an SAP system in advance. […]

READ MORE

Value Help for Browsing Server Files

Sometimes file processor reports need give support to the users, to browse files on the ABAP Server. The below snippet gives a solution for this, tested on ECC systems. The user can use a search help to trigger a dialog for browsing server files. Optional parameters are start folder and file mask.

READ MORE