GRRM_S_ARCHIVE_DATA SAP (Archive Data Structure) Structure details

Dictionary Type: Structure
Description: Archive Data Structure




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




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

GRRM_S_ARCHIVE_DATA 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 "Archive Data Structure" 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_GRRM_S_ARCHIVE_DATA TYPE GRRM_S_ARCHIVE_DATA.

The GRRM_S_ARCHIVE_DATA table consists of various fields, each holding specific information or linking keys about Archive Data Structure data available in SAP. These include CASE_GUID (Technical Case Key (Case GUID)), CASE_TYPE (Case Type), EXT_KEY (Case ID), EXT_REF (External reference).. 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 GRRM_S_ARCHIVE_DATA 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CASE_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
CASE_TYPECase Type SCMGCASE_TYPECHAR4Assigned to domainSCMGCASE_TYPE
EXT_KEYCase ID SCMG_EXT_KEYCHAR12ALPHASCMG_EXT_KEY
EXT_REFExternal reference SCMG_EXT_REFCHAR30CHAR30
CREATED_BYCreated By SCMG_CREATE_USERCHAR12Assigned to domainXUBNAME
CREATE_TIMECreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGE_TIMELast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CLOSED_BYClosed by User SCMG_CLOSED_BYCHAR12Assigned to domainXUBNAME
CLOSING_TIMEClosed at Time SCMG_CLOSING_TIMEDEC15TSTPSSCMG_TIMESTAMP
PLAN_END_DATEPlanned Close Date SCMG_PLAN_END_DATEDATS8DATUM
PROCESSORProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible SCMG_RESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_ADDR
CASE_TITLECase Title SCMG_CASE_TITLECHAR80TEXT80
ESCAL_REASONReason for Escalation SCMG_ESCAL_REASONCHAR2CHAR2
CATEGORYCategory SCMG_CATEGORYCHAR4CHAR4
PRIORITYPriority SCMG_PRIORITYNUMC1NUM01
SECURE_LEVELAuthorization level SCMG_SECURE_LEVELCHAR1CHAR1
STAT_ORDERNOCase: Status SCMGSTATUSONRNUMC2SCMGSTATUSONR
STAT_PARACase: System Status SCMGSTATPARACHAR3CHAR03
STAT_OBJNRCase: Status Object Number (GUID), (Central Status Managmnt) SCMGSTATOBJNRCHAR32SYSUUID_C
STAT_LINECase: System Status Description (Central Status Management) SCMGSTATLINECHAR40SCMGSTATLINE
STAT_USER_LINECase: User Status Description (Central Status Management) SCMGSTATUSERLINECHAR40SCMGSTATLINE
REASON_CODEReason for Case SCMG_REASON_CODECHAR4CHAR4
VALID_FROMValid From (System Date) GRRM_ANALYSIS_VALIDFROMDATS8
CURRENCYCurrency GRFN_CURRENCYCUKY5Assigned to domainWAERSFWSH_TCURC
VALID_TOValid To GRRM_ANALYSIS_VALIDTODATS8
ASSESSED_BY_IDUser ID GRFN_USERIDCHAR12UNAME
PROFILE_IDAnalysis Profile ID GRRM_CC_IDCHAR10Assigned to domainGRRM_IMPACT_CAT
TIMEFRAMESpeed of Onset GRRM_SPEED_OF_ONSETCHAR4Assigned to domainGRRM_SPEED_OF_ONSET
DATE_BEGINStart Date BEGDATUMDATS8DATUMBEG
DATE_ENDEnd Date ENDDATUMDATS8DATUMEND
ORGUNIT_IDObject ID GRFN_OBJECTIDNUMC8
RESP_TYPEResponse Type GRRM_RESPONSE_TYPECHAR4Assigned to domainGRRM_RESPONSE_TYPE
RESP_PURPOSEresponse purpose GRRM_RESPONSE_PURPOSECHAR1GRRM_RESPONSE_PURPOSE
RESP_SHARINGresponse share GRRM_RESP_SHARINGCHAR4GRRM_RESP_SHARING
RESP_COMPLETIONResponse Completion Percentage GRRM_RESPONSE_COMPLETIONDEC3GRRM_RESPONSE_COMPLETION
RESP_EFFECTResponse effectiveness in percent GRRM_RESPONSE_EFFECTIVENESSDEC3GRRM_RESPONSE_EFFECTIVENESS
DUE_DATEResponse due date GRRM_RESPONSE_DUEDATEDATS8GRRM_RESPONSE_DUEDATE
RESP_COSTresponse cost GRRM_RESPONSE_COSTCURR15(2) GRRM_RESPONSE_COST
EFFECTIVE_TOStart Date BEGDATUMDATS8DATUMBEG
EFFECTIVE_FROMEnd Date ENDDATUMDATS8DATUMEND
WF_PROCESSORProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
CONTROL_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
PROPOSAL_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
RESP_ENTITY_TYPEResponse Entity Type GRRM_RESP_ENTITY_TYPECHAR2GRRM_RESP_ENTITY_TYPE

Key field Non-key field



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

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

How to access SAP table GRRM_S_ARCHIVE_DATA

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