I_FinTransacCounterPartyStdVH

DDL: I_FINTRANSACCOUNTERPARTYSTDVH SQL: IFTRFTCP__VH Type: view COMPOSITE Package: FTTR_CORE

Counterparty

I_FinTransacCounterPartyStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public 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. It is exposed through 19 OData services (ASQL_F0735, ASQL_F1754, ASQL_F1755, ...). Part of development package FTTR_CORE.

SAP Help Documentation

CategoryCounterparty
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

CategoryComposite
StateC1
Line of BusinessFinancial Operations
Application ComponentFIN-FSCM-TRM-2CL
CapabilitiesData Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageFinancial Operations for SAP S/4HANA Cloud Public 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

OData Services (19)

ServiceBindingVersionContractRelease
ASQL_F0735 ASQL_F0735 C2 NOT_RELEASED
ASQL_F1754 ASQL_F1754 C2 NOT_RELEASED
ASQL_F1755 ASQL_F1755 C2 NOT_RELEASED
ASQL_F1867 ASQL_F1867 C2 NOT_RELEASED
ASQL_F2331 ASQL_F2331 C2 NOT_RELEASED
ASQL_F3098 ASQL_F3098 C2 NOT_RELEASED
ASQL_F3130 ASQL_F3130 C2 NOT_RELEASED
ASQL_F3450 ASQL_F3450 C2 NOT_RELEASED
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED
ASQL_F4979 ASQL_F4979 C2 NOT_RELEASED
ASQL_F4980 ASQL_F4980 C2 NOT_RELEASED
ASQL_F4981 ASQL_F4981 C2 NOT_RELEASED
ASQL_F4982 ASQL_F4982 C2 NOT_RELEASED
ASQL_F4983 ASQL_F4983 C2 NOT_RELEASED
ASQL_F4984 ASQL_F4984 C2 NOT_RELEASED
ASQL_F6157 ASQL_F6157 C2 NOT_RELEASED
ASQL_F7601 ASQL_F7601 C2 NOT_RELEASED
ASQL_F8717 ASQL_F8717 C2 NOT_RELEASED
UI_CMMDTYHDGCNTRDEALREQ UI_CMMDTYHDGCNTRDEALREQ V2 C1 NOT_RELEASED

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
;