PSHLP_NETWORK_WORKLIST_ST SAP (Network Worklist) Structure details

Dictionary Type: Structure
Description: Network Worklist




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




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

PSHLP_NETWORK_WORKLIST_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 "Network Worklist" 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_NETWORK_WORKLIST_ST TYPE PSHLP_NETWORK_WORKLIST_ST.

The PSHLP_NETWORK_WORKLIST_ST table consists of various fields, each holding specific information or linking keys about Network Worklist data available in SAP. These include ACT_TYPE (PS ACL Authorization Type), ACT_DESC (Description of PS ACL Authorization Type), ACTCMBDESC_TEXT (Status Combination), AUFK_STATUS (Status Combination).. 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 or numeric)


SAP PSHLP_NETWORK_WORKLIST_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
ACT_TYPEPS ACL Authorization Type PS_ACTTYPE_DELEINT13PS_ACTTYPE_DOM
ACT_DESCDescription of PS ACL Authorization Type PS_ACT_DESC_DECHAR20PS_DES_DOM
ACTCMBDESC_TEXTStatus Combination ACTCMBDESC_DECHAR200ACTCMBDESC_DO
AUFK_STATUSStatus Combination ACTCMB_DELEINT13ACTCMB_DOM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KTEXTDescription AUFTEXTCHAR40TEXT40
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AEDATChange date for Order Master AUFAEDATDATS8DATUM
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GSTRPBasic Start Date PM_ORDGSTRPDATS8DATUM
GLTRPBasic finish date CO_GLTRPDATS8DATUM
FTRMSScheduled release date CO_FTRMSDATS8DATUM
GSTRSScheduled start CO_GSTRSDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
FTRMIActual release date CO_FTRMIDATS8DATUM
GSTRIActual start date CO_GSTRIDATS8DATUM

Key field Non-key field



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

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

How to access SAP table PSHLP_NETWORK_WORKLIST_ST

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