P1281 SAP (Work Item Schedule Data) Structure details

Dictionary Type: Structure
Description: Work Item Schedule Data




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




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

P1281 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 "Work Item Schedule 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_P1281 TYPE P1281.

The P1281 table consists of various fields, each holding specific information or linking keys about Work Item Schedule Data data available in SAP. These include CLIENT (Client), WI_ID (Work item ID), WI_DSD (Requested Start Date for Work Item), WI_DST (Requested start time for work item).. 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: Cannot Be Enhanced


SAP P1281 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
CLIENTClient MANDTCLNT3T000MANDT
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
WI_DSDRequested Start Date for Work Item SWW_DSDDATS8SYDATS
WI_DSTRequested start time for work item SWW_DSTTIMS6SYTIME
WI_LSDLatest Start Date for Work Item SWW_LSDDATS8SYDATS
WI_LSTLatest start time for work item SWW_LSTTIMS6SYTIME
WI_LSACTAction on latest start SWW_LSACTCHAR30TFDIRFUNCNAME
WI_DEDRequested End Date for Work Item SWW_DEDDATS8SYDATS
WI_DETRequested end time for work item SWW_DETTIMS6SYTIME
WI_DEACTAction on requested end date/time SWW_DEACTCHAR30TFDIRFUNCNAME
WI_LEDLatest End Date for Work Item SWW_LEDDATS8SYDATS
WI_LETLatest end time for work item SWW_LETTIMS6SYTIME
WI_LEACTAction on Latest End SWW_LEACTCHAR30TFDIRFUNCNAME
WI_LEESCEscalation levels on latest end date/time of a work item SWW_LEESCNUMC8SWW_PLADUR
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWWDHSTEXTSWW_WIDHST
INH_DSDInherited requested start date SWW_IDSDDATS8SYDATS
INH_DSTInherited requested start SWW_IDSTTIMS6SYTIME
INH_WIDSWork item which inherits requested start deadline SWW_WIDSNUMC12SWWWIHEADSWW_WIID
INH_LSDInherited latest start date SWW_ILSDDATS8SYDATS
INH_LSTInherited latest start SWW_ILSTTIMS6SYTIME
INH_LSACTInherited action for latest start SWW_ILSACTCHAR30TFDIRFUNCNAME
INH_WILSWork item which inherits latest start deadline SWW_WILSNUMC12SWWWIHEADSWW_WIID
INH_DEDInherited requested end date SWW_IDEDDATS8SYDATS
INH_DETInherited requested end SWW_IDETTIMS6SYTIME
INH_DEACTInherited action for requested end SWW_IDEACTCHAR30TFDIRFUNCNAME
INH_WIDEWork item which inherits requested end deadline SWW_WIDENUMC12SWWWIHEADSWW_WIID
INH_LEDInherited latest end date SWW_ILEDDATS8SYDATS
INH_LETInherited latest end SWW_ILETTIMS6SYTIME
INH_LEACTInherited action for latest end SWW_ILEACTCHAR30TFDIRFUNCNAME
INH_LEESCInherited latest end escalation SWW_ILEESCNUMC8SWW_PLADUR
INH_WILEWork item which inherits requested end deadline SWW_WILENUMC12SWWWIHEADSWW_WIID
WI_DS_UTCWorkflow: Requested Start in UTC SWW_DSUTCCHAR1XFELD
WI_LS_UTCWorkflow: Latest Start in UTC SWW_LSUTCCHAR1XFELD
WI_DE_UTCWorkflow: Requested End in UTC SWW_DEUTCCHAR1XFELD
WI_LE_UTCWorkflow: Latest End (Deadline) in UTC SWW_LEUTCCHAR1XFELD
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND

Key field Non-key field



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

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

How to access SAP table P1281

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