FISVD_DOCNR_GAP_ROLLBACK
Gap Reason Rollback
FISVD_DOCNR_GAP_ROLLBACK is a CDS View that provides data about "Gap Reason Rollback" in SAP S/4HANA. It reads from 4 data sources (nriv_docu, nriv_lokal, nriv_reste, nrivshadow) and exposes 50 fields with key fields instanz, object, subobject, nrrangenr, toyear. Part of development package FINS_FIS_GL.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| nriv_docu | nriv_docu | from |
| nriv_lokal | nriv_lokal | union_all |
| nriv_reste | nriv_reste | union_all |
| nrivshadow | nrivshadow | union_all |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| iv_gjahr | gjahr |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FISV_GAPROLLBACK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Gap Reason Rollback | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (50)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | instanz | instanz | Instance Name + WPID | |
| KEY | object | object | TRFM Object | |
| KEY | subobject | subobject | Triggering obj. | |
| KEY | nrrangenr | nrrangenr | Number Range | |
| KEY | toyear | toyear | To Year | |
| datum | datum | Valid to | ||
| zeit | zeit | Time | ||
| anwender | anwender | User Name | ||
| fromnr | fromnr | From number | ||
| tonumber | tonumber | To number | ||
| grund | grund | Reason for mvt. | ||
| nr_date | nr_date | Current Date | ||
| nr_time | nr_time | Time | ||
| KEY | object | object | TRFM Object | |
| KEY | subobject | subobject | Triggering obj. | |
| KEY | nrrangenr | nrrangenr | Number Range | |
| KEY | toyear | toyear | To Year | |
| datum | Valid to | |||
| zeit | Time | |||
| anwender | User Name | |||
| fromnr | fromnr | From number | ||
| tonumber | tonumber | To number | ||
| grund | Reason for mvt. | |||
| nr_date | nr_date | Current Date | ||
| nr_time | nr_time | Time | ||
| KEY | object | object | TRFM Object | |
| KEY | subobject | subobject | Triggering obj. | |
| KEY | nrrangenr | nrrangenr | Number Range | |
| KEY | toyear | toyear | To Year | |
| datum | datum | Valid to | ||
| zeit | zeit | Time | ||
| anwender | anwender | User Name | ||
| fromnr | fromnr | From number | ||
| tonumber | tonumber | To number | ||
| grund | grund | Reason for mvt. | ||
| nr_date | Current Date | |||
| nr_time | Time | |||
| KEY | object | object | TRFM Object | |
| KEY | subobject | subobject | Triggering obj. | |
| KEY | nrrangenr | nrrangenr | Number Range | |
| KEY | toyear | toyear | To Year | |
| datum | Valid to | |||
| zeit | Time | |||
| anwender | User Name | |||
| fromnr | fromnr | From number | ||
| tonumber | tonumber | To number | ||
| grund | Reason for mvt. | |||
| nr_date | Current Date | |||
| nr_time | Time | |||
| nr_user |
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 FISVD_DOCNR_GAP_ROLLBACK.
-- 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: FISV_GAPROLLBACK
-- Parameters: iv_gjahr : gjahr
CREATE VIEW FISVD_DOCNR_GAP_ROLLBACK AS
SELECT
instanz,
object,
subobject,
nrrangenr,
toyear,
datum,
zeit,
anwender,
fromnr,
tonumber,
grund,
nr_date,
nr_time,
cast('Buffering' as abap.char( 12 ) ) AS nr_user
FROM nriv_docu
-- UNION ALL with additional select branch(es): nrivshadow, nriv_reste, nriv_lokal
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA