I_BR_REINFServiceCode

DDL: I_BR_REINFSERVICECODE SQL: IBRREINFCODE Type: view BASIC Package: GLO_LOG_BR

Brazil EFD REINF Service Code

I_BR_REINFServiceCode (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Country or Region-Specific Functions for Finance

I_BR_REINFServiceCode is a Basic CDS View that provides data about "Brazil EFD REINF Service Code" in SAP S/4HANA. It reads from 1 data source (logbr_reinf) and exposes 2 fields with key field BR_EFDREINFServiceCode. It has 1 association to related views. Part of development package GLO_LOG_BR.

SAP Help Documentation

CategoryElectronic Documents
StatusReleased
Purpose
This CDS view provides you with a list of the available service codes for the Brazilian EFD-REINF. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations One of the following business catalogs needs to be assigned to a user to be able to use this CDS view: SAP_APS_SUPPORT_ACS-042-EX SAP_BCR_FIN_GL_TAX_CC_AA_BR_PC SAP_BCR_LE_CTE_MGMT_BR_PC SAP_BCR_LE_NFS_MGMT_BR_PC SAP_BCR_LE_NF_MGMT_BR_PC SAP_COM_CSR_0387

Structure
Important fields Important fields in this view include the following: Field Name Description REINF EFD-REINF Service Type Code

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCountry or Region-Specific Functions for Finance
Application ComponentFI-LOC-LO-BR
CapabilitiesData Source in SQL Select,Data Source for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageCountry/Region-Specific Functions for Finance for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides you with a list of the available service codes for the Brazilian EFD-REINF.</p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
logbr_reinf REINFServiceCode from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_REINFServiceCodeText _Text $projection.BR_EFDREINFServiceCode = _Text.BR_EFDREINFServiceCode

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IBRREINFCODE view
EndUserText.label Brazil EFD REINF Service Code view
VDM.viewType #BASIC view
ObjectModel.representativeKey BR_EFDREINFServiceCode view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
AbapCatalog.preserveKey true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_EFDREINFServiceCode logbr_reinf reinf EFD-REINF Service Type Code
_Text _Text

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 I_BR_REINFServiceCode.
-- 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: IBRREINFCODE

CREATE VIEW I_BR_REINFServiceCode AS
SELECT
  REINFServiceCode.reinf AS BR_EFDREINFServiceCode
FROM logbr_reinf AS REINFServiceCode
LEFT OUTER JOIN I_BR_REINFServiceCodeText AS _Text ON BR_EFDREINFServiceCode = _Text.BR_EFDREINFServiceCode  -- association [0..*]
;