CONTROL_ACT_OVR_ST SAP (Activity Overview structure) Structure details

Dictionary Type: Structure
Description: Activity Overview structure




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




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

CONTROL_ACT_OVR_ST 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 "Activity Overview 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_CONTROL_ACT_OVR_ST TYPE CONTROL_ACT_OVR_ST.

The CONTROL_ACT_OVR_ST table consists of various fields, each holding specific information or linking keys about Activity Overview structure data available in SAP. These include VORNR_ACT (Operation/Activity Number), DESCRIPTION_ACT (Operation short text), STEUS_ACT (Control key), PDEST_ACT (Printer for shop papers).. 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 (character-type or numeric)


SAP CONTROL_ACT_OVR_ST 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
AUFNR_ACTOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNR_ACTOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
DESCRIPTION_ACTOperation short text LTXA1CHAR40TEXT40
STEUS_ACTControl key STEUSCHAR4Assigned to domainSTEUS
PDEST_ACTPrinter for shop papers CR_PDESTCHAR4Assigned to domainSPDEVRSPOPNAME
LARNT_ACTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LOANZ_ACTNumber of Time Tickets LOHNANZDEC3LOHNANZ
LOART_ACTWage Type LOHNARTCHAR4LOART
RSANZ_ACTNumber of confirmation slips CR_RS_ANZNUMC3NUM03
QUALF_ACTSuitability QUALFCHAR2Assigned to domainQUALF
MLSTN_ACTUsage MILESTONECHAR5Assigned to domainMILESTONE
INDET_ACTKey for calculation INDETCHAR1INDET
NPRIO_ACTPriority NW_PRIOCHAR1Assigned to domainNW_PRIO
CLASF_ACTInd.: Take Activity Into Account for Project Summarization CLASFCHAR1XFELD
ZSCHL_ACTOverhead key AUFZSCHLCHAR6CHAR6
KALSM_ACTCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
AUFKT_ACTExecution Factor AFAKTDEC3AFAKT
TXJCD_ACTTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
SCOPE_ACTObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
VERTL_ACTDistr.cap.reqmts (plant maint.,process order, network) CR_VERTNCHAR8Assigned to domainCR_VERTL
RFPNT_ACTReference point for BOM transfer CN_RFPNTCHAR20Assigned to domainCN_RFPNT
ADPSP_ACTReference Element PM/PS ADDCOMPARE_CORECHAR40Assigned to domainADDCOMPARE_COREADCP
TYPE_ACTCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table CONTROL_ACT_OVR_ST

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