C_BusinessSolutionPortfolio
Projection: Business Solution Portfolio
C_BusinessSolutionPortfolio is a Consumption CDS View that provides data about "Projection: Business Solution Portfolio" in SAP S/4HANA. It reads from 1 data source (I_BusinessSolutionPortfolioTP) and exposes 31 fields with key field BusinessSolutionPortfolio. It is exposed through 1 OData service (C_BUSSOLUTIONPORTFOLIO_SRV).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessSolutionPortfolioTP | I_BusinessSolutionPortfolioTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Projection: Business Solution Portfolio | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| C_BUSSOLUTIONPORTFOLIO_SRV | C_BUSSOLUTIONPORTFOLIO | V2 | C1 | NOT_RELEASED |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessSolutionPortfolio | BusinessSolutionPortfolio | Transaction ID | |
| BusSolnPrtfloReference | BusSolnPrtfloReference | Reference | ||
| BusSolnPrtfloDescription | BusSolnPrtfloDescription | Description | ||
| Currency | Currency | Valuation Crcy | ||
| BusSolnPrtfloNoteText | BusSolnPrtfloNoteText | Note | ||
| SoldToParty | SoldToParty | Sold-to Party | ||
| BusinessPartnerName | _SoldToParty | BusinessPartnerName | Extracted Customer Name | |
| FirstName | _SoldToParty | FirstName | First Name | |
| LastName | _SoldToParty | LastName | Last Name | |
| GroupBusinessPartnerName1 | _SoldToParty | GroupBusinessPartnerName1 | Name 1 | |
| GroupBusinessPartnerName2 | _SoldToParty | GroupBusinessPartnerName2 | Name 2 | |
| OrganizationBPName1 | _SoldToParty | OrganizationBPName1 | Name 1 | |
| OrganizationBPName2 | _SoldToParty | OrganizationBPName2 | Name 2 | |
| CreationDateTime | CreationDateTime | Timestamp | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreatedByUserDescription | _CreatedByUser | UserDescription | Full Name | |
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastChangedByUserDescription | _LastChangedByUser | UserDescription | Full Name | |
| curr152 | ||||
| curr152 | ||||
| curr152 | ||||
| curr152 | ||||
| curr152 | ||||
| int8 | ||||
| int8 | ||||
| int8 | ||||
| int8 | ||||
| dats | ||||
| dats | ||||
| dats |
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 C_BusinessSolutionPortfolio.
-- 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.
CREATE VIEW C_BusinessSolutionPortfolio AS
SELECT
BusinessSolutionPortfolio,
BusSolnPrtfloReference,
BusSolnPrtfloDescription,
Currency,
BusSolnPrtfloNoteText,
SoldToParty,
_SoldToParty.BusinessPartnerName AS BusinessPartnerName,
_SoldToParty.FirstName AS FirstName,
_SoldToParty.LastName AS LastName,
_SoldToParty.GroupBusinessPartnerName1 AS GroupBusinessPartnerName1,
_SoldToParty.GroupBusinessPartnerName2 AS GroupBusinessPartnerName2,
_SoldToParty.OrganizationBPName1 AS OrganizationBPName1,
_SoldToParty.OrganizationBPName2 AS OrganizationBPName2,
CreationDateTime,
CreatedByUser,
_CreatedByUser.UserDescription AS CreatedByUserDescription,
LastChangeDateTime,
LastChangedByUser,
_LastChangedByUser.UserDescription AS LastChangedByUserDescription,
virtual BusSolutionPortfolioNetAmount : abap.curr( 15, 2 ) AS curr152,
virtual NrOfBusSolnPrtfloSrvcContr : abap.int8 AS int8,
virtual EarliestSrvcContrItmStartDate : abap.dats AS dats
FROM I_BusinessSolutionPortfolioTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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