WBS_CONTROLDATA_ST SAP (Project Structure for Control data) Structure details

Dictionary Type: Structure
Description: Project Structure for Control data




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




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

WBS_CONTROLDATA_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 "Project Structure for Control data" 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_WBS_CONTROLDATA_ST TYPE WBS_CONTROLDATA_ST.

The WBS_CONTROLDATA_ST table consists of various fields, each holding specific information or linking keys about Project Structure for Control data data available in SAP. These include PROJ_TYPE (Project type), WBS_PLANNING_ELEMENT (Indicator: Planning element), WBS_ACCOUNT_ASSIGNMENT_ELEMENT (Indicator: Account assignment element), WBS_BILLING_ELEMENT (Indicator: Billing element).. 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)


SAP WBS_CONTROLDATA_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_POSIDCHAR24PROJNPS_POSIDPRO
PROJ_TYPEProject type PS_PRARTCHAR2Assigned to domainPS_PRART
WBS_PLANNING_ELEMENTIndicator: Planning element PS_PLAKZCHAR1XFELD
WBS_ACCOUNT_ASSIGNMENT_ELEMENTIndicator: Account assignment element PS_BELKZCHAR1XFELD
WBS_BILLING_ELEMENTIndicator: Billing element PS_FAKKZCHAR1XFELD
CSTG_SHEETCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
OVERHEAD_KEYOverhead key AUFZSCHLCHAR6CHAR6
RES_ANAL_KEYResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
PRIORITYPriority NW_PRIOCHAR1Assigned to domainNW_PRIO
WBS_SUMMARIZATIONIndicator: WBS element used in project summarization PS_CLASFCHAR1XFELD
WBS_CCTR_POSTED_ACTUALCost center to which costs are actually posted PS_KOSTLCHAR10Assigned to domainALPHAKOSTL
OBJECTCLASSObject class, language-dependent SCOPE_LDCHAR5CHAR5
STATISTICALStatistical WBS element PS_XSTATCHAR1XFELD
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
INTEREST_PROFInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
INVEST_PROFILEInvestment measure profile IM_PROFILCHAR6Assigned to domainIM_PROFIL
PLANINTEGRATEDIndicator for Integrated Planning PLINTCHAR1XFELD
INV_REASONReason for investment IZWEKCHAR2Assigned to domainIZWEK
SCALEScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
ENVIR_INVESTReason for environmental investment AM_UMWKZCHAR5Assigned to domainAM_UMWKZ
WBS_MRP_ELEMENTIndicator: Grouping WBS element GRPSPKZCHAR1GRPSPKZ

Key field Non-key field



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

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

How to access SAP table WBS_CONTROLDATA_ST

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