C_OfficialDocumentNumberTP

DDL: C_OFFICIALDOCUMENTNUMBERTP Type: view_entity CONSUMPTION Package: GLO_ODN

Official Document Number

C_OfficialDocumentNumberTP is a Consumption CDS View that provides data about "Official Document Number" in SAP S/4HANA. It reads from 1 data source (R_OfficialDocumentNumberTP) and exposes 14 fields with key field AFDFUniqueKeyUUID. It is exposed through 1 OData service (UI_JOURNALENTRY_MANAGE). It is used in 2 Fiori applications: Manage Journal Entries - New Version, Display Journal Entries. Part of development package GLO_ODN.

Data Sources (1)

SourceAliasJoin Type
R_OfficialDocumentNumberTP R_OfficialDocumentNumberTP projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Official Document Number view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey AFDFUniqueKeyUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
UI.headerInfo.typeName Official Document Number view
UI.headerInfo.typeNamePlural Official Document Numbers view
UI.headerInfo.title.type #STANDARD view
UI.headerInfo.title.value AFDFRecordType view

OData Services (1)

ServiceBindingVersionContractRelease
UI_JOURNALENTRY_MANAGE UI_JOURNALENTRY_MANAGE V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F0717A Manage Journal Entries - New Version Transactional With this app you can analyze journal entries, create reversals or make adjustments.
F7697 Display Journal Entries Transactional With this app you can display and analyze journal entries.

Manage Journal Entries - New Version

Business Role: General Ledger Accountant

With this app, you can manage and analyze journal entries. You can find, filter, sort, and group journal entries according to the requirements of your business. The app is your entry point for many important journal entry management functions, allowing you to create, copy, verify, edit, and reverse entries. Additionally, you can initiate correspondence, analyze change and reversal logs, and display entries in t-account views or document flows. You navigate to the details of individual journal entries to display more information, such as transaction data, line items, associated journal entries, and other related documents.

Display Journal Entries

Business Role: General Ledger Accountant

With this app, you can view and analyze journal entries. You can find, filter, sort, and group journal entries according to the requirements of your business. Additionally, you can analyze change logs and display entries in t-account views or document flows. You navigate to the details of individual journal entries to display more information, such as transaction data, line items, associated journal entries, and other related documents.

Key Features: Display journal entries and their line items Access a detail screen for each journal entry Display parked documents View change logs See related documents, such as purchase orders or incoming invoices Display amounts in different ledgers and currencies Display intercompany journal entries See an overview of the customer and supplier accounting document data View notes and attachments added to journal entries Display predictive journal entries if you use predictive accounting

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY AFDFUniqueKeyUUID AFDFUniqueKeyUUID
AFDFDocumentType AFDFDocumentType
AFDFDocumentKey1 AFDFDocumentKey1
AFDFDocumentKey2 AFDFDocumentKey2
AFDFDocumentKey3 AFDFDocumentKey3
AFDFDocumentKey4 AFDFDocumentKey4
AFDFRecordType AFDFRecordType
OfficialDocumentNumberType OfficialDocumentNumberType
OfficialDocumentNumber OfficialDocumentNumber
OfficialDocumentNumberCountry OfficialDocumentNumberCountry
OfficialDocumentNumberDateTime OfficialDocumentNumberDateTime
ODNLegalDateTimeText ODNLegalDateTimeText
OfficialDocumentNumberIntType OfficialDocumentNumberIntType
OfficialDocumentNumberTypeText OfficialDocumentNumberTypeText
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Official Document Number'
@Metadata.allowExtensions: true
@VDM.viewType:#CONSUMPTION
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@ObjectModel: {   representativeKey: 'AFDFUniqueKeyUUID',
                  semanticKey: [ 'AFDFUniqueKeyUUID' ],
                  usageType: {  dataClass:      #TRANSACTIONAL,
                                serviceQuality: #B,
                                sizeCategory:   #XL  }  }

@UI.headerInfo: { typeName: 'Official Document Number',
                  typeNamePlural: 'Official Document Numbers',
                  title: {  type:  #STANDARD,
                            value: 'AFDFRecordType'  }  }

@UI.presentationVariant: [ {  sortOrder: [ { by: 'AFDFRecordType',
                                             direction: #DESC } ],
                              groupBy:  [ 'AFDFRecordType' ]  } ]

define root view entity C_OfficialDocumentNumberTP
  provider contract transactional_query
  as projection on R_OfficialDocumentNumberTP
{
          @UI.hidden: true
  key     AFDFUniqueKeyUUID,
          @UI.hidden: true
          AFDFDocumentType,
          @UI.hidden: true
          AFDFDocumentKey1,
          @UI.hidden: true
          AFDFDocumentKey2,
          @UI.hidden: true
          AFDFDocumentKey3,
          @UI.hidden: true
          AFDFDocumentKey4,
          @UI.hidden: true
          AFDFRecordType,
          @ObjectModel.text.element: [ 'OfficialDocumentNumberTypeText' ]
          OfficialDocumentNumberType,
          OfficialDocumentNumber,
          OfficialDocumentNumberCountry,
          @UI.hidden: true
          OfficialDocumentNumberDateTime,
          //      @UI.hidden: true

          @Semantics.text: true
          ODNLegalDateTimeText,
          @UI.hidden: true
          OfficialDocumentNumberIntType,
          @UI.hidden: true
          @Semantics.text: true
          OfficialDocumentNumberTypeText
}