I_BR_NFFreightNature

DDL: I_BR_NFFREIGHTNATURE SQL: IBRNFFRTNATR Type: view BASIC

Brazil Freight Nature Indicator

I_BR_NFFreightNature (Basic)

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

Country or Region-Specific Functions for Finance

I_BR_NFFreightNature is a Basic CDS View (Dimension) that provides data about "Brazil Freight Nature Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field BR_NFFreightNature. It has 1 association to related views.

SAP Help Documentation

CategoryElectronic Documents
StatusReleased
Purpose
This CDS view provides you with a list of the indicators related to the nota fiscal freight nature.

Prerequisites
You have authorizations to access relevant nota fiscal data.

Structure
The key field is BR_NFFreightNature . Measures and attributes Freight Nature Indicator ( BR_NFFreightNature )

View on SAP Help Portal →

SAP API Hub

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
PackageCountry or Region-Specific Functions for Finance for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides you with a list of the indicators related to the nota fiscal freight nature.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_NFFreightNatureText _Text $projection.BR_NFFreightNature = _Text.BR_NFFreightNature

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName IBRNFFRTNATR view
EndUserText.label Brazil Freight Nature Indicator view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BR_NFFreightNature view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.compositionRoot true view
Search.searchable true view
Analytics.internalName #LOCAL view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BR_NFFreightNature Freight Nature Indicator
DomainValue dd07l domvalue_l Values for Domains: Single Value/Lower Limit
_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_NFFreightNature.
-- 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: IBRNFFRTNATR

CREATE VIEW I_BR_NFFreightNature AS
SELECT
  cast ( domvalue_l as logbr_ind_nat_frt ) AS BR_NFFreightNature,
  dd07l.domvalue_l AS DomainValue
FROM dd07l
LEFT OUTER JOIN I_BR_NFFreightNatureText AS _Text ON BR_NFFreightNature = _Text.BR_NFFreightNature  -- association [0..*]
;