Properties of SAP ABAP Development Objects


Similar to reflection in JAVA we have RTTS in SAP. RTTS stands for runtime type services. It provides you with ways to retrieve the definitions of variables and lets you create a new variable during program execution. RTTS comprises of two sub-components

  • RTTI – Run Time Type Identification
  • RTTC – Run Time Type Creation
  • As the name suggests, RTTI is responsible for retrieving the definitions of variables and types Whereas RTTC is responsible for the creation of new variables with provided definition at run-time.


Updated on: 05-Dec-2019

128 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements