I have a error message when migrated webdynpro 7.0 to 7.4: "
Description | Resource | Path | Location | Type |
ContextModelAttribute 'Zp_Amp_Wc_Partno.referencedProperty': The context attribute references a model property which has been removed //WebDynpro/ModelClass:pwc.ca.model.requirement.Zecofc_Comm_Hdr/Property:Zp_Amp_Wc_Partno | CO_Create_eCofC.wdcontroller | /NDI_PWC-QA1_D~pwc~qa~wd~cr_ecofc~pwc.ca/src/packages/pwc/ca/app_new74 | Zp_Amp_Wc_Partno | Check Problem |
"
on wdcotroller i define using the context from another project:
"
<ContextModelAttribute name="Zp_Amp_Wc_Partno">
<ContextAttribute.ReferencedProperty>
<Core.Reference package="pwc.ca.model.requirement" name="Zecofc_Comm_Hdr" type="ModelClass" path="Property:Zp_Amp_Wc_Partno"/>
</ContextAttribute.ReferencedProperty>
</ContextModelAttribute>
"
but maybe 2 projects don't see together
Please help me to review it