DDDSFI_SQL
DD: Scalar Function Implementation References for SQL
DDDSFI_SQL is an SAP database table in S/4HANA. DD: Scalar Function Implementation References for SQL. It contains 8 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| DDCDS_AMDP_DEPENDENCIES | view_entity | union_all | Dependencies between CDS and AMDPs | |
| DDCDS_SCALAR_FUNCTIONS_IMPLSQL | view_entity | from | ABAP Dictionary: Scalar Func. SQL Impl. |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | implementation_reference_name | dddsfi_name | Implementation Ref. | |||
| KEY | as4local | as4local | Activation State | |||
| as4user | as4user | Last Changed By | ||||
| as4date | as4date | Date | ||||
| as4time | as4time | Time | ||||
| scalar_function_name | dddsfd_name | Scalar Function Name | ||||
| amdp_name | ddamdpname | DD: Name of ABAP-Managed DB Procedure | ||||
| is_exposed_automatically | dd_auto_exposure_flag |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- DD: Scalar Function Implementation References for SQL
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DDDSFI_SQL (
IMPLEMENTATION_REFERENCE_NAME, -- Implementation Ref. [dddsfi_name]
AS4LOCAL, -- Activation State [as4local]
AS4USER, -- Last Changed By [as4user]
AS4DATE, -- Date [as4date]
AS4TIME, -- Time [as4time]
SCALAR_FUNCTION_NAME, -- Scalar Function Name [dddsfd_name]
AMDP_NAME, -- DD: Name of ABAP-Managed DB Procedure [ddamdpname]
IS_EXPOSED_AUTOMATICALLY, -- dd_auto_exposure_flag
PRIMARY KEY (IMPLEMENTATION_REFERENCE_NAME, AS4LOCAL)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA