/GSINS/DAMAGES SAP (Contains descriptions of damages) Table details

Dictionary Type: Table
Description: Contains descriptions of damages




ABAP Code to SELECT data from /GSINS/DAMAGES
Related tables to /GSINS/DAMAGES
Access table /GSINS/DAMAGES




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

/GSINS/DAMAGES is a standard SAP Table which is used to store Contains descriptions of damages data and is available within R/3 SAP systems depending on the version and release level.

The /GSINS/DAMAGES table consists of various fields, each holding specific information or linking keys about Contains descriptions of damages data available in SAP. These include CLAIM (Number of Claim), LB (Left Bottom Of Whole Picture (1 if damaged, 0 if not)), LT (Left Top Of Whole Picture (1 if damaged, 0 if not)), MB (Left Middle Of Whole Picture (1 if damaged, 0 if not)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /GSINS/DAMAGES table 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 MANDTCLNT3Assigned to domainMANDT
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
LBLeft Bottom Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_LEFT_BOTTOMNUMC1
LTLeft Top Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_LEFT_TOPNUMC1
MBLeft Middle Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_MIDDLE_BOTTOMNUMC1
MTMiddle Top Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_MIDDLE_TOPNUMC1
RBRight Bottom Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_RIGHT_BOTTOMNUMC1
RTRight Top Of Whole Picture (1 if damaged, 0 if not) /GSINS/PIC_RIGHT_TOPNUMC1
PROPMAKEMake of Insured Object ICL_IOBMACHAR4ICLPROPMAICL_IOBMA
PROPMODELInsured Object Model ICL_IOBMODELCHAR4ICLPROPMOICL_IOBMODEL
PLATENOLicense Plate Number ICL_LICENSECHAR12CHAR12
VINVehicle Identification Number ICL_VINCHAR17CHAR17

Key field Non-key field



How do I retrieve data from SAP table /GSINS/DAMAGES using ABAP code

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

SELECT SINGLE *
FROM /GSINS/DAMAGES
INTO CORRESPONDING FIELDS OF WA_/GSINS/DAMAGES
WHERE...

How to access SAP table /GSINS/DAMAGES

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