GRFN_S_ACTION_ISSUE_DATA SAP (Action and Ad hoc Issue) Structure details

Dictionary Type: Structure
Description: Action and Ad hoc Issue




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




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

GRFN_S_ACTION_ISSUE_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 "Action and Ad hoc Issue" 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_GRFN_S_ACTION_ISSUE_DATA TYPE GRFN_S_ACTION_ISSUE_DATA.

The GRFN_S_ACTION_ISSUE_DATA table consists of various fields, each holding specific information or linking keys about Action and Ad hoc Issue data available in SAP. These include ACTION_NAME (Key that Flags a Corrective/Preventive Action), ISSUE_NAME (Case Title), ISSUE_DESCRIPTION (Issue Description), ISSUE_PRIORITY (Issue Priority).. 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 GRFN_S_ACTION_ISSUE_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
ACTION_GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
ACTION_NAMEKey that Flags a Corrective/Preventive Action PLMT_AUDITACTION_IDCHAR24CGPL_EXTIDPLM_AUDIT_ACTION
ISSUE_NAMECase Title SCMG_CASE_TITLECHAR80TEXT80
ISSUE_DESCRIPTION Issue Description0
ISSUE_PRIORITYIssue Priority GRPC_ISSUE_PRIORITYCHAR1GRPC_ISSUE_PRIORITY
OBJECT_TYPEEntity ID GRFN_API_ENTITY_IDCHAR20Assigned to domainGRFN_API_ENTITY_ID
OBJECT_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
OBJECT_NAMEObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
ISSUE_DATEEnd Date ENDDATUMDATS8DATUMEND
DUE_DATEEnd Date ENDDATUMDATS8DATUMEND
OWNERProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
HIGH_LEVELHigher-Level Audit Question PLMT_PARENT_AUDIT_QUEST_IDCHAR24CGPL_EXTIDPLM_AUDIT_QUESTION
CREATED_BYName of Person Who Created the Component PLMT_CREATED_BYCHAR12USNAM
CREATED_ONDate on Which Component Was Created PLMT_CREATED_ONDATS8DATUM
CHANGED_BYName of Person, Who Last Changed the Component PLMT_CHANGED_BYCHAR12USNAM
CHANGED_ONDate on which the component was last changed PLMT_CHANGED_ONDATS8DATUM
ACTION_DESCLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
PARENT_QUEST_GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
ISSUE_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
PROCESSORProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
CREATE_DATEField of type DATS DATSDATS8DATS

Key field Non-key field



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

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

How to access SAP table GRFN_S_ACTION_ISSUE_DATA

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