CONTROL_WBS_OVR_ST SAP (WBS Overview structure) Structure details

Dictionary Type: Structure
Description: WBS Overview structure




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




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

CONTROL_WBS_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 "WBS 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_WBS_OVR_ST TYPE CONTROL_WBS_OVR_ST.

The CONTROL_WBS_OVR_ST table consists of various fields, each holding specific information or linking keys about WBS Overview structure data available in SAP. These include LEVEL (Level in Project Hierarchy), DESCRIPTION_WBS (PS: Short description (1st text line)), OBJNR (Object number), PSPHI_WBS (Current number of the appropriate project).. 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_WBS_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
WBS_ELEMENTWork breakdown structure element (WBS element) PS_IDENTCHAR40TEXT40
LEVELLevel in Project Hierarchy PS_STUFEINT13INT1
DESCRIPTION_WBSPS: Short description (1st text line) PS_POST1CHAR40TEXT40
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PSPHI_WBSCurrent number of the appropriate project PS_PSPHINUMC8Assigned to domainKONPDPS_PSPNR
ERNAM_WBSName of Person who Created the Object ERNAMCHAR12USNAM
ERDAT_WBSDate on Which Record Was Created ERDATDATS8DATUM
AENAM_WBSName of Person Who Changed Object AENAMCHAR12USNAM
AEDAT_WBSChanged On AEDATDATS8DATUM
PRART_WBSProject type PS_PRARTCHAR2Assigned to domainPS_PRART
PLAKZ_WBSIndicator: Planning element PS_PLAKZCHAR1XFELD
BELKZ_WBSIndicator: Account assignment element PS_BELKZCHAR1XFELD
FAKKZ_WBSIndicator: Billing element PS_FAKKZCHAR1XFELD
KALSM_WBSCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
ZSCHL_WBSOverhead key AUFZSCHLCHAR6CHAR6
ABGSL_WBSResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
PSPRI_WBSPriority NW_PRIOCHAR1Assigned to domainNW_PRIO
CLASF_WBSIndicator: WBS element used in project summarization PS_CLASFCHAR1XFELD
XSTAT_WBSStatistical WBS element PS_XSTATCHAR1XFELD
ZSCHM_WBSInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
IMPRF_WBSInvestment measure profile IM_PROFILCHAR6Assigned to domainIM_PROFIL
PLINT_WBSIndicator for Integrated Planning PLINTCHAR1XFELD
IZWEK_WBSReason for investment IZWEKCHAR2Assigned to domainIZWEK
ISIZE_WBSScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
IUMKZ_WBSReason for environmental investment AM_UMWKZCHAR5Assigned to domainAM_UMWKZ
ADPSP_WBSReference Element PM/PS ADDCOMPARE_CORECHAR40Assigned to domainADDCOMPARE_COREADCP
RFIPPNT_WBSReference Point for Relationship Between iPPE and PS CN_RPIPCHAR20Assigned to domainCN_RFPNT
GRPKZ_WBSIndicator: Grouping WBS element GRPSPKZCHAR1GRPSPKZ
SCOPE_WBSObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
TXJCD_WBSTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ

Key field Non-key field



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

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

How to access SAP table CONTROL_WBS_OVR_ST

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