- 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
Replace Tab with space in SAP ABAP
You just need to make a small change. You need to add an “If condition” for handling the tab as shown below −
if <field Name> CO gc_hex_char
I think it should sort out your issue and neither it looks like hardcoding or a wrong implementation.
- Related Articles
- Aggregating rows in SAP ABAP with the same name
- How do I replace “+”(plus sign) with SPACE in MySQL?
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- Using Roles tab in SAP HANA system
- How to replace multiple spaces with a single space in C#?
- Creating a variable with dynamic variable type in SAP ABAP
- What is SAP ABAP?
- Viewing an ABAP program outside customer space.
- Create database view in SAP ABAP
- Getting unauthorized exception in SAP ABAP
- Sort Datetime Type in SAP ABAP
- Equivalent for Row_Number() in SAP ABAP
- Remove newline, space and tab characters from a string in Java

Advertisements