RRK1_S_NCUM SAP (Non-Cumulative Flag) Structure details

Dictionary Type: Structure
Description: Non-Cumulative Flag




ABAP Code to SELECT data from RRK1_S_NCUM
Related tables to RRK1_S_NCUM
Access table RRK1_S_NCUM




Structure field list including key, data, relationships and ABAP select examples

RRK1_S_NCUM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Non-Cumulative Flag" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RRK1_S_NCUM TYPE RRK1_S_NCUM.

The RRK1_S_NCUM table consists of various fields, each holding specific information or linking keys about Non-Cumulative Flag data available in SAP. These include LFFL (There are non-cumulative values with LAST/FIRST), MMFL (There are Non-Cumulative Values with MAX or MIN), FEFL (There are non-cumulate key figures with FIRST), PROVFL (More Than One Stock Provider).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RRK1_S_NCUM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
AVIFLThere are non-cumulative values with AVi RRAVIKZCHAR1RS_BOOL
LFFLThere are non-cumulative values with LAST/FIRST RRLFKZCHAR1RS_BOOL
MMFLThere are Non-Cumulative Values with MAX or MIN RRMMKZCHAR1RS_BOOL
FEFLThere are non-cumulate key figures with FIRST RRFEFLCHAR1RS_BOOL
PROVFLMore Than One Stock Provider RRPROVFLCHAR1RS_BOOL
NTIMFLNCUMTIM is Not Unique RRNTIMFLCHAR1RS_BOOL
LFFL1Query Does Not Intersect the Critical Interval RRLFFL1CHAR1RS_BOOL
L1FLStock Method L1 is Necessary RRL1FLCHAR1RS_BOOL
L2FLStock Method L2 is Necessary RRL2FLCHAR1RS_BOOL
NOINTERSECTValidity Table Does not Need to be Considered RRNOINTERSECTCHAR1RS_BOOL
USEDBelongs to cumulative value key figure ( NCUMTP = 0 ) RRCUMFLNUMC1NUMC1
NUSEDBelongs to a non-cum. value key figure (NCUMTP = 1 or 2 ) RRNCUMFLNUMC1NUMC1
NCUMIDReference time characteristic for non-cum. values as SIF RRNCUMIDINT410RSSID
CHECK_CHAre there NCUM-WGRs with FAGGR RRCHECKCHCHAR1RS_BOOL

Key field Non-key field



How do I retrieve data from SAP structure RRK1_S_NCUM using ABAP code?

As RRK1_S_NCUM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RRK1_S_NCUM as there is no data to select.

How to access SAP table RRK1_S_NCUM

Within an ECC or HANA version of SAP you can also view further information about RRK1_S_NCUM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!