SRF_RuHelperPurchaseLedger

DDL: SRF_RUHELPERPURCHASELEDGER SQL: SRFRUHELPPUR Type: view Package: GLO_FIN_IS_VAT_RU_SPL

Purchase Ledger Helper View

SRF_RuHelperPurchaseLedger is a CDS View that provides data about "Purchase Ledger Helper View" in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 2 fields. Part of development package GLO_FIN_IS_VAT_RU_SPL.

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Parameters (1)

NameTypeDefault
P_TaxAmountInCoCodeCrcy hwbas

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName SRFRUHELPPUR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Purchase Ledger Helper View view
ObjectModel.usageType.serviceQuality #P view

Fields (2)

KeyFieldSource TableSource FieldDescription
TaxAmountInCoCodeCrcy
ActionRuleIsGenerated
@AbapCatalog.sqlViewName: 'SRFRUHELPPUR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Purchase Ledger Helper View'
@ObjectModel.usageType.serviceQuality: #P
define view SRF_RuHelperPurchaseLedger
  with parameters

    P_TaxAmountInCoCodeCrcy : hwbas

  as select from I_SAPClient
{
  $parameters.P_TaxAmountInCoCodeCrcy as TaxAmountInCoCodeCrcy, 
//  case $parameters.P_TaxAmountInCoCodeCrcy

//    when 0

//      then ''

//    else cast($parameters.P_TaxAmountInCoCodeCrcy as abap.char(100))

//  end as TaxAmountInCoCodeCrcy,


  '0' as ActionRuleIsGenerated
}