I_CMMDTYDRVTVGENERICDOMAINVH

CDS View

Obsolete -- do not use --

I_CMMDTYDRVTVGENERICDOMAINVH is a CDS View in S/4HANA. Obsolete -- do not use --. It contains 1 fields. 57 CDS views read from this table.

CDS Views using this table (57)

ViewTypeJoinVDMDescription
I_ACMApplPrcgDistrStatusVH view_entity from BASIC Application Pricing Distribution Status
I_ACMBackToBackFlagVH view_entity from BASIC App Doc Back to Back Flag
I_ACMBuyerSellerOptionVH view from BASIC Tolerance Buyer Seller Value Help
I_ACMCallOffExistsVH view_entity from BASIC App Doc Call Off Exists
I_ACMContractReltdTrdStatusVH view from BASIC Value Help for Related Trade Status
I_ACMContrSnpshtAddlVH view inner COMPOSITE Interface view for Snapshot Additional Details Value Help
I_ACMCrdtTypeOfAssignVH view from BASIC Credit Sales Type Of Assign Value Help
I_ACMDiscPremQltySchedActnCode view from BASIC Value Help for Action Code
I_ACMDiscPremQltySchedApplToVH view from BASIC Value Help for Applies To Code
I_ACMDiscPremQltySchedCalcMeth view from BASIC Value Help for Calculation Method Code
I_ACMDiscPremQltySchedChrgType view from BASIC Value Help for Charge Type
I_ACMDiscPremQltySchedQtyType view from BASIC Value Help for Quantity Type
I_ACMDiscPremQltySchedRateType view from BASIC Value Help for Rate Type
I_ACMDiscPremQltySchedRndngDir view from BASIC Value Help for Rounding Direction
I_ACMDiscPremQltySchedTimingVH view from BASIC DPQS Timing Value Help
I_ACMFeeTypeVH view from BASIC Interface View For Fee Type Value Help
I_ACMIntendedPriceTypeVH view from BASIC Intended price type value help
I_ACMInTransitFlagVH view_entity from BASIC App Doc In Transit Flag
I_ACMLoadDataCaptureTypeVH view_entity from COMPOSITE Load data capture type values
I_ACMMntnContrSideText view from BASIC Interface for Contract Side Description
I_ACMMultiBuySellFlagVH view_entity from BASIC App Doc Multi Buy Sell Flag
I_ACMOptnTypeVH view from BASIC Value Help for Optionality Type
I_ACMPremiumDiscountTypeVH view from BASIC Value Help for Premium Discount Type
I_ACMPricingTypeVH view from BASIC Intended Price Type Value Help
I_ACMPrTypeVH view from BASIC Intended Price Type Value Help
I_ACMSettlementScenarioVH view from BASIC Settlement Scenario
I_ACMSettlmtDocumentCategoryVH view from BASIC Settlement Document Category
I_ACMShowHistoryVH view_entity from BASIC App Doc Show History
I_ACMSplitTypeVH view_entity from BASIC App Doc Split Type
I_ACMSpotIntendedPriceTypeVH view_entity from BASIC Interface for Intended Price Type
I_ACMTolBuyrSlrOptionVH view from BASIC Buyer Seller Search Help
I_ACMToleranceDirectionVH view from BASIC Tolerance Direction Value Help
I_ACMToleranceLimitVH view from BASIC Tolerance Limit Higher or Lower
I_ACMTolerancePriceApplVH view from BASIC Tolerance Price Application Value Help
I_ACMTolPrAppVH view from BASIC Price Application Flat or Tiered
I_ACMTrdgContrOutputProcessVH view from BASIC Trading Contract Ouput process
I_ACMTrdgContrSgntrStatusVH view from BASIC Interface layer for Trading Contract Signature Status
I_ACMWarehouseReceiptTypeVH view_entity from COMPOSITE Warehouse Receipt Type
I_IntendedPriceTypeValueHelp view from COMPOSITE
I_PriceFixationStatusValueHelp view from BASIC Pricing Fixation Status
I_PricingStatusValueHelp view from BASIC
I_TradingContractSideVH view from BASIC
I_TrdgContractOptionDetail view left_outer BASIC Basic Layer For Trading Contract Optionality Header
I_TrdgContractOptionItemDet view left_outer BASIC Interface Layer for Trading Contract Optionality Item Detail
P_ACMMntnTrdgContrCDOTEStsVH view from BASIC
P_ApplicationDocSide_VH view from COMPOSITE
P_CounterPartyTypeVH view from BASIC
P_CreditSaleVH view from BASIC
P_GenericDomainVH view from COMPOSITE
P_IntendedPriceTypeValueHelp view from COMPOSITE
P_PriceTypeVH view from BASIC
P_PricingStatusVH view from BASIC
P_SpotIndicatoreValueHelp view from COMPOSITE
P_TradingContractOverview view left_outer COMPOSITE
P_TradingContractSideValueHelp view from BASIC
P_TradingContractSideVH view from BASIC
P_VehicleContractVH view from BASIC

Fields (1)

KeyField CDS FieldsUsed in Views
DomainText ACMContractOptionsTypeName,ContractOptionsBuyerSellerName,DocumentSide 3
@AbapCatalog.sqlViewName: 'ICMMDTYGENVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
//@EndUserText.label: 'Generic Value Help for ABAP Data Dictionary Domains'

@EndUserText.label: 'Obsolete -- do not use --'    // SAP note 2806161 

@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view I_CmmdtyDrvtvGenericDomainVH
  as select from dd07l
    inner join   dd07t on  dd07l.domname    = dd07t.domname
                       and dd07l.as4local   = dd07t.as4local
                       and dd07l.valpos     = dd07t.valpos
                       and dd07l.domvalue_l = dd07t.domvalue_l

{
  key dd07l.domname          as SAPDataDictionaryDomain,
  key dd07l.domvalue_l       as DomainValue,
      dd07t.ddtext           as DomainText
}
where
      dd07t.ddlanguage = $session.system_language
  and dd07l.as4local   = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L",
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/