I_RO_BusinessPartnerTaxType

DDL: I_RO_BUSINESSPARTNERTAXTYPE SQL: IROBPTAXTYPE Type: view BASIC

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)

SourceAliasJoin Type
/ceecv/rofi_bpty /ceecv/rofi_bpty from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/