I_STRPREPRUN
General Information about Report Run
I_STRPREPRUN is a CDS View in S/4HANA. General Information about Report Run. It contains 18 fields. 36 CDS views read from this table.
CDS Views using this table (36)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PL_StRpTxItmWithEUTxClCrrtnC | view | left_outer | CONSUMPTION | EU Sales Tax Item View - Correction Run |
| C_StRpRptdJournalEntry | view | left_outer | CONSUMPTION | Reported document for Statutory Reporting |
| I_StRpCorrespondence | view | inner | BASIC | SRF Report Run Correspondence CDS |
| I_StRpRunDetails | view | inner | COMPOSITE | Reporting Periods of Reporting Documents |
| P_BE_StRpRptdWhldgTaxItem | view_entity | left_outer | COMPOSITE | |
| P_CZ_StRpRptdTxItmWithEUTxClfn | view | left_outer | CONSUMPTION | Previously Reported Tax Items - Corr. |
| P_Fr_StrpRptdWhldgTaxItem | view_entity | left_outer | COMPOSITE | |
| P_KR_LastRptdNoneDcblVATItmDet | view | inner | COMPOSITE | |
| P_KR_StRpRptdItem | view | left_outer | COMPOSITE | |
| P_KZ_VATCDECLOGRUN | view | inner | COMPOSITE | |
| P_KZ_VATITEMLOGRUN | view | inner | COMPOSITE | |
| P_PH_StRpRptdWhldgTaxItem | view_entity | left_outer | COMPOSITE | |
| P_PL_StRpReportingGroupsCr | view | left_outer | CONSUMPTION | Reporting Groups - Correction Run |
| P_RU_DataSelVATCRQ | view | left_outer | BASIC | |
| P_RU_DSVATCRQNotInSL | view | left_outer | BASIC | |
| P_RU_DSVATReportingExclSubmd | view | from | CONSUMPTION | |
| P_RU_DSVATReportingExclSubmd | view | inner | CONSUMPTION | |
| P_RU_ExprtConfRegRptItemSOK | view | from | COMPOSITE | |
| P_RU_ExprtConfRINRptItemSOK | view | from | COMPOSITE | |
| P_RU_LastSubmittedRun | view | from | CONSUMPTION | |
| P_RU_StRpJournalEntryLogRun | view | inner | CONSUMPTION | |
| P_RU_StRpJournalEntryLogStat2 | view | from | BASIC | |
| P_RU_StRpRepRun | view | from | COMPOSITE | |
| P_RU_UnfTxNtcPaytDocSubmitted | view | from | COMPOSITE | UTNP Submitted Documents |
| P_RU_UTNDocSubmdCurPerd | view | from | COMPOSITE | UTNP Submd Documents for Current Period |
| P_RU_UTNZeroGroupSubmdCurPerd | view | from | COMPOSITE | UTNP Submd Zero Grp for Current Period |
| P_RU_VATStRpRptdJournalEntry | view | union_all | CONSUMPTION | |
| P_RU_VATStRpRptdJournalEntry | view | from | CONSUMPTION | |
| P_StRpRptdTaxItem | view | left_outer | COMPOSITE | |
| P_TW_StRpRptdItem | view | left_outer | COMPOSITE | |
| P_TW_StRpRptdItemConsume | view | left_outer | CONSUMPTION | Consumption View for Taiwan reported item |
| P_UK_StRpRptdEUTaxClass | view | left_outer | COMPOSITE | |
| P_UK_StRpRptdWhldgTaxItem | view_entity | left_outer | COMPOSITE | |
| R_StRpRunTP | view_entity | from | TRANSACTIONAL | Statutory Reporting Run - TP |
| SRF_Helper_MY_Amendment | view | from | ||
| Srf_UsHelpAmendment | view | from | Helper view to determine the correction run |
Fields (18)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | StatryRptCategory | StatryRptCategory | 9 |
| KEY | StatryRptgEntity | StatryRptgEntity | 9 |
| KEY | StatryRptRunID | CurrentStatryRptRunID,StatryRptRunID,SubmittedStatryRptRunID | 11 |
| KEY | StatryRptRunUUID | StatryRptRunUUID | 5 |
| KEY | StatryRptTaskUUID | StatryRptTaskUUID | 3 |
| ApplicationJobName | ApplicationJobName | 1 | |
| Country | Country | 1 | |
| ReportingYear | ReportingYear | 1 | |
| StatryRptActivityUUID | StatryRptActivityUUID | 2 | |
| StatryRptCatPhase | StatryRptCatPhase | 2 | |
| StatryRptDef | StatryRptDef | 2 | |
| StatryRptRunCreatedByUser | StatryRptRunCreatedByUser | 2 | |
| StatryRptRunStatus | StatryRptRunStatus | 26 | |
| StatryRptRunType | CurrentStatryRptRunType,StatryRptRunType,SubmittedStatryRptRunType | 6 | |
| StatryRptSubmittedDateTime | StatryRptSubmittedDateTime | 3 | |
| StatryRptTaskDueDate | StatryRptTaskDueDate | 1 | |
| StatryRptTaskPeriodEndDate | StatryRptTaskPeriodEndDate | 1 | |
| StatryRptTaskPeriodStartDate | StatryRptTaskPeriodStartDate | 1 |
@AbapCatalog.sqlViewName: 'ISRREPRUN'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality:#B
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass:#MIXED
@EndUserText.label: 'General Information about Report Run'
@AbapCatalog.preserveKey:true // Added for ATC check prio 2 error
define view I_StRpRepRun
as select from srf_rep_run
inner join I_StRpActivity on srf_rep_run.parent_key = I_StRpActivity.StatryRptActivityUUID
inner join I_StRpPhase on I_StRpActivity.StatryRptPhaseUUID = I_StRpPhase.StatryRptPhaseUUID
inner join I_StRpTaskDetails on I_StRpPhase.StatryRptTaskUUID = I_StRpTaskDetails.StatryRptTaskUUID
{
key srf_rep_run.db_key as StatryRptRunUUID,
srf_rep_run.parent_key as StatryRptActivityUUID,
srf_rep_run.root_key as StatryRptTaskUUID,
srf_rep_run.reporting_entity as StatryRptgEntity,
srf_rep_run.rep_cat_id as StatryRptCategory,
srf_rep_run.report_run_id as StatryRptRunID,
srf_rep_run.report_run_status as StatryRptRunStatus,
srf_rep_run.report_run_type as StatryRptRunType,
srf_rep_run.submitted_on as StatryRptSubmittedDateTime,
srf_rep_run.created_by as StatryRptRunCreatedByUser,
srf_rep_run.created_on as StatryRptRunCreatedOnDate,
I_StRpPhase.StatryRptCatPhase as StatryRptCatPhase,
srf_rep_run.report_id as StatryRptDef,
I_StRpTaskDetails.Country as Country,
I_StRpTaskDetails.ReportingYear as ReportingYear,
I_StRpTaskDetails.StatryRptTaskPeriodStartDate as StatryRptTaskPeriodStartDate,
I_StRpTaskDetails.StatryRptTaskPeriodEndDate as StatryRptTaskPeriodEndDate,
I_StRpTaskDetails.StatryRptTaskDueDate as StatryRptTaskDueDate,
srf_rep_run.job_name as ApplicationJobName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STRPACTIVITY",
"I_STRPPHASE",
"I_STRPTASKDETAILS",
"SRF_REP_RUN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/