Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Split or parse large String of data columns using a structure in CDS View

gautam_totekar
Active Participant
0 Likes
1,611

I have a Database table DB_TAB with two columns

Col1- Key

Col2-Data_field(1000 Characters)

Also a DB structure DB_STRUC with mulple fields. say

field1,field2,field2,field3.

A common example would be SDATA field in EDID4. How can I use DB_STRUC and split DB_TAB-DATA_FIELD into proper format in CDS views. Is there a way.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,344

The splitting of EDID4-SDATA must vary depending on the value of EDIDC-IDOCTP (IDoc type). So it would imply to create one CDS View per IDoc type.