SAP LOGEXP LENGTH CHAR BYTE

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet
Length Adjustments
When data type c is compared with x or xstring, the shorter field is adjusted to the length of the longer field after conversions from x to c or xstring to string . Blanks are used as filler on the right.
Lengths are not adjusted for comparisons between the data type string and x or xstring.