C_DocInfoRecdAttchDetForBusObj

DDL: C_DOCINFORECDATTCHDETFORBUSOBJ SQL: CCVOBJFILES Type: view CONSUMPTION

DocumentInfoRecord file details for BO

C_DocInfoRecdAttchDetForBusObj is a Consumption CDS View that provides data about "DocumentInfoRecord file details for BO" in SAP S/4HANA. It reads from 1 data source (I_DocInfoRecdAttchDetForBusObj) and exposes 13 fields with key fields DocumentInfoRecordDocType, DocumentInfoRecordDocNumber, DocumentInfoRecordDocVersion, DocumentInfoRecordDocPart, DocumentIndex.

Data Sources (1)

SourceAliasJoin Type
I_DocInfoRecdAttchDetForBusObj DocAttchForBO from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CCVOBJFILES view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label DocumentInfoRecord file details for BO view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #CONSUMPTION view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocType I_DocInfoRecdAttchDetForBusObj DocumentInfoRecordDocType Document Type
KEY DocumentInfoRecordDocNumber I_DocInfoRecdAttchDetForBusObj DocumentInfoRecordDocNumber Document
KEY DocumentInfoRecordDocVersion I_DocInfoRecdAttchDetForBusObj DocumentInfoRecordDocVersion Doc. Version
KEY DocumentInfoRecordDocPart I_DocInfoRecdAttchDetForBusObj DocumentInfoRecordDocPart Document Part
KEY DocumentIndex I_DocInfoRecdAttchDetForBusObj DocumentIndex Counter
KEY FileUUID I_DocInfoRecdAttchDetForBusObj FileUUID UUID
KEY PhysicalDocument I_DocInfoRecdAttchDetForBusObj PhysicalDocument Phys. Document
KEY LinkedSAPObject LinkedSAPObject Object
DocumentDescription DocumentDescription Doc. Name
FileName FileName URL or Filenam Path
DocumentInfoRecord DocumentInfoRecord Document
_Document _Document
_DocumentTypeText _DocumentTypeText

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_DocInfoRecdAttchDetForBusObj.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CCVOBJFILES

CREATE VIEW C_DocInfoRecdAttchDetForBusObj AS
SELECT
  DocAttchForBO.DocumentInfoRecordDocType AS DocumentInfoRecordDocType,
  DocAttchForBO.DocumentInfoRecordDocNumber AS DocumentInfoRecordDocNumber,
  DocAttchForBO.DocumentInfoRecordDocVersion AS DocumentInfoRecordDocVersion,
  DocAttchForBO.DocumentInfoRecordDocPart AS DocumentInfoRecordDocPart,
  DocAttchForBO.DocumentIndex AS DocumentIndex,
  DocAttchForBO.FileUUID AS FileUUID,
  DocAttchForBO.PhysicalDocument AS PhysicalDocument,
  LinkedSAPObject,
  DocumentDescription,
  FileName,
  DocumentInfoRecord
FROM I_DocInfoRecdAttchDetForBusObj AS DocAttchForBO
;