cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in activating Extended CDS View

Ramu7
Explorer
0 Kudos
202

Hi Team i am traying to extend the standard view NSDM_V_MARC.

My syntax is as below.

@AbapCatalog.sqlViewAppendName: 'YCL_COBL'
@EndUserText.label: 'Extension view for Append MM_APP_MSEG'
extend view NSDM_V_MARC with ZNSDM_V_MARC_EXT
{
zzdanger,
zztop_stock,
zzstabl,
zzplan,
zzrmatn,
zzdmatn,
zzimatn,
zzid_repa,
zzqs,
zznivq,
zzid_imma,
zzcd_gest,
zzdur_moy,
zzpomatnr
}

 

But while activating the same i am getting below error.

Internal exception raised (VIEW DEFINITION AND EXTEND DO NOT FIT TOGETHER )

Ramu7_0-1745419883195.pngRamu7_1-1745419916493.pngRamu7_2-1745419960984.png

Your help be really appreciated.

@ABAP @Hana @CDS 

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Kudos

nsdm_e_marc

you have to extend this cds, I believe.

Ramu7
Explorer
0 Kudos

No NSDM_V_MARC

Ramu7
Explorer
0 Kudos
nsdm_v_marc
Ramu7
Explorer
0 Kudos
No NSDM_V_MARC
Ramu7
Explorer
0 Kudos
Any suggestion will be highly appreciated
junwu
SAP Champion
SAP Champion
0 Kudos
just do what I said,