SAP CONVERT DATE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  



CONVERT DATE

ABAP Reference
ABAP Code Snippet


ABAP Syntax CONVERT {DATE dat1 INTO INVERTED-DATE dat2}

| {INVERTED-DATE dat1 INTO DATE dat2}.
ABAP Code Snippet

What does it do? Obsolete: Both variants convert the numbers of a character-type data object dat1 into their complement on nine and assigns the result to the data object dat2.

Return to menu