DRP_CRMCHKRESL_S SAP (DEV Reporting: ATC API Checkman Results) Structure details

Dictionary Type: Structure
Description: DEV Reporting: ATC API Checkman Results




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




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

DRP_CRMCHKRESL_S 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 "DEV Reporting: ATC API Checkman Results" 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_DRP_CRMCHKRESL_S TYPE DRP_CRMCHKRESL_S.

The DRP_CRMCHKRESL_S table consists of various fields, each holding specific information or linking keys about DEV Reporting: ATC API Checkman Results data available in SAP. These include OBJSETKIND (Single-Character Indicator), OBJSETID (Four-digit number), PGMID (Not More Closely Defined Area, Possibly Used for Patchlevels), OBJECT (Not More Closely Defined Area, Possibly Used for Patchlevels).. 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: Cannot Be Enhanced


SAP DRP_CRMCHKRESL_S 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
OBJSETKINDSingle-Character Indicator CHAR1CHAR1CHAR1
OBJSETIDFour-digit number NUM4NUMC4NUM04
PGMIDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
OBJECTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
OBJ_NAMEDEV Reporting: Checkman Object Name in Check Set DRP_CRMOBJNAMCHAR48CHAR48
CHKIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
CHKMSGIDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
POBJECTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
POBJ_NAMEDEV Reporting: Checkman Object Name in Check Set DRP_CRMOBJNAMCHAR48CHAR48
CHKRSLTNBRNumc3, internal use NUMC3NUMC3NUMC3
DLVUNIT30 Characters CHAR30CHAR30CHAR30
DLVURELCharacter Field Length = 10 CHAR10CHAR10CHAR10
CHKVIEWCharacter Field Length = 10 CHAR10CHAR10CHAR10
MSGGRPIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
CHKMSGPRIONumeric 1-character NUM1NUMC1NUM1
CHKTSTAMPDEV Reporting: Timestamp (YYYYMMDDHHMMSS) DRP_TSTAMPNUMC14TSTAMP
ACKNOWLEDSingle-Character Indicator CHAR1CHAR1CHAR1
EXCEPTEDSingle-Character Indicator CHAR1CHAR1CHAR1
SUCCESSSingle-Character Indicator CHAR1CHAR1CHAR1
ERRORSingle-Character Indicator CHAR1CHAR1CHAR1
DEVCLASS30 Characters CHAR30CHAR30CHAR30
COMP_SHORTCharacter field length 24 CHAR24CHAR24CHAR24
RESPCharacter Field of Length 12 CHAR12CHAR12CHAR12
RESPKINDSingle-Character Indicator CHAR1CHAR1CHAR1
RESPOBJCharacter Field of Length 12 CHAR12CHAR12CHAR12
RESPLCHGCharacter Field of Length 12 CHAR12CHAR12CHAR12
RESPDCLCharacter Field of Length 12 CHAR12CHAR12CHAR12
EXISTTADIRSingle-Character Indicator CHAR1CHAR1CHAR1
EXISTDEVCLSingle-Character Indicator CHAR1CHAR1CHAR1
EXISTCOMPSingle-Character Indicator CHAR1CHAR1CHAR1
DELIVERYSingle-Character Indicator CHAR1CHAR1CHAR1
TRLAYERNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
COSTCENTERCharacter Field Length = 10 CHAR10CHAR10CHAR10
EMAILDEV Reporting: Character 241 DRP_CHAR241CHAR241DRPCHAR241
RESP1Character Field of Length 12 CHAR12CHAR12CHAR12
RESP2Character Field of Length 12 CHAR12CHAR12CHAR12
RESP3Character Field of Length 12 CHAR12CHAR12CHAR12
RESP4Character Field of Length 12 CHAR12CHAR12CHAR12
RESP5Character Field of Length 12 CHAR12CHAR12CHAR12
CHKSYSTEMCharacter field, 8 characters long CHAR8CHAR8CHAR8
CHKCLIENT3-Byte field CHAR3CHAR3CHAR3
CHKDBCharacter Field Length = 10 CHAR10CHAR10CHAR10
CHKOSCharacter Field Length = 10 CHAR10CHAR10CHAR10
UNICODESingle-Character Indicator CHAR1CHAR1CHAR1
NEWMSGSingle-Character Indicator CHAR1CHAR1CHAR1
PROJECT_GUIDDEV Reporting: cProjekt GUID DRP_PROJECTRAW16SYSUUID
PRIO1Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
PRIO2Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
PRIO3Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
PRIO4Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
Q_STANDARDVersion Number Component CHAR2CHAR2CHAR2
Q_PHASE_LISTText Field of Length 60 TEXT60CHAR60TEXT60
FIRST_OCCURRENCEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table DRP_CRMCHKRESL_S

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