GRRM_OB_S_LE_ATTR SAP (Loss Event Entity Structure) Structure details

Dictionary Type: Structure
Description: Loss Event Entity Structure




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




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

GRRM_OB_S_LE_ATTR 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 "Loss Event Entity Structure" 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_GRRM_OB_S_LE_ATTR TYPE GRRM_OB_S_LE_ATTR.

The GRRM_OB_S_LE_ATTR table consists of various fields, each holding specific information or linking keys about Loss Event Entity Structure data available in SAP. These include LE_RESP_USER (Loss Event Owner ID), LE_TYPE (Loss Event Type ID), LE_GRS_AMT (Gross Loss), LE_NET_AMT (Net Loss).. 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: Can Be Enhanced (Deep)


SAP GRRM_OB_S_LE_ATTR 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
LELoss Event ID GRRM_OB_LOSS_EVT_IDCHAR18ALPHAGRRM_OB_LOSS_EVT_ID
LE_RESP_USERLoss Event Owner ID GRRM_OB_LOSEVT_OWNERCHAR12USR02XUBNAME
LE_TYPELoss Event Type ID GRRM_OB_LOSS_EVT_TYPECHAR10GRRMOBLOSEVTYGRRM_OB_LOSS_EVT_TYPEGRRM_OB_SH_LOSEVTY
LE_GRS_AMTGross Loss GRRM_OB_GROSS_LOSS_AMTCURR15(2) GRFN_AMOUNT
LE_NET_AMTNet Loss GRRM_OB_NET_LOSS_AMTCURR15(2) GRFN_AMOUNT
LE_CURRENCYLoss Event Currency GRRM_OB_LOSEVT_CURRENCYCUKY5Assigned to domainWAERSFWSH_TCURC
LE_EFFDATEEffective Date GRRM_OB_LOSEVT_EFT_DATEDATS8
LE_OCCDATEOccurrence Date of Loss Event GRRM_OB_LOSEVT_OCC_DATEDATS8
LE_STATUSStatus of Loss Event - ID GRRM_OB_LOSEVT_STATUSCHAR3Assigned to domainGRRM_OB_LOSEVT_STATUSGRRM_OB_SH_STATUS
LE_RESP_USER_TLoss Event Owner GRRM_OB_LOSEVT_OWNER_TCHAR80GRFN_REP_USER_NAME
LE_TYPE_TLoss Event Type Description GRRM_OB_LOSS_EVT_TYPE_TXTCHAR40GRFN_TITLE
LE_STATUS_TStatus of Loss Event - Text GRRM_OB_LOSEVT_STATUS_TXTCHAR40GRFN_TITLE
LE_CAUSE_CAT_TCause Category GRRM_OB_LOSEVT_CAUSE_CAT_TCHAR200CHAR200
LE_CAUSE_CATLoss Event Cause Text GRRM_OB_CAUSE_COMMENTSTRG0
LE_TName of Loss Event GRRM_OB_LOSS_EVT_NAMECHAR40GRFN_TITLE
LE_DDescription of Loss Event GRRM_OB_LOSS_EVT_DESCRSTRG0GRRM_DESCRIPTION

Key field Non-key field



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

As GRRM_OB_S_LE_ATTR 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 GRRM_OB_S_LE_ATTR as there is no data to select.

How to access SAP table GRRM_OB_S_LE_ATTR

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