SCIPRTCL SAP (Code Inspector: Statistical Data for Inspection Runs) Table details

Dictionary Type: Table
Description: Code Inspector: Statistical Data for Inspection Runs




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




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

SCIPRTCL is a standard SAP Table which is used to store Code Inspector: Statistical Data for Inspection Runs data and is available within R/3 SAP systems depending on the version and release level.

The SCIPRTCL table consists of various fields, each holding specific information or linking keys about Code Inspector: Statistical Data for Inspection Runs data available in SAP. These include STAT_VERS (Code Inspector: Version Number of Element), STAT_USER (Code Inspector: Person Responsible), CI_DATE (Code Inspector: Start Date or Execution Date), CI_TIME (Code Inspector: Start Time or Execution Time).. 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: Not classified


SAP SCIPRTCL 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
STAT_IDCode Inspector: Element ID (Chk, ChkV, ObjM, Inspec) SCI_IDNUMC3NUMC3
STAT_VERSCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
STAT_USERCode Inspector: Person Responsible SCI_USERCHAR12AS4USERSCI_USERSCI_USER
CI_DATECode Inspector: Start Date or Execution Date SCI_STRTDTDATS8SYDATS
CI_TIMECode Inspector: Start Time or Execution Time SCI_STRTTMTIMS6SYTIME
CI_SERVERCode Inspector: Name of an Instance SCIINSTNAMCHAR20
CI_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
CI_RUNTIMECode Inspector: Runtime in ms SCIRUNTIMEINT410
CI_OBJCNTCode Inspector: Number of Objects SCIOBJCNTINT410
CI_OBJECTCode Inspector: Message for Inspection Statistics SCI_ERRORCHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCIPRTCL
INTO CORRESPONDING FIELDS OF WA_SCIPRTCL
WHERE...

How to access SAP table SCIPRTCL

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