INSSAC SAP (Short-term accident insurances for YEA) Structure details

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




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




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

INSSAC 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 "Short-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_INSSAC TYPE INSSAC.

The INSSAC table consists of various fields, each holding specific information or linking keys about Short-term accident insurances for YEA data available in SAP. These include SCT01 (Insurance Contract Type), SPR01 (Period of deduction), SCN01 (Insurance contractor name), SRM01 (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 INSSAC 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
SCC01Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
SCT01Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
SPR01Period of deduction P22J_INSPRNUMC2NUMC2
SCN01Insurance contractor name P22J_ICNAMCHAR18TEXT18
SRM01Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
SNF01Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
SCC02Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
SCT02Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
SPR02Period of deduction P22J_INSPRNUMC2NUMC2
SCN02Insurance contractor name P22J_ICNAMCHAR18TEXT18
SRM02Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
SNF02Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
SCC03Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
SCT03Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
SPR03Period of deduction P22J_INSPRNUMC2NUMC2
SCN03Insurance contractor name P22J_ICNAMCHAR18TEXT18
SRM03Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
SNF03Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
SCC04Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
SCT04Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
SPR04Period of deduction P22J_INSPRNUMC2NUMC2
SCN04Insurance contractor name P22J_ICNAMCHAR18TEXT18
SRM04Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
SNF04Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
SCC05Insurance company master JPN P22J_INSC1CHAR2Assigned to domainP22J_INSC1
SCT05Insurance Contract Type P22J_INSCTCHAR2Assigned to domainP22J_INSCT
SPR05Period of deduction P22J_INSPRNUMC2NUMC2
SCN05Insurance contractor name P22J_ICNAMCHAR18TEXT18
SRM05Refund on maturity indicator P22J_RMINDCHAR1P22J_RMIND
SNF05Insurance fee without dividend P22J_IFWODCURR7(2) WERTV4
SAF01LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
SAF02LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
SAF03LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
SAF04LINC&VAN Imported P22J_LKFLGCHAR1CHAR1
SAF05LINC&VAN Imported P22J_LKFLGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table INSSAC

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