SAP STRING COMPARISON ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_RELEXP - Comparing Text Strings of Different Length
This example demonstrates how text strings of different lengths are compared.

ABAP_SOURCE_CODE
DEMO CL_DEMO_STR_COMPARISON

ABAP_DESCRIPTION
Two text strings text1 and text2 are filled using their respective input length with the character X and then compared. The shorter text string is smaller than the longer one.