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
}
---------------------------------------------------------------------------------------------------------------------
