PSHLP_ZAEHLTAB_ST SAP (Network related buffer) Structure details

Dictionary Type: Structure
Description: Network related buffer




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




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

PSHLP_ZAEHLTAB_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 related buffer" 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_ZAEHLTAB_ST TYPE PSHLP_ZAEHLTAB_ST.

The PSHLP_ZAEHLTAB_ST table consists of various fields, each holding specific information or linking keys about Network related buffer data available in SAP. These include AUFNR (Order Number), FLG_TEMP (General Flag), FLG_RSNUM_FINAL (General Flag), FLG_AUFPL_FINAL (General Flag).. 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_ZAEHLTAB_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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FLG_TEMPGeneral Flag FLAGCHAR1FLAG
FLG_RSNUM_FINALGeneral Flag FLAGCHAR1FLAG
FLG_AUFPL_FINALGeneral Flag FLAGCHAR1FLAG
ZAEHL_MK_MINItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
ZAEHL_ABMaximum counter reading for PLAB changes COUNT_ABNUMC8CIM_COUNT
ZAEHL_ASMaximum counter reading for PLAS changes COUNT_ASNUMC8CIM_COUNT
ZAEHL_FLMaximum counter reading for PLFL changes COUNT_FLNUMC8CIM_COUNT
ZAEHL_KOMaximum counter reading for PLKO changes COUNT_KONUMC8CIM_COUNT
ZAEHL_MKMaximum counter reading for PLMK changes COUNT_MKNUMC8CIM_COUNT
ZAEHL_MWMaximum counter reading for PLMW changes COUNT_MWNUMC8CIM_COUNT
ZAEHL_POMaximum counter reading for PLPO changes COUNT_PONUMC8CIM_COUNT
ZAEHL_APMaximum change counter for AFPO COUNT_APNUMC8CIM_COUNT
FLG_VB_ABEvent: PLAB must be updated using update program FLG_VB_ABCHAR1FLAG
FLG_VB_ASEvent: PLAS must be updated using update program FLG_VB_ASCHAR1FLAG
FLG_VB_FLEvent: PLFL must be updated using update program FLG_VB_FLCHAR1FLAG
FLG_VB_KOEvent: PLKO must be updated using update program FLG_VB_KOCHAR1FLAG
FLG_VB_MKEvent: PLMK must be updated using update program FLG_VB_MKCHAR1FLAG
FLG_VB_MWEvent: PLMW must be updated using update program FLG_VB_MWCHAR1FLAG
FLG_VB_POEvent: PLPO must be updated using update program FLG_VB_POCHAR1FLAG
FLG_VB_APEvent: AFPO must be updated via update program FLG_VB_APCHAR1FLAG
PLNAL_MAXMaximum group counter CP_PLNAL_MCHAR2ALPHAALTNR
PLNKN_MAXHighest number for task list nodes (max. counter reading) CP_PLNKN_MNUMC8KNTNR

Key field Non-key field



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

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

How to access SAP table PSHLP_ZAEHLTAB_ST

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