UI_INTERESTDETAILSDATAMANAGE

OData Service Package: OIU_ODATA_REV_INTEREST

Interest calculation detail

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

Exposed CDS Views (24)

CDS ViewAlias
C_PRAInterestCalcDetErrTP PRAInterestCalcDetErrTP
C_PRAInterestDetailsDataTP PRAINTERESTDETAILSDATA
I_CompanyCode CompanyCode
I_Country Country
I_DivisionOfInterest DivisionOfInterest
I_OwnerInterestType OwnerInterestType
I_PRACostCenter PRACostCenter
I_PRACounty PRACounty
I_PRAGLAccount PRAGLAccount
I_PRAGLAccountType PRAGLAccountType
I_PRAInterestCalcDetErr PRAInterestCalcDetErr
I_PRAInterestStatusCodeVH PRAInterestStatusCodeVH
I_PRAIntrstCalcRunType PRAIntrstCalcRunType
I_PRAIntrstDetAcctgDocUI PRAIntrstDetAcctgDoc
I_PRAIntrstDetRevnAcctgDocUI PRAIntrstDetRevnAcctgDoc
I_PRAJointVenture PRAJointVenture
I_PRAOwner PRAOwner
I_PRAPaytRecordType PRAPaytRecordType
I_PRAProduct PRAProduct
I_PrimaryGeogrlLocation PrimaryGeogrlLocation
I_PriorPeriodAdjustmentReason PriorPeriodAdjustmentReason
I_SuspenseReason SuspenseReason
I_Well Well
I_WellCompletion WellCompletion

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_INTRSTDETAILSDATAMANAGE ODATA V2 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Interest calculation detail'
define service UI_INTERESTDETAILSDATAMANAGE {
  expose C_PRAInterestDetailsDataTP as PRAINTERESTDETAILSDATA;
  expose I_CompanyCode as CompanyCode;
  expose I_PRAOwner as PRAOwner;
  expose I_PRAJointVenture as PRAJointVenture;
  expose I_DivisionOfInterest as DivisionOfInterest;
  expose I_Well as Well;
  expose I_WellCompletion as WellCompletion;
  expose I_OwnerInterestType as OwnerInterestType;
  expose I_PRAProduct as PRAProduct;
  expose I_PRAPaytRecordType as PRAPaytRecordType;
  expose I_PRAInterestStatusCodeVH as PRAInterestStatusCodeVH;
  expose I_Country as Country;
  expose I_PrimaryGeogrlLocation as PrimaryGeogrlLocation;
  expose I_PRAIntrstDetRevnAcctgDocUI as PRAIntrstDetRevnAcctgDoc;
  expose I_PRAInterestCalcDetErr as PRAInterestCalcDetErr;
  expose I_PRAGLAccountType as PRAGLAccountType;
  expose I_PRAGLAccount as PRAGLAccount;
  expose I_PRACostCenter as PRACostCenter;
  expose I_SuspenseReason as SuspenseReason;
  expose I_PriorPeriodAdjustmentReason as PriorPeriodAdjustmentReason;
  expose I_PRACounty as PRACounty;
  expose C_PRAInterestCalcDetErrTP as PRAInterestCalcDetErrTP;
  expose I_PRAIntrstCalcRunType as PRAIntrstCalcRunType;
  expose I_PRAIntrstDetAcctgDocUI as PRAIntrstDetAcctgDoc;
}