INSTSET SAP (Table of Error Extracts) Table details

Dictionary Type: Table
Description: Table of Error Extracts




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




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

INSTSET is a standard SAP Table which is used to store Table of Error Extracts data and is available within R/3 SAP systems depending on the version and release level.

The INSTSET table consists of various fields, each holding specific information or linking keys about Table of Error Extracts data available in SAP. These include SETNO (Number of processed backlog set), MSGID (Message identification), MSGNO (System Message Number), ANLAGE (Installation).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP INSTSET 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SETNONumber of processed backlog set SETNONUMC8ISU_BACKLOGSSETNO
MSGIDMessage identification MSGIDCHAR20T100AARBGB
MSGNOSystem Message Number MSGNOCHAR3T100MSGNR
ANLAGEInstallation ANLAGECHAR10EANLALPHAANLAGEANLEANL
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50
EROEDATCreation date EROEDATDATS8DATUM
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
ERRORCTCounts how Often an Error Occurs ERRORCTNUMC5NUM5
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
MAN_WORKManual Corrections Required MAN_WORKCHAR1MAN_WORK
AUTREPEntry Automatically Repaired AUTREPCHAR1AUTREP
SEMRELError Cause for Semi-Automatic Correction Released IND_SEMRELCHAR1KENNZX
SEMREPInd.: All Semi-Automatic Repairs Executed IND_SEMREPCHAR1KENNZX
MANREPEntry Was Manually Corrected MANREPCHAR1MANREP
DONEExtract Successfully Processed and Billed DONEEXTRCHAR1KENNZX
FINDATDate by when all Backlog Entries are Completed FINDATDATS8FINDAT
REF_ABRDATSReference Billing Date REF_ABRDATSDATS8DATUM
MISSBONumber of Open Billing Orders Before Reference Date MISSBONUMC3NUM3
ALIENPROBacklog Entry Processed by Other Process ALIENPROCHAR1ALIENPRO
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
EXPGRPAgent Group EXPGRPCHAR4ISU_EXPGRPEXPGRP
EXPNAMEName of Agent Processing Manual Extracts EXPNAMECHAR12ISU_WAR_ROOMRESPONS
EXTNUMBERApplication Log: External ID BALNREXTCHAR100ISU_BRE_LOGSBALNREXTBALEXT
TIMESTAMPATime Stamp: Extract to Be Allocated to Agent TIMESTAMPADEC15TZNTSTMPS
TIMESTAMPRTime Stamp: Agent Corrected Extract TIMESTAMPRDEC15TZNTSTMPS
RUNIDRun ID for Extract Generation RUNIDEXNUMC12NUM12

Key field Non-key field



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

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

SELECT SINGLE *
FROM INSTSET
INTO CORRESPONDING FIELDS OF WA_INSTSET
WHERE...

How to access SAP table INSTSET

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