- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Combining fields in CDS view in SAP ABAP
With the use of SAP ABAP 7.5, you can make use of the CONCAT_WITH_SPACE function.
Example
The above code can be simplified like this:
CONCAT_WITH_SPACE( bp.name_first, bp.name_last, 1 )
- Related Articles
- Learning about SAP ABAP CDS views
- Create database view in SAP ABAP
- In SAP ABAP, mapping two database table fields
- \nHow to pass dynamic values on the fly to CDS in SAP ABAP\n
- Getting a syntax error unknown fields in SAP ABAP
- Fetch fields from table or structure in ABAP SAP
- View the valid values of profit center groups in SAP ABAP
- Skipping mandatory fields in an ABAP screen
- Combining LIKE and CONTAINS operator in SAP HANA
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- Getting unauthorized exception in SAP ABAP
- Sort Datetime Type in SAP ABAP
- Equivalent for Row_Number() in SAP ABAP

Advertisements