UI_CADOCUMENT_MNG

OData Service Package: ODATA_O2C_FICA_DOCUMENT_MANAGE

Manage Documents

UI_CADOCUMENT_MNG is an OData service definition in SAP S/4HANA. It exposes 64 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (64)

CDS ViewAlias
C_CADocBPItemClrgProcData ClearingProcessData
C_CADocumentAccountingDocument CADocumentLinkedAccDocs
C_CADocumentBPItemBusLockEnhcd CABusinessLockEnhcd
C_CADocumentBPItemTP CADocumentBPItem
C_CADocumentClearedItem CADocumentClearedItem
C_CADocumentGLItemTP CADocumentGLItem
C_CADocumentIssue CADocIssue
C_CADocumentLinkedObject LinkedObject
C_CADocumentSumBPItem CADocumentSumBPItem
C_CADocumentSumClearedItem CADocumentSumClearedItem
C_CADocumentSumGLItem CADocumentSumGLItem
C_CADocumentTaxGLItem CADocumentTaxItem
C_CADocumentTP ContrAcctgDocument
C_ChangeDocument_2 CADocumentChangeDocument
I_BusinessArea
I_BusinessPartner
I_CAAccountAssignmentCategory
I_CAAcctAssgmtDistrCode
I_CAAcctDetnTransKey
I_CAAltvExchangeRateSetCode
I_CAApplicationArea
I_CABusinessLockObjCategory
I_CABusinessLockReason
I_CABusinessProcess
I_CAClearingInformation
I_CAClearingInformationVH CAClearingInfo
I_CAClearingReason
I_CAClearingStatus
I_CADisputeCaseTypeVH
I_CADocumentClass
I_CADocumentLinkedObjectType
I_CADocumentOriginCode
I_CADocumentSupplement
I_CADocumentType DocumentType
I_CADunningProcedure
I_CAEuroConversionStatus
I_CAInterestCode
I_CAIntPostingReasonCode
I_CAMainTransaction
I_CANegativePostingCtrlCode
I_CAOriglStstclItemCode
I_CAOtherTaxCode
I_CAPaymentMethod
I_CAPeriodCode
I_CAPostingReason
I_CARequestedSpecialPeriod
I_CAReturnReason
I_CAStatisticalItemCode
I_CASubApplication
I_CASubTransaction
I_CATaxSupplementStorageLoc
I_CAWorkflowCheckProcess
I_CAWorkflowCheckReason
I_ChartOfAccounts
I_CompanyCode
I_Country
I_Currency
I_Division
I_GLAccountInChartOfAccounts
I_Partnercompany
I_ProfitCenter
I_ProviderContractItemVH
I_ProviderContractVH
I_Segment

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_CADOCUMENT_MNG ODATA V4 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Manage Documents'
define service UI_CADOCUMENT_MNG {
  expose C_CADocumentTP                 as ContrAcctgDocument;
  expose C_CADocumentGLItemTP           as CADocumentGLItem;
  expose C_CADocumentBPItemTP           as CADocumentBPItem;
  expose C_CADocumentClearedItem        as CADocumentClearedItem;
  expose C_CADocumentSumBPItem          as CADocumentSumBPItem;
  expose C_CADocumentSumClearedItem     as CADocumentSumClearedItem;
  expose C_CADocumentSumGLItem          as CADocumentSumGLItem;
  expose C_CADocumentTaxGLItem          as CADocumentTaxItem;
  expose C_CADocumentBPItemBusLockEnhcd as CABusinessLockEnhcd;
  expose C_CADocumentIssue              as CADocIssue;
  expose C_CADocumentLinkedObject       as LinkedObject;
  expose C_CADocBPItemClrgProcData      as ClearingProcessData;
  expose C_CADocumentAccountingDocument as CADocumentLinkedAccDocs;
  expose C_ChangeDocument_2             as CADocumentChangeDocument;
  expose I_BusinessPartner;
  expose I_CASubTransaction;
  expose I_CAMainTransaction;
  expose I_Division;
  expose I_BusinessArea;
  expose I_CompanyCode;
  expose I_GLAccountInChartOfAccounts;
  expose I_CAClearingReason;
  expose I_CADocumentType               as DocumentType;
  expose I_CABusinessProcess;
  expose I_CABusinessLockObjCategory;
  expose I_CABusinessLockReason;
  expose I_CADocumentOriginCode;
  expose I_Currency;
  expose I_CAApplicationArea;
  expose I_CAClearingInformation;
  expose I_CADocumentClass;
  expose I_CADocumentSupplement;
  expose I_CAPostingReason;
  expose I_CAReturnReason;
  expose I_CARequestedSpecialPeriod;
  expose I_CATaxSupplementStorageLoc;
  expose I_CAWorkflowCheckReason;
  expose I_CAWorkflowCheckProcess;
  expose I_Country;
  expose I_CAClearingStatus;
  expose I_CADunningProcedure;
  expose I_CAInterestCode;
  expose I_CAOtherTaxCode;
  expose I_CAIntPostingReasonCode;
  expose I_CAPaymentMethod;
  expose I_CAOriglStstclItemCode;
  expose I_CANegativePostingCtrlCode;
  expose I_CAPeriodCode;
  expose I_ProfitCenter;
  expose I_Segment;
  expose I_CAStatisticalItemCode;
  expose I_Partnercompany;
  expose I_CAAccountAssignmentCategory;
  expose I_CAAcctAssgmtDistrCode;
  expose I_CAAcctDetnTransKey;
  expose I_CAAltvExchangeRateSetCode;
  expose I_CAEuroConversionStatus;
  expose I_ChartOfAccounts;
  expose I_ProviderContractVH;
  expose I_ProviderContractItemVH;
  expose I_CADocumentLinkedObjectType;
  expose I_CASubApplication;
  expose I_CADisputeCaseTypeVH;
  expose I_CAClearingInformationVH      as CAClearingInfo;
}