Application Development 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: 

Split single record into multiple records in CDS Views

P561888
Active Contributor
0 Kudos

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

muttepawar-2009
Active Participant

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.