INSLAC SAP (Long-term accident insurances for YEA) Structure details

Dictionary Type: Structure
Description: Long-term accident insurances for YEA




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




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

INSLAC 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 "Long-term accident insurances for YEA" 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_INSLAC TYPE INSLAC.

The INSLAC table consists of various fields, each holding specific information or linking keys about Long-term accident insurances for YEA data available in SAP. These include LCT01 (Insurance Contract Type), LPR01 (Period of deduction), LCN01 (Insurance contractor name), LRM01 (Refund on maturity indicator).. 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 (character-type or numeric)


SAP INSLAC 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
LCC01Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
LCT01Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
LPR01Period of deduction P22J_INSPRNUMC2NUMC2
LCN01Insurance contractor name P22J_ICNAMCHAR18TEXT18
LRM01Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
LNF01Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
LCC02Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
LCT02Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
LPR02Period of deduction P22J_INSPRNUMC2NUMC2
LCN02Insurance contractor name P22J_ICNAMCHAR18TEXT18
LRM02Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
LNF02Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
LCC03Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
LCT03Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
LPR03Period of deduction P22J_INSPRNUMC2NUMC2
LCN03Insurance contractor name P22J_ICNAMCHAR18TEXT18
LRM03Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
LNF03Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
LCC04Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
LCT04Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
LPR04Period of deduction P22J_INSPRNUMC2NUMC2
LCN04Insurance contractor name P22J_ICNAMCHAR18TEXT18
LRM04Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
LNF04Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
LCC05Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
LCT05Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
LPR05Period of deduction P22J_INSPRNUMC2NUMC2
LCN05Insurance contractor name P22J_ICNAMCHAR18TEXT18
LRM05Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
LNF05Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
LAF01LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
LAF02LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
LAF03LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
LAF04LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
LAF05LINC&VAN Imported P22J_LKFLGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table INSLAC

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