
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Questions & Answers
- Can inherited properties of objects be generalized?
- Development Perspective in SAP HANA Studio
- What is SAP ABAP?
- Explain the Properties of 2D objects in JavaFX
- JavaScript Sum of two objects with same properties
- SAP Fiori suitable for mobile application development
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- JavaScript Separate objects based on properties
- Checking implementation of interface IF_EX_IDOC_CREATION_CHECK in SAP ABAP
- How to merge properties of two JavaScript Objects dynamically?
- Sort Array of objects by two properties in JavaScript
- Retrieving ABAP BAdi from SAP BW
- Sort Datetime Type in SAP ABAP
Advertisements