Skip to Content
0
Nov 08, 2022 at 01:22 AM

Extend I_FUNDSMGMTBDGTDOCITMCUBE to add Business Area and Text in Eclipse

116 Views Last edit Dec 09, 2022 at 06:31 AM 2 rev

Hello,

I am attempting to do a CDS Extension as follows -

When I added _FundsCenter.BusinessArea via <cntl><space>, I am prompted to use this field.

So I added the fields as per Eclipse's prompts. But I receive the below errors when I try to activate. Any assistance is much appreciated.

Thanks!

---------------------------------------------------------------------------------------------------------------------

@AbapCatalog.sqlViewAppendName: 'ZFI_CDSEXT_FBITM'

@EndUserText.label: 'CDS extend I_FUNDSMGMTBDGTDOCITMCUBE'

extend view I_FundsMgmtBdgtDocItmCube with zfi_ext_fdbditm

association [1..1] to I_BusinessArea as busarea on

_FundsCenter.BusinessArea = busarea.BusinessArea

{

busarea.BusinessArea,

busarea._Text

}

---------------------------------------------------------------------------------------------------------------------

image.png

Attachments

image.png (65.3 kB)