API_EXSTXGDSMVTTYPE

OData Service Package: ET_COMMON

Excise Tax Goods Movement Type service

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

Exposed CDS Views (4)

CDS ViewAlias
A_ExsTxGdsMvtType A_GoodsMovementType
A_ExsTxGdsMvtTypeInd A_GoodsMovementTypeInd
A_ExsTxGdsMvtTypeIndText A_GoodsMovementTypeIndText
A_ExsTxGdsMvtTypeText A_GoodsMovementTypeText

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_EXSTXGDSMVTTYPE ODATA V2 C2 NOT_RELEASED false

Source

@EndUserText.label: 'Excise Tax Goods Movement Type service'
define service API_EXSTXGDSMVTTYPE {
  expose A_ExsTxGdsMvtType as A_GoodsMovementType;
  expose A_ExsTxGdsMvtTypeText as A_GoodsMovementTypeText;
  expose A_ExsTxGdsMvtTypeInd as A_GoodsMovementTypeInd;
  expose A_ExsTxGdsMvtTypeIndText as A_GoodsMovementTypeIndText;
}