FOPC_RFC_S_ISSUE_LIST SAP (MIC RFC Issue List) Structure details

Dictionary Type: Structure
Description: MIC RFC Issue List




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




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

FOPC_RFC_S_ISSUE_LIST 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 "MIC RFC Issue List" 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_FOPC_RFC_S_ISSUE_LIST TYPE FOPC_RFC_S_ISSUE_LIST.

The FOPC_RFC_S_ISSUE_LIST table consists of various fields, each holding specific information or linking keys about MIC RFC Issue List data available in SAP. These include ORGUNIT_T (MIC Reporting: Organizational Unit), PRGROUP (Process Group ID), PRGROUP_T (MIC Reporting: Process Group), MCGROUP (ID of Management Control Group).. 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 FOPC_RFC_S_ISSUE_LIST 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
ORGUNITOrganizational Unit ID FOPC_REP_ORGUNIT_IDNUMC8NUMC08
ORGUNIT_TMIC Reporting: Organizational Unit FOPC_REP_ORGUNIT_TEXTCHAR100FOPC_TEXT
PRGROUPProcess Group ID FOPC_REP_PRGROUP_IDNUMC8NUMC08
PRGROUP_TMIC Reporting: Process Group FOPC_REP_PRGROUP_TEXTCHAR100FOPC_TEXT
MCGROUPID of Management Control Group FOPC_REP_MCGROUP_IDNUMC8NUMC08
MCGROUP_TName of Management Control Group FOPC_REP_MCGROUP_TEXTCHAR100FOPC_TEXT
MCONTROLMIC Reporting: Management Control ID FOPC_REP_MCONTROL_IDNUMC8NUMC08
MCONTROL_TManagement Control Name FOPC_REP_MCONTROL_TEXTCHAR100FOPC_TEXT
PROCESSMIC Reporting: Process ID FOPC_REP_PROCESS_IDNUMC8NUMC08
PROCESS_TMIC Reporting: Process FOPC_REP_PROCESS_TEXTCHAR100FOPC_TEXT
CONTROLMIC Reporting: Control ID FOPC_REP_CONTROL_IDCHAR9
CONTROL_TMIC Reporting: Control FOPC_REP_CONTROL_TEXTCHAR100FOPC_TEXT
ISSUEIssue ID FOPC_REP_ISSUE_IDCHAR32SYSUUID_C
ISSUE_TIssue FOPC_REP_ISSUE_TEXTCHAR100FOPC_TEXT
ISSUE_DDescription FOPC_LONG_TEXTSTRG0
STATUSMIC Reporting: Status FOPC_RFC_STATUSINT410
STATUS_TMIC Peporting: Status - Text FOPC_REP_TOTAL_STATUS_TXTCHAR100FOPC_TEXT
ISSUE_CREATEDSystem Date SYDATUMDATS8SYDATS
ISSUE_PROCProcessor for an Issue FOPC_REP_ISSUE_PROCCHAR12Assigned to domainXUBNAME
ISSUE_PROC_TName FOPC_TEXTCHAR100FOPC_TEXT
ISSUE_RESPMIC Reporting: Issue Reported by FOPC_REP_ISSUE_RESPCHAR12Assigned to domainXUBNAME
ISSUE_RESP_TName FOPC_TEXTCHAR100FOPC_TEXT
ISSUE_CATCategory SCMG_CATEGORYCHAR4CHAR4
ISSUE_CAT_TIssue Type FOPC_REP_ISSUE_CAT_TCHAR100FOPC_TEXT
ISSUE_STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
ISSUE_STATUS_TIssue Status FOPC_REP_ISSUE_STATUS_TCHAR100FOPC_TEXT
ISSUE_CF_STATUSCarryforward Status FOPC_CF_STATUSCHAR1FOPC_CF_STATUS
ISSUE_CF_STATUS_TCarryforward Status of the Issue FOPC_REP_ISSUE_CF_STATUS_TCHAR100FOPC_TEXT
ISSUE_PRIOIssue Priority FOPC_ISSUE_PRIORITYCHAR1FOPC_ISSUE_PRIORITY
ISSUE_PRIO_TIssue Priority FOPC_REP_ISSUE_PRIO_TCHAR100FOPC_TEXT
ISSUE_DURATIONDuration for Issue/Remediation Plan FOPC_REP_DURATIONINT410
IMPLICATIONImplication FOPC_UI_IMPLICATIONSTRG0
COMMENT_NOPLANComment If No Remediation Plan FOPC_COMMENT_NO_REMPLSTRG0
CMP_CONTROLDescription FOPC_LONG_TEXTSTRG0

Key field Non-key field



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

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

How to access SAP table FOPC_RFC_S_ISSUE_LIST

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