RSINSPSRC SAP (Source Objects of Inspection Plan) Table details

Dictionary Type: Table
Description: Source Objects of Inspection Plan




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




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

RSINSPSRC is a standard SAP Table which is used to store Source Objects of Inspection Plan data and is available within R/3 SAP systems depending on the version and release level.

The RSINSPSRC table consists of various fields, each holding specific information or linking keys about Source Objects of Inspection Plan data available in SAP. These include OBJVERS (Object version), SRC_TYPE (Type of Source), SRC_SUBTYPE (Subtype of the Source), SRC_NAME (Source of an Inspection Plan).. 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


SAP RSINSPSRC 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
SRC_TYPEType of Source RSINSP_INSP_SRC_TLOGOCHAR4RSINSP_INSP_SRC_TLOGO
SRC_SUBTYPESubtype of the Source RSINSP_INSP_SRC_TLOGO_SUBCHAR4RSINSP_INSP_SRC_TLOGO_SUB
SRC_NAMESource of an Inspection Plan RSINSP_INSP_SRC_NAMECHAR40SOBJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSINSPSRC
INTO CORRESPONDING FIELDS OF WA_RSINSPSRC
WHERE...

How to access SAP table RSINSPSRC

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