I_RU_ExprtConfRegAddlTextTP

DDL: I_RU_EXPRTCONFREGADDLTEXTTP SQL: IRUREGADDTXTTP Type: view_entity TRANSACTIONAL Package: GLO_FIN_IS_VAT_RU_EXP_CONF_REG

Additional Text for Registers: Tr

I_RU_ExprtConfRegAddlTextTP is a Transactional CDS View that provides data about "Additional Text for Registers: Tr" in SAP S/4HANA. It reads from 1 data source (I_RU_ExprtConfRegAddlText) and exposes 8 fields with key fields CompanyCode, FiscalYear, StatryRptTaskPeriod, RU_CorrectionNumber, RU_ExprtConfRegisterType. Part of development package GLO_FIN_IS_VAT_RU_EXP_CONF_REG.

Data Sources (1)

SourceAliasJoin Type
I_RU_ExprtConfRegAddlText I_RU_ExprtConfRegAddlText from

Annotations (6)

NameValueLevelField
VDM.viewType #TRANSACTIONAL view
EndUserText.label Additional Text for Registers: Tr view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY StatryRptTaskPeriod StatryRptTaskPeriod Tax Period
KEY RU_CorrectionNumber RU_CorrectionNumber Correction Number
KEY RU_ExprtConfRegisterType RU_ExprtConfRegisterType Register Type
KEY VATReturnOperation VATReturnOperation Operation Code
KEY CustomsDeclaration CustomsDeclaration Cus. Decl. No.
AdditionalText1 AdditionalText1 Add. Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_RU_ExprtConfRegAddlTextTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IRUREGADDTXTTP

CREATE VIEW I_RU_ExprtConfRegAddlTextTP AS
SELECT
  CompanyCode,
  FiscalYear,
  StatryRptTaskPeriod,
  RU_CorrectionNumber,
  RU_ExprtConfRegisterType,
  VATReturnOperation,
  CustomsDeclaration,
  AdditionalText1
FROM I_RU_ExprtConfRegAddlText
;