Background
The current project uses package $ZASIS under software component LOCAL. This works for on-premise but causes issues with cloud-native features like DDCDS_CUSTOMER_DOMAIN_VALUE_T which rely on ABAP_LANGU_SWCMP entries.
Problem
LOCAL software component has no language entries in ABAP_LANGU_SWCMP
- CDS views using
DDCDS_CUSTOMER_DOMAIN_VALUE_T return empty results for domains in LOCAL
- Cloud-ready packages should belong to a properly registered software component
Tasks
Context
Discovered during PR #95 (custom logic catalog feature) when the text provider view ZASIS_I_ENHCATSTATTEXT returned empty results. Worked around with virtual element pattern for now.
Background
The current project uses package
$ZASISunder software componentLOCAL. This works for on-premise but causes issues with cloud-native features likeDDCDS_CUSTOMER_DOMAIN_VALUE_Twhich rely onABAP_LANGU_SWCMPentries.Problem
LOCALsoftware component has no language entries inABAP_LANGU_SWCMPDDCDS_CUSTOMER_DOMAIN_VALUE_Treturn empty results for domains inLOCALTasks
ZASIS) via reportRSMAINTAIN_SWCOMPONENTSDDCDS_CUSTOMER_DOMAIN_VALUE_Tworks after restructuringContext
Discovered during PR #95 (custom logic catalog feature) when the text provider view
ZASIS_I_ENHCATSTATTEXTreturned empty results. Worked around with virtual element pattern for now.