

- 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
How to use constant in ABAP program which has trailing space?
This is because you are declaring constant as type c. The type c variable always trims the trailing space. I would suggest you define it as string as follows
CONSTANTS: co_abc type string value ' b '.
This will keep the trailing spaces.
- Related Questions & Answers
- MySQL query to format numbers which has space between digit?
- Viewing an ABAP program outside customer space.
- Replace Tab with space in SAP ABAP
- How to use the PI constant in C++?
- How to pause an ABAP program?
- Check if a string has white space in JavaScript?
- How to check which key has been pressed using jQuery?
- How can we eradicate leading and trailing space characters from a string in MySQL?
- Rearrange positive and negative numbers with constant extra space in C++
- How to use EXPORT / IMPORT to Memory ABAP – SAP?
- How to find out which processes are using swap space in Linux?
- Program to find the length of longest substring which has two distinct elements in Python
- Use IFrame and read cookie in ABAP
- C program to find trailing zero in given factorial
- Use decimal in where clause in SAP ABAP
Advertisements