Home
Blog
About
SAP Consulting
Projects
Lead consultant
Contact
Light
Dark
Automatic
Blog
Custom input helps
What to do when there is no user friendly standard value help available for a given data element? Find out how to enable end-users to easily make a selection with a custom implementation.
Laurens Deprost
Saturday 17 July 2021
8 min read
ABAP
,
snippets
,
tips & tricks
Organize transport requests using projects
Projects are a valuable tool for going live with different projects at different times, linking development work in a single area, or simply keeping track of all transports for a specific change or release cycle.
Laurens Deprost
Monday 28 June 2021
4 min read
ABAP
,
project management
,
tips & tricks
Check ADS configuration for Adobe Forms development
Starting to develop Adobe Forms or running into issues? Run a test program to make sure that the configuration steps for ADS (Adobe Document Services) have been completely and corrently executed.
Laurens Deprost
Thursday 24 June 2021
3 min read
ABAP
,
Adobe Forms
,
tips & tricks
SAP Gateway: $expand
In OData, $expand allows providing multiple entities and/or entity sets as a response to a single service call. Although the SAP Gateway framework can handle expands out of the box, implementing custom logic is recommended for performance reasons.
Laurens Deprost
Saturday 19 June 2021
4 min read
SAP Gateway
,
ABAP
,
snippets
Local ABAP exception classes
It is generally best practice to create global exception classes. That said, a handy but not so well-known option is to define a local exception class inside a global class. These allow internal exceptions to be handled without the need for another global DDIC object.
Laurens Deprost
Saturday 12 June 2021
3 min read
ABAP
,
error handling
,
snippets
Easily use ABAP range tables
Use ABAP 7.40 syntax to straightforwardly fill ranges from internal tables or directly during data selection.
Laurens Deprost
Tuesday 25 May 2021
2 min read
ABAP
,
snippets
Ternary operator in ABAP
There is no ternary operator in ABAP, but the ABAP 7.40 syntax can get pretty close.
Laurens Deprost
Saturday 8 May 2021
1 min read
ABAP
,
ABAP syntax
,
snippets
Leading and trailing zeros in ABAP
Everything you need to know about handling leading and trailing zeros in ABAP.
Laurens Deprost
Sunday 18 April 2021
3 min read
ABAP
,
snippets
,
tips & tricks
Transport ALV layouts
Learn how to transport ALV layout variants for classic reports as wel as reports generated for SAP queries.
Laurens Deprost
Saturday 3 April 2021
2 min read
ABAP
,
SAP query
,
tips & tricks
SALV: ALV List Quickstart
Class
CL_SALV_TABLE
remains widely used for displaying simple, two-dimensional ALV grids. Get your ALV List up and running in no time using this collection of snippets covering all basic requirements.
Laurens Deprost
Wednesday 17 March 2021
5 min read
ABAP
,
snippets
Cite
×