JST_PDU_STATE SAP (Status Table for Postal Data Upgrade) Table details

Dictionary Type: Table
Description: Status Table for Postal Data Upgrade




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




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

JST_PDU_STATE is a standard SAP Table which is used to store Status Table for Postal Data Upgrade data and is available within R/3 SAP systems depending on the version and release level.

The JST_PDU_STATE table consists of various fields, each holding specific information or linking keys about Status Table for Postal Data Upgrade data available in SAP. These include PD_POST_VERS_ID (Postal Data Version Number (Postal Service)), PD_SAP_VERS_ID (Postal Data Version Number (SAP)), PD_STEP (PDU - Level), PD_PHASE (PDU - Step Within Level).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP JST_PDU_STATE table 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
PD_LANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
PD_POST_VERS_ID Postal Data Version Number (Postal Service)0
PD_SAP_VERS_ID Postal Data Version Number (SAP)0
PD_STEP PDU - Level0
PD_PHASE PDU - Step Within Level0
LOG_DATEDate DATUMDATS8DATUM
LOG_TIMEField of type TIMS TIMSTIMS6TIME
LOG_USERCreated By ERFUSERCHAR12USNAM
PD_LOG_FNAMELogical file name FILEINTERNCHAR60Assigned to domainFILEINTERN
PD_PHY_FNAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
PD_FNAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
PD_CUST_LABEL Customer Label0
X_PHASE_FINISHEDCheckbox XFELDCHAR1XFELD
X_STEP_FINISHEDCheckbox XFELDCHAR1XFELD
X_PHASE_ERRORCheckbox XFELDCHAR1XFELD
X_STEP_ERRORCheckbox XFELDCHAR1XFELD
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP table JST_PDU_STATE using ABAP code

The following ABAP code Example will allow you to do a basic selection on JST_PDU_STATE to SELECT all data from the table
DATA: WA_JST_PDU_STATE TYPE JST_PDU_STATE.

SELECT SINGLE *
FROM JST_PDU_STATE
INTO CORRESPONDING FIELDS OF WA_JST_PDU_STATE
WHERE...

How to access SAP table JST_PDU_STATE

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