RSINSPCHECK SAP (Checks in Inspection Plan) Table details

Dictionary Type: Table
Description: Checks in Inspection Plan




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




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

RSINSPCHECK is a standard SAP Table which is used to store Checks in Inspection Plan data and is available within R/3 SAP systems depending on the version and release level.

The RSINSPCHECK table consists of various fields, each holding specific information or linking keys about Checks in Inspection Plan data available in SAP. These include OBJVERS (Object version), SEQNR (Sequential Number), CHECKNAME (Check), CHECK_IS_BOOL (Check Results in Boolean Value).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSINSPCHECKT


SAP RSINSPCHECK 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
INSPECTIONInspection Plan RSINSP_INSPECTIONCHAR30RSINSPSIQM_INSPECTIONRSINSPRSINSP_INSP
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
SEQNRSequential Number RSINSP_CHECK_SEQNRNUMC4
CHECKNAMECheck RSINSP_CHECKCHAR30RSFIELDNM
CHECK_IS_BOOLCheck Results in Boolean Value RSINSP_CHECK_IS_BOOLCHAR1RS_BOOL
CHECKKINDKind of Check SIQM_CHECKKINDCHAR1SIQM_CHECKKIND
CHECKSCOPEScope of Check SIQM_CHECKSCOPECHAR1SIQM_CHECKSCOPE
RELATIONTYPEType of Relation SIQM_RELATIONTYPECHAR1SIQM_RELATIONTYPE
CHECKCATEGORYCheck Category SIQM_CHECKCATEGORYCHAR5SIQM_CHECKCATEGORY

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSINSPCHECK
INTO CORRESPONDING FIELDS OF WA_RSINSPCHECK
WHERE...

How to access SAP table RSINSPCHECK

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