

- 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
SAP ABAP: Using Elementary data type and reference type with keyword VALUE
It is not possible. Check this link for details:
The correct way for using “VALUE” with elementary data type is by assigning initial value and you should use NEW operator to assign initial value.
DATA(l_value) = NEW char4( 'AAA' ).
- Related Questions & Answers
- Using real Boolean type in SAP ABAP
- Value Type vs Reference Type in C#
- Sort Datetime Type in SAP ABAP
- Difference between Types,Types,Type-POOL and TYPE-POOLS in SAP ABAP
- Comparing SAP ABAP Field symbols and data reference with Pointers in C
- Difference between the use of Type, Types and TYPE POOL in SAP ABAP programming.
- Creating a variable with dynamic variable type in SAP ABAP
- Defining a variable reference in SAP ABAP
- Difference between data type and data structure
- Elementary Data Link Protocols
- Input type DateTime Value format with HTML
- PHP Boolean Data Type
- PHP Integer Data Type
- PHP String Data Type
- Why we cannot use MySQL DATE data type along with time value?
Advertisements