SAP GRISDEA Actual Line Item Table for Insurance (DE) - Rollup Table data and field list

GRISDEA is a standard SAP Table which is used to store Actual Line Item Table for Insurance (DE) - Rollup data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The GRISDEA table consists of various fields, each holding specific information or linking keys about Actual Line Item Table for Insurance (DE) - Rollup data available in SAP. These include GL_SIRID (Record number of the line item record), RLDNR (Ledger), RRCTY (Record Type), RVERS (Version)... 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. .

GRISDEA table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GRISDEA table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GRISDEA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RCLNTClient MANDTCLNT3T000MANDT
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNDocument line DOCLNCHAR3DOCLN
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RVSARL_VXInsurance Type VSARL_VXCHAR6TLXXVALALPHAVSARL_VX
RFUBER_VXInsurance Functional Area FUBER_VXCHAR3TLXXFUBFUBER_VXSHLP_FUBER_VX
RBEBER_VXOrganizational area - insurance BEBER_VXCHAR3TLXXBEBBEBER_VXSHLP_BEBER_VX
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
RRSART_VXRisk type RSART_VXCHAR2TLXXRSARSART_VXSHLP_RSART_VX
RGZART_VXUnderwriting Type GZART_VXCHAR2TLXXGZAGZART_VXSHLP_GZART_VX
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
LAND1Country Key LAND1CHAR3T005LAND1LND
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
STAGRStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
SJAHR_VXYear of loss SJAHR_VXCHAR4SJAHR_VX
MJAHR_VXReporting Year MJAHR_VXCHAR4MJAHR_VX
BSART_VXIn-Force Business Type BSART_VXCHAR2Assigned to domainBSART_VXSHLP_BSART_VX
SDART_VXType of Loss SDART_VXCHAR2Assigned to domainSDART_VXSHLP_SDART_VX
GSART_VXBusiness Transaction Type GSART_VXCHAR2Assigned to domainGSART_VXSHLP_GSART_VX
LNDSL_VXCountry Where Risk Is Situated LNDSL_VXCHAR3Assigned to domainLAND1SHLP_LNDSL_VX
BSGRP_VXIn-Force Business Group for Pension Funds and Life Insurance BSGRP_VXCHAR3BSGRP_VXSHLP_BSGRP_VX
SBUSATrading Partner Business Area of the Business Partner PPARGBCHAR4TGSBGSBERGSB
SCNTRPartner cost center PKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFRYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
DISTKEYDistribution Key DISTKEY_VYCHAR8DISTKEY_VY

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRISDEA
INTO CORRESPONDING FIELDS OF WA_GRISDEA
WHERE...

How to access SAP table GRISDEA

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

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