SAP WCSPLAN WCM: I/O Planning Data Table data and field list

WCSPLAN 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 "WCM: I/O Planning 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_WCSPLAN TYPE WCSPLAN.

The WCSPLAN table consists of various fields, each holding specific information or linking keys about WCM: I/O Planning Data data available in SAP. These include AUFNT (Number of superior network), VORNR (Activity number replaced by sub-network), BDATE (Basic start date), BTIME (Basic start time)... 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. .

WCSPLAN structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WCSPLAN structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the WCSPLAN table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PSPELWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
AUFNTNumber of superior network CO_TEILNETCHAR12AUFKALPHAAUFNR
VORNRActivity number replaced by sub-network CN_VORNRTCHAR4NUMCVVORNR
BDATEBasic start date CO_GSTRPDATS8DATUM
BTIMEBasic start time CO_GSUZPTIMS6UHRZT
EDATEBasic finish date CO_GLTRPDATS8DATUM
ETIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
TSDATEScheduled start CO_GSTRSDATS8DATUM
TSTIMEScheduled Start (Time) CO_GSUZSTIMS6ATIME
TFDATEScheduled finish CO_GLTRSDATS8DATUM
TFTIMEScheduled finish time CO_GLUZSTIMS6UHRZT
ESDATEDate WCEDATEDATS8DATUM
ESTIMETime WCETIMETIMS6UZEIT
EFDATEDate WCEDATEDATS8DATUM
EFTIMETime WCETIMETIMS6UZEIT
LSDATEDate WCEDATEDATS8DATUM
LSTIMETime WCETIMETIMS6UZEIT
LFDATEDate WCEDATEDATS8DATUM
LFTIMETime WCETIMETIMS6UZEIT
PSDATEDate WCEDATEDATS8DATUM
PSTIMETime WCETIMETIMS6UZEIT
PFDATEDate WCEDATEDATS8DATUM
PFTIMETime WCETIMETIMS6UZEIT
ASDATEActual start date CO_GSTRIDATS8DATUM
ASTIMEActual start time CO_GSUZITIMS6UHRZT
AFDATEActual finish date CO_GLTRIDATS8DATUM
AFTIMEActual End Date (Time) WCEAFTIMETIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table WCSPLAN

Within an ECC or HANA version of SAP you can also view further information about WCSPLAN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).