JVTPSTFEHL SAP (IS-M/SD: Postal Units not Delivered) Table details

Dictionary Type: Table
Description: IS-M/SD: Postal Units not Delivered




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




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

JVTPSTFEHL is a standard SAP Table which is used to store IS-M/SD: Postal Units not Delivered data and is available within R/3 SAP systems depending on the version and release level.

The JVTPSTFEHL table consists of various fields, each holding specific information or linking keys about IS-M/SD: Postal Units not Delivered data available in SAP. These include FVNR (IS-M: Number of Shipping Problem Message), LAND1 (Country Key), ARTPOSTE (IS-M: Type of Postal Unit), PSTEIN (IS-M: Postal unit 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP JVTPSTFEHL 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
MANDTClient MANDTCLNT3T000MANDT
FVNRIS-M: Number of Shipping Problem Message FVNRNUMC10JVTFEHLERFVNRJVN
LAND1Country Key LAND1CHAR3T005LAND1LND
ARTPOSTEIS-M: Type of Postal Unit ARTPOSTENUMC2ARTPOSTE
PSTEINIS-M: Postal unit number PSTEINCHAR10ALPHAPSTEINPOE
GUELTIGABValid-From Date GUELTIGVONDATS8DATUMJSA
GUELTIGBISValid-To Date GUELTIGBISDATS8DATUMJSB
HNRKENNIS-M: Identifier for House Number Range HNRKENNCHAR1HAUSNRKENN
HAUSNRVONIS-M: First House Number HAUSNRVONCHAR10HAUSNUMMER
HAUSNRBISIS-M: Last House Number in Range HAUSNRBISCHAR10HAUSNUMMER
HNRZUSVONIS-M/SD: First House Number Affix HNRZUSVONCHAR8HNRZUSATZ
HNRZUSBISIS-M/SD: Last House Number Affix HNRZUSBISCHAR8HNRZUSATZ
ADRZUSATZIS-M: Further Address Affix ADRZUSATZ2CHAR6ADRZUS
STOCKWERKIS-M: Floor STOCKWERKCHAR6STOCK
XDETAILIS-M: Further details recorded XDETAILCHAR1XFELD
HNVONGIS-M: First House Number in Area Not Delivered (Even) HNVONGCHAR10HAUSNUMMER
HZVONGIS-M: Affix at Start of Undelivered Area (Even) HZVONGCHAR8HNRZUSATZ
HNBISGIS-M: Last House Number in Area Not Delivered (Even) HNBISGCHAR10HAUSNUMMER
HZBISGIS-M: Affix at End of Undelivered Area (Even) HZBISGCHAR8HNRZUSATZ
HNVONUIS-M: First House Number in Area Not Delivered (Odd) HNVONUCHAR10HAUSNUMMER
HZVONUIS-M: Affix at Start of Undelivered Area (Odd) HZVONUCHAR8HNRZUSATZ
HNBISUIS-M: Last House Number in Area Not Delivered (Odd) HNBISUCHAR10HAUSNUMMER
HZBISUIS-M: Affix at End of Undelivered Area (Odd) HZBISUCHAR8HNRZUSATZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM JVTPSTFEHL
INTO CORRESPONDING FIELDS OF WA_JVTPSTFEHL
WHERE...

How to access SAP table JVTPSTFEHL

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