NTWXPD_INPUT SAP (Input Structure for Expediting Network Activity) Structure details

Dictionary Type: Structure
Description: Input Structure for Expediting Network Activity




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




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

NTWXPD_INPUT 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 "Input Structure for Expediting Network Activity" 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_NTWXPD_INPUT TYPE NTWXPD_INPUT.

The NTWXPD_INPUT table consists of various fields, each holding specific information or linking keys about Input Structure for Expediting Network Activity data available in SAP. These include PSPID (Project Definition), POSID (Work Breakdown Structure Element (WBS Element)), AUFNR (Order Number), VORNR (Operation/Activity Number).. 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 NTWXPD_INPUT 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
IDENTIdentification EXP_IDENTCHAR50CHAR50XPD
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
FSAVDEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
FSAVZEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
FSEDDEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
FSEDZEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
SSAVDLatest scheduled start: Execution (date) SSAVDDATS8DATUM
SSAVZLatest scheduled start: Execution (time) SSAVZTIMS6ATIME
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
ISDDActual start: Execution (date) ISDDDATS8DATUM
ISDZActual start: Execution/setup (time) ISDZTIMS6ATIME
IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
CO_PEDDForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
CO_PEDZForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
EPANFDispatched start date for operation EPANFDATS8DATUM
EPANZDispatched start time for operation EPANZTIMS6ATIME
EPENDDispatched finish date EPENDDATS8DATUM
EPENZDispatched finish time EPENZTIMS6ATIME
CO_DAUBEAProcessing time CO_DAUBEAQUAN7(1) DAUER_6_1
BEAZEUnit of measure for processing time BEAZEUNIT3CUNITEINHEIT
ARBEITWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBEITEUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
CO_ISMNWActual work CO_ISMNWQUAN13(3) MENG13
PDAUForecasted duration of activity from confirmation PDAUQUAN5(1) DAUER_4_1
PDAEUnit of the forecasted duration from the confirmation PDAEUNIT3Assigned to domainCUNITMEINS
OFMNWForecasted work (actual + remaining) OFMNWQUAN7(1) ARBEIT

Key field Non-key field



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

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

How to access SAP table NTWXPD_INPUT

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