GRRMOBVLOSEVTY SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

GRRMOBVLOSEVTY is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The GRRMOBVLOSEVTY table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LOSS_EVT_TYPE_ID (Loss Event Type ID), DEFAULT_IND (Default Type Indicator, 'X' - Default), GROUP_IND (Grouped Loss Indicator, 'X' - Grouped), EXTERNAL_IND (External Loss Indicator, 'X' - External).. 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: Not classified


SAP GRRMOBVLOSEVTY table view 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
CLIENTClient MANDTCLNT3MANDT
LOSS_EVT_TYPE_IDLoss Event Type ID GRRM_OB_LOSS_EVT_TYPECHAR10GRRM_OB_LOSS_EVT_TYPEGRRM_OB_SH_LOSEVTY
DEFAULT_INDDefault Type Indicator, 'X' - Default GRRM_OB_DEFAULT_TYPECHAR1GRFN_BOOLEAN
GROUP_INDGrouped Loss Indicator, 'X' - Grouped GRRM_OB_GROUP_TYPECHAR1GRFN_BOOLEAN
EXTERNAL_INDExternal Loss Indicator, 'X' - External GRRM_OB_EXTERNAL_TYPECHAR1GRFN_BOOLEAN
STATUS_SCHEME_IDStatus Scheme for Loss Event GRRM_OB_LOSEVT_STATUS_SCHEMECHAR2GRRMOBWSTSC
NR_INTERVALNumber range number NRNRCHAR2GRRMOBVNRINTCHAR2
DESCRIPTIONLoss Event Type Description GRRM_OB_LOSS_EVT_TYPE_TXTCHAR40GRFN_TITLE

Key field Non-key field



How do I retrieve data from SAP table GRRMOBVLOSEVTY using ABAP code

The following ABAP code Example will allow you to do a basic selection on GRRMOBVLOSEVTY to SELECT all data from the table
DATA: WA_GRRMOBVLOSEVTY TYPE GRRMOBVLOSEVTY.

SELECT SINGLE *
FROM GRRMOBVLOSEVTY
INTO CORRESPONDING FIELDS OF WA_GRRMOBVLOSEVTY
WHERE...

How to access SAP table GRRMOBVLOSEVTY

Within an ECC or HANA version of SAP you can also view further information about GRRMOBVLOSEVTY 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!