FOPT_BSP_MANAGEMENT_CONTROL SAP (Management Control) Structure details

Dictionary Type: Structure
Description: Management Control




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




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

FOPT_BSP_MANAGEMENT_CONTROL 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 "Management Control" 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_FOPT_BSP_MANAGEMENT_CONTROL TYPE FOPT_BSP_MANAGEMENT_CONTROL.

The FOPT_BSP_MANAGEMENT_CONTROL table consists of various fields, each holding specific information or linking keys about Management Control data available in SAP. These include OBJECT_KEY (Object Key), ASS_PROC (Assessment Description), TO_BE_TESTED (To Be Tested), TESTPROC (Test Description).. 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: Can Be Enhanced (Deep)


SAP FOPT_BSP_MANAGEMENT_CONTROL 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
ASS_PROCAssessment Description FOPC_MCONTROL_ASS_TEXTSTRG0FOPC_MCONTROL_ASS_TEXT
TO_BE_TESTEDTo Be Tested FOPC_MCONTROL_TO_BE_TESTEDCHAR1FOPC_MCONTROL_TO_BE_TESTED
TESTPROCTest Description FOPC_MCONTROL_TEST_TEXTSTRG0FOPC_MCONTROL_TEST_TEXT
MCONTROL_IDManagement Control ID FOPC_MCONTROL_IDSTRG256
VALIDFROMValid from FOPC_DATE_FROMDATS8FOPC_DATE_FROM
VALIDTOValid to FOPC_DATE_TODATS8FOPC_DATE_TO
ACTIVESymbol: Management Control Is Assigned FOPC_MCONTROL_ACTIVECHAR30ICONNAME
MCONTROL_ASSIGNAssignment FOPC_MCONTROL_ASSIGNNUMC8
VALIDFROM_ASSIGNAssignment Valid from FOPC_ASGN_DATE_FROMDATS8FOPC_DATE_FROM
VALIDTO_ASSIGNAssignment Valid to FOPC_ASGN_DATE_TODATS8FOPC_DATE_TO
DESCR_ASSIGNManagement Control Name FOPC_MCONTROL_DESCRCHAR40FOPC_DESCR
LTEXT_ASSIGNDescription (Long Text) FOPC_MCONTROL_LTEXTSTRG0FOPC_MCONTROL_LTEXT
PRIOXDescription FOPC_LONG_TEXTSTRG0
DESCRManagement Control Name FOPC_MCONTROL_DESCRCHAR40FOPC_DESCR
DESCR2Management Control Name FOPC_MCONTROL_DESCRCHAR40FOPC_DESCR
LTEXTDescription (Long Text) FOPC_MCONTROL_LTEXTSTRG0FOPC_MCONTROL_LTEXT
IS_MMManagement Control Is a Control (Not an MC Group) FOPC_MCONTROL_IS_MMCHAR1FOPC_MCONTROL_IS_MM
MM_CNTR_GROUPManagement Control Group FOPC_MCONTROL_GROUPCHAR10FOPC_MCONTROL_GROUP
TO_BE_ASSESSEDTo Be Assessed FOPC_MCONTROL_TO_BE_ASSESSEDCHAR1FOPC_MCONTROL_TO_BE_ASSESSED
T_TASK 0
NOT_YET_CREATEDIndicator: Not Yet Created FOPC_NOT_YET_CREATEDCHAR1FOPC_NOT_YET_CREATED
HAS_ERRORCheckbox XFELDCHAR1XFELD
PARENT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
ICON 0
ICON_EXPANDED 0
IS_EXPANDEDCheckbox XFELDCHAR1XFELD
IS_LEAFCheckbox XFELDCHAR1XFELD
IS_HOTSPOTCheckbox XFELDCHAR1XFELD
TOOLTIP Tooltip for Icon0
DESCRIPTION Description0

Key field Non-key field



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

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

How to access SAP table FOPT_BSP_MANAGEMENT_CONTROL

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