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 single record into multiple records in CDS Views

BH2408
Active Contributor
0 Likes
1,843

Hello Everyone,

We would like to split the single record into multiple records like

F1 F2 F3 F4 M1 M2 M3 M4

Expecting:

F1 F2 F3 F4 M1

F1 F2 F3 F4 M2

F1 F2 F3 F4 M3

F1 F2 F3 F4 M4

FX - Is the Field

MX- Measure

Is this kind of scenario is possible with CDS views?

Thanks and Regards,

Bharani

1 REPLY 1
Read only

muttepawar-2009
Active Participant
1,065

routine to split single record into multiple records

By Referring the above attached code for routine to split single record into multiple records for BW and put this into ABAP CDS View may be possible.