Using generic data types

Assume that you do not know the exact size of a character data type when developing an ABAP program. Due to this you have to use generic data types.

Which of the following can you use to overcome this issue?

Options
  • ANY
  • SIMPLE
  • NLIKE
  • CLIKE

Related Posts