‎2019 Jan 11 2:41 PM
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
‎2019 Jan 11 3:12 PM
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.