I_IN_GSTRetsDocSectionCodeVH

DDL: I_IN_GSTRETSDOCSECTIONCODEVH Type: view_entity BASIC Package: GLO_FIN_GST_IN

F4 for Invoice Type

I_IN_GSTRetsDocSectionCodeVH is a Basic CDS View that provides data about "F4 for Invoice Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 1 field with key field IN_DocumentSectionCode. Part of development package GLO_FIN_GST_IN.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label F4 for Invoice Type view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IN_DocumentSectionCode view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY IN_DocumentSectionCode
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'F4 for Invoice Type'
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'IN_DocumentSectionCode'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MIXED
}
@Search.searchable: true

define view entity I_IN_GSTRetsDocSectionCodeVH as select from dd07t 
{
  @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
  @Semantics.text: true
   key cast( domvalue_l as glo_in_doc_section ) as IN_DocumentSectionCode
}
where
      domname    =  'GLO_IN_DOC_SECTION'
  and as4local   =  'A'
  and as4vers    =  '0000'
  and ddlanguage = $session.system_language
  and domvalue_l <> ''