Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

C_BR_RptgSubstitTaxpayerCube

DDL: C_BR_RPTGSUBSTITTAXPAYERCUBE SQL: CBRSUBSTAXPAYERC Type: view CONSUMPTION

EFD - 0015 - Substitute Taxpayer

C_BR_RptgSubstitTaxpayerCube is a Consumption CDS View (Cube) that provides data about "EFD - 0015 - Substitute Taxpayer" in SAP S/4HANA. It reads from 1 data source (I_BR_StateTaxNumberST) and exposes 4 fields with key field CompanyCode.

Data Sources (1)

SourceAliasJoin Type
I_BR_StateTaxNumberST I_BR_StateTaxNumberST from

Annotations (14)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CBRSUBSTAXPAYERC view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataCategory #CUBE view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label EFD - 0015 - Substitute Taxpayer view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
EMPRESAkeyBusinessPlace
UF_S0015asBR_SPEDReportRegister
asBR_BusPlaceStateTaxNumberST

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_BR_RptgSubstitTaxpayerCube.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CBRSUBSTAXPAYERC

CREATE VIEW C_BR_RptgSubstitTaxpayerCube AS
SELECT
  CompanyCode
FROM I_BR_StateTaxNumberST
;