A_BPFinancialServicesExtn
Financial Services Details
A_BPFinancialServicesExtn is a Basic CDS View that provides data about "Financial Services Details" in SAP S/4HANA. It reads from 1 data source (I_BPFinancialServicesExtn) and exposes 34 fields with key field BusinessPartner.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BPFinancialServicesExtn | I_BPFinancialServicesExtn | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ABPFINSERVEXTN | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Financial Services Details | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | Issuing Authority | |
| BusinessPartnerIsVIP | BusinessPartnerIsVIP | VIP Business Partner | ||
| TradingPartner | TradingPartner | Trading Partner | ||
| FactoryCalendar | FactoryCalendar | Factory Calendar | ||
| BusinessPartnerOfficeCountry | BusinessPartnerOfficeCountry | Country/Region | ||
| BusinessPartnerOfficeRegion | BusinessPartnerOfficeRegion | Resident Region | ||
| BPRegisteredOfficeName | BPRegisteredOfficeName | Reg. office | ||
| BPBalanceSheetCurrency | BPBalanceSheetCurrency | Bal. Sheet Currency | ||
| BPLastCptlIncrAmtInBalShtCrcy | BPLastCptlIncrAmtInBalShtCrcy | Capit. Increase | ||
| BPLastCapitalIncreaseYear | BPLastCapitalIncreaseYear | Year | ||
| BPBalanceSheetDisplayType | BPBalanceSheetDisplayType | Bal.Sheet Disp. | ||
| BusinessPartnerCitizenship | BusinessPartnerCitizenship | Vehicle Region | ||
| BPMaritalPropertyRegime | BPMaritalPropertyRegime | Property Regime | ||
| BusinessPartnerIncomeCurrency | BusinessPartnerIncomeCurrency | Currency | ||
| BPNumberOfChildren | BPNumberOfChildren | Obsolete Field | ||
| BPNumberOfHouseholdMembers | BPNumberOfHouseholdMembers | Obsolete Field | ||
| BPAnnualNetIncAmtInIncomeCrcy | BPAnnualNetIncAmtInIncomeCrcy | Net Annual Income | ||
| BPMonthlyNetIncAmtInIncomeCrcy | BPMonthlyNetIncAmtInIncomeCrcy | Monthly Net Income | ||
| BPAnnualNetIncomeYear | BPAnnualNetIncomeYear | Year | ||
| BPMonthlyNetIncomeMonth | BPMonthlyNetIncomeMonth | Month | ||
| BPMonthlyNetIncomeYear | BPMonthlyNetIncomeYear | Year | ||
| BPPlaceOfDeathName | BPPlaceOfDeathName | Place of Death | ||
| CustomerIsUnwanted | CustomerIsUnwanted | Undesirable Customer | ||
| UndesirabilityReason | UndesirabilityReason | Reason Undes. | ||
| UndesirabilityComment | UndesirabilityComment | Comment | ||
| LastCustomerContactDate | LastCustomerContactDate | Last Cust. Contact | ||
| BPGroupingCharacter | BPGroupingCharacter | Grouping Charact. | ||
| BPLetterSalutation | BPLetterSalutation | Salutation | ||
| BusinessPartnerTargetGroup | BusinessPartnerTargetGroup | Target Group | ||
| BusinessPartnerEmployeeGroup | BusinessPartnerEmployeeGroup | Employee Group | ||
| BusinessPartnerIsEmployee | BusinessPartnerIsEmployee | Employee | ||
| BPTermnBusRelationsBankDate | BPTermnBusRelationsBankDate | End Date | ||
| _BPLetterSalutation | _BPLetterSalutation | |||
| _BusinessPartner | _BusinessPartner |
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 A_BPFinancialServicesExtn.
-- 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: ABPFINSERVEXTN
CREATE VIEW A_BPFinancialServicesExtn AS
SELECT
BusinessPartner,
BusinessPartnerIsVIP,
TradingPartner,
FactoryCalendar,
BusinessPartnerOfficeCountry,
BusinessPartnerOfficeRegion,
BPRegisteredOfficeName,
BPBalanceSheetCurrency,
BPLastCptlIncrAmtInBalShtCrcy,
BPLastCapitalIncreaseYear,
BPBalanceSheetDisplayType,
BusinessPartnerCitizenship,
BPMaritalPropertyRegime,
BusinessPartnerIncomeCurrency,
BPNumberOfChildren,
BPNumberOfHouseholdMembers,
BPAnnualNetIncAmtInIncomeCrcy,
BPMonthlyNetIncAmtInIncomeCrcy,
BPAnnualNetIncomeYear,
BPMonthlyNetIncomeMonth,
BPMonthlyNetIncomeYear,
BPPlaceOfDeathName,
CustomerIsUnwanted,
UndesirabilityReason,
UndesirabilityComment,
LastCustomerContactDate,
BPGroupingCharacter,
BPLetterSalutation,
BusinessPartnerTargetGroup,
BusinessPartnerEmployeeGroup,
BusinessPartnerIsEmployee,
BPTermnBusRelationsBankDate
FROM I_BPFinancialServicesExtn
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA