UI_CMP_RAP_BO

OData Service Package: FINS_FAA_CFG_CMP

Fixed Asset Company Code

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

Exposed CDS Views (5)

CDS ViewAlias
C_ChangeDocument_2 ChangeDocuments
C_FxdAstCoCodeDeprAreaTP FixedAssetCompanyCodeDeprArea
C_FxdAstCoCodeLdgrTP FixedAssetCompanyCodeLedger
C_FxdAstCoCodeLgcyDtaTransfTP FixedAssetCoCodeLgcyDtaTransf
C_FxdAstCoCodeTP FixedAssetCompanyCode

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_CMP_RAP_BO ODATA V4 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Fixed Asset Company Code'
define service UI_CMP_RAP_BO {
  expose C_FxdAstCoCodeTP              as FixedAssetCompanyCode;
  expose C_FxdAstCoCodeLdgrTP          as FixedAssetCompanyCodeLedger;
  expose C_FxdAstCoCodeDeprAreaTP      as FixedAssetCompanyCodeDeprArea;
  expose C_FxdAstCoCodeLgcyDtaTransfTP as FixedAssetCoCodeLgcyDtaTransf;
  expose C_ChangeDocument_2            as ChangeDocuments;
}