I_AR_IMPORTSERVICEDOCUMENTTYPE

CDS View

Document type category for Import of Services

I_AR_IMPORTSERVICEDOCUMENTTYPE is a CDS View in S/4HANA. Document type category for Import of Services. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AR_StRpTaxItem view left_outer COMPOSITE Argentina VAT Tax Line Item Calculation

Fields (2)

KeyField CDS FieldsUsed in Views
DocumentTypeCategory DocumentTypeCategory 1
IsRespForImportDeclaration IsRespForImportDeclaration 1
@AbapCatalog.sqlViewName: 'IARDOCIMPRTSRVC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Document type category for Import of Services'
@Metadata.ignorePropagatedAnnotations: true
define view I_AR_ImportServiceDocumentType
  as select from fiar_dtyp_catg
  association [0..*] to I_CountryText as _Text on $projection.Country = _Text.Country
{
      @ObjectModel.text.association: '_Text'
  key land1         as Country,
  key blart         as AccountingDocumentType,
      impt_services as IsRespForImportDeclaration,
      doctyp_catg   as DocumentTypeCategory,
      _Text
}