I_IN_GSTRetsDocSectionCodeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 <> ''
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