SAP UNPACK - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for UNPACK

UNPACK

ABAP Reference
ABAP Code Snippet


ABAP Syntax UNPACK source TO destination.

ABAP Code Snippet

What does it do? Assigns the digits of a packed number source to the character-type variables destination.

Return to menu