I_FinTransacCounterPartyStdVH

DDL: I_FINTRANSACCOUNTERPARTYSTDVH SQL: IFTRFTCP__VH Type: view COMPOSITE

Counterparty

I_FinTransacCounterPartyStdVH (Composite)

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

Financial Operations

I_FinTransacCounterPartyStdVH is a Composite CDS View that provides data about "Counterparty" in SAP S/4HANA. It reads from 1 data source (I_Ftr_Counterparty) and exposes 15 fields with key field BusinessPartner.

SAP Help Documentation

CategoryCDS Views for Master Data
StatusReleased
Purpose
This CDS view provides value help for the Counterparty field. This view should be used for value help purposes only. 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 .

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessFinancial Operations
Application ComponentFIN-FSCM-TRM
CapabilitiesData Provider for Value Help
PackageFinancial Operations for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides value help for the Counterparty field. This view should be used for value help purposes only.</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
I_Ftr_Counterparty I_Ftr_Counterparty from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IFTRFTCP__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BusinessPartner view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Counterparty view
Consumption.ranked true view
Search.searchable true view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner BusinessPartner Business Partner Number
AuthorizationGroup AuthorizationGroup Authorization Group
BusinessPartnerName BusinessPartnerName Extracted Customer Name
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Business Purpose Completed Flag
DataControllerSet DataControllerSet BP: Data Controller Set Flag
DataController1 DataController1 BP: Data Controller (Internal Use Only)
DataController2 DataController2 BP: Data Controller (Internal Use Only)
DataController3 DataController3 BP: Data Controller (Internal Use Only)
DataController4 DataController4 BP: Data Controller (Internal Use Only)
DataController5 DataController5 BP: Data Controller (Internal Use Only)
DataController6 DataController6 BP: Data Controller (Internal Use Only)
DataController7 DataController7 BP: Data Controller (Internal Use Only)
DataController8 DataController8 BP: Data Controller (Internal Use Only)
DataController9 DataController9 BP: Data Controller (Internal Use Only)
DataController10 DataController10 BP: Data Controller (Internal Use Only)

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_FinTransacCounterPartyStdVH.
-- 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: IFTRFTCP__VH

CREATE VIEW I_FinTransacCounterPartyStdVH AS
SELECT
  BusinessPartner,
  AuthorizationGroup,
  BusinessPartnerName,
  IsBusinessPurposeCompleted,
  DataControllerSet,
  DataController1,
  DataController2,
  DataController3,
  DataController4,
  DataController5,
  DataController6,
  DataController7,
  DataController8,
  DataController9,
  DataController10
FROM I_Ftr_Counterparty
;