SAP STRING CONCATENATION ABEXA
Get Example source ABAP code based on a different SAP table
This example demonstrates how string concatenations can be optimized.
ABAP_SOURCE_CODE
DEMO CL_DEMO_STR_CONCATENATION
ABAP_DESCRIPTION
This example demonstrates the optimization of a string concatenation, if a string is lengthened on the right side by appending content during an
Without optimization, the runtime increases quadratically with the number of iterations, which has a noticeable effect for large numbers