I_RO_BusinessPartnerTaxType
RO: Business Partner Tax Type
I_RO_BusinessPartnerTaxType is a Basic CDS View that provides data about "RO: Business Partner Tax Type" in SAP S/4HANA. It reads from 1 data source (/ceecv/rofi_bpty) and exposes 7 fields with key fields FinancialAccountType, BusinessPartner, ValidFrom, ValidTo, BusinessPartnerIsSAFTRelevant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /ceecv/rofi_bpty | /ceecv/rofi_bpty | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IROBPTAXTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_INCLUDED | view | |
| EndUserText.label | RO: Business Partner Tax Type | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialAccountType | bptype | ||
| KEY | BusinessPartner | bpnum | ||
| KEY | ValidFrom | valid_fr | ||
| KEY | ValidTo | valid_to | ||
| KEY | BusinessPartnerIsSAFTRelevant | saft | ||
| VATRegistration | stceg | |||
| TaxType | taxtype |
@AbapCatalog.sqlViewName: 'IROBPTAXTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_INCLUDED
@EndUserText.label: 'RO: Business Partner Tax Type'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED
define view I_RO_BusinessPartnerTaxType
as select from /ceecv/rofi_bpty
{
key bptype as FinancialAccountType,
key bpnum as BusinessPartner,
key valid_fr as ValidFrom,
key valid_to as ValidTo,
key saft as BusinessPartnerIsSAFTRelevant,
stceg as VATRegistration,
taxtype as TaxType
//comp_re as CompanyRelationship
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CEECV/ROFI_BPTY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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