Showing posts with label ABAP. Show all posts
Showing posts with label ABAP. Show all posts

16 May 2025

ADS "Serious error during message processing"

Another post on a PDF generation problem.
Sometime during PDF generation by the ADS (ie from a form created with SFP), the response returned by the ADS is an error stating "error during message processing". 

This post describe how to get the cause of the error.

30 April 2021

"SORT" is not stable !

Once in a while, you find something that challenge everything you thought you knew about a given subject. In may case I just found the the sort order using the default SORT ... BY X Y is not stable. That is, if you have several element with the same X and Y, they can be sorted in any order, and there is no guaranty that they will be sorted in the same way by consecutive sorts.

30 October 2017

oData date property cause an "invalid value" error

This small article is to describe a problem with some date property that arises during the creation of an oData entity : one date was generating an "invalid value" error (return code code 500). This was occurring after we filled the return structure, with the correct value.

10 February 2017

Corrupted PDF Generation in ABAP

PDF generation in ABAP is simple, and a lot of tutorials show how to develop an application that generate such a PDF and save it on the back-end or on the front-end. However, from times to times, the generated PDF is corrupted. This occured for several clients. This notes describes the problem, and provide a solution.