SAP CONDENSE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CONDENSE

CONDENSE

ABAP Reference
ABAP Code Snippet


ABAP Syntax CONDENSE text [NO-GAPS].

ABAP Code Snippet

What does it do? Condenses the character string in text by removing leading and closing blanks and replaces multiple consecutive blanks with one space character.

ABAP Addition NO-GAPS
Removes all blanks from the character string.

Return to menu