PSHLP_COST_ACTIVITY_DATE_ST SAP (Structure for Activity data compare) Structure details

Dictionary Type: Structure
Description: Structure for Activity data compare




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




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

PSHLP_COST_ACTIVITY_DATE_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 "Structure for Activity data compare" 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_PSHLP_COST_ACTIVITY_DATE_ST TYPE PSHLP_COST_ACTIVITY_DATE_ST.

The PSHLP_COST_ACTIVITY_DATE_ST table consists of various fields, each holding specific information or linking keys about Structure for Activity data compare data available in SAP. These include STEUS (Control key), ACTY_TYPE_TEXT (Control key description), FRSP (Earliest possible activity / Latest possible activity), DAUNO (Normal duration of the activity).. 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 (Deep)


SAP PSHLP_COST_ACTIVITY_DATE_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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
ACTY_TYPE_TEXTControl key description STEUTXTCHAR40TEXT40
FRSPEarliest possible activity / Latest possible activity FRSPCHAR1FRSP
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
EWDANNormal duration (from forecast) of activity EWDANQUAN5(1) DAUER_4_1
EWDNEUnit for forecast normal duration EWDNEUNIT3Assigned to domainCUNITMEINS
DDEHNIndicator: flexible duration DAUDEHNCHAR1X
EINSAConstraint on the basic start date for the activity EINSCHRACHAR1RESTRIKSTR
NTANFConstraint for activity start (Basic) VORGABESTDDATS8VORGABESTR
NTANZConstraint for activity start time (Basic) VORGABESTZTIMS6ATIME
EINSEConstraint on the finish date of the activity EINSCHRECHAR1RESTRIKEND
NTENDConstraint for Finish of Activity (Basic) VORGABEEND2DATS8VORGABEEND
NTENZBasic finish time of the activity VORGABEENZTIMS6ATIME
PUFGSTotal float PUFFR_GESMDEC3PUFFER
PUFFRFree float PUFFR_FREIDEC3PUFFER
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
DABEAProcessing time CO_DAUBEAQUAN7(1) DAUER_6_1
BEAZEUnit of measure for processing time BEAZEUNIT3CUNITEINHEIT
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
ISDDActual start: Execution (date) ISDDDATS8DATUM
ISDZActual start: Execution/setup (time) ISDZTIMS6ATIME
IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
ISMNWActual work CO_ISMNWQUAN13(3) MENG13
EPANFDispatched start date for operation EPANFDATS8DATUM
EPANZDispatched start time for operation EPANZTIMS6ATIME
EPENDDispatched finish date EPENDDATS8DATUM
EPENZDispatched finish time EPENZTIMS6ATIME
EWSTAForecast date constraint on activity start PS_RESTACHAR1RESTRIKSTR
EWSTDForecasted start date for the activity EWSTARTDDATS8DATUM
EWSTZForecast start time of the activity EWSTARTZTIMS6ATIME
EWSTEForecast date constraint on activity finish PS_RESTECHAR1RESTRIKEND
EWENDForecast finish date EWENDEDDATS8DATUM
EWENZForecast finish time for the activity EWENDEZTIMS6ATIME
PUFGPTotal float (from forecast) PPUFF_GESMDEC3PUFFER
PUFFPFree float (from forecast) PPUFF_FREIDEC3PUFFER
FPAVDEarliest scheduled start date (forecast) FPAVDDATS8DATUM
FPAVZEarliest scheduled start time (forecast) FPAVZTIMS6ATIME
FPEDDEarliest scheduled finish date (forecast) FPEDDDATS8DATUM
FPEDZEarliest scheduled finish time (forecast) FPEDZTIMS6ATIME
SPAVDLatest scheduled start date (forecast) SPAVDDATS8DATUM
SPAVZLatest scheduled start time (forecast) SPAVZTIMS6ATIME
SPEDDLatest scheduled finish date (forecast) SPEDDDATS8DATUM
SPEDZLatest scheduled finish time (forecast) SPEDZTIMS6ATIME
DAPBEDuration of processing time (forecast) CO_DAUBEAPQUAN7(1) DAUER_6_1
BEAZPUnit of processing time (Forecast) BEAZEPUNIT3CUNITEINHEIT
PEDDForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
PEDZForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
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 PSHLP_COST_ACTIVITY_DATE_ST using ABAP code?

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

How to access SAP table PSHLP_COST_ACTIVITY_DATE_ST

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