- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using constants in ABAP OO method
Your INCLUDE should only contain definitions of constants nothing else and then the answer is straightforward.
Select Goto → Class - whichever local definition and then add an INCLUDE statement. This will expose all the constants “INCLUDE” in your implementation.
- Related Articles
- ABAP constants with %_ as prefix
- Sending an itab to SAP Spool using ABAP method
- Checking table existence using Class and it’s method in SE11 without using FM in ABAP
- Using logarithm in SAP ABAP
- Using real Boolean type in SAP ABAP
- Error while using LOOP…..WHERE in SAP ABAP
- Using datatype/element for destination in SAP ABAP
- Decimal constants in C#
- Mathematical Constants in Python
- Constants in Rust Programming
- Explain Constants in ES6
- Concatenate 2 strings in ABAP without using CONCATENATE function
- Using “SPELL AMOUNT” function to convert amounts in ABAP
- Using sy-datum low and high in ABAP Program
- Using SQL statements in ABAP Programming and Database performance

Advertisements