JST_PLO_CONS SAP (IS-M: Table for Consolidating Postal Code-City) Table details

Dictionary Type: Table
Description: IS-M: Table for Consolidating Postal Code-City




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




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

JST_PLO_CONS is a standard SAP Table which is used to store IS-M: Table for Consolidating Postal Code-City data and is available within R/3 SAP systems depending on the version and release level.

The JST_PLO_CONS table consists of various fields, each holding specific information or linking keys about IS-M: Table for Consolidating Postal Code-City data available in SAP. These include LAND1_ALT (Country Key), PLZNEU_ALT (IS-M: Postal code), PLZLFD_ALT (IS-M/SD: Sequence number for postal code (for history)), ALORT_ALT (IS-M: City Number (Unique)).. 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_PLO_CONS 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
REC_ID Record ID0
LAND1_ALTCountry Key LAND1CHAR3Assigned to domainLAND1LND
PLZNEU_ALTIS-M: Postal code PLZNEUCHAR10Assigned to domainNPSTLZJSP
PLZLFD_ALTIS-M/SD: Sequence number for postal code (for history) PLZLFDNRNUMC3NUMC3
ALORT_ALTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
PLZNEUIS-M: Postal code PLZNEUCHAR10Assigned to domainNPSTLZJSP
PLZLFDNRIS-M/SD: Sequence number for postal code (for history) PLZLFDNRNUMC3NUMC3
ALORTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
VERSION Version0
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
VERSION_JIS-M: Version year VERSION_JNUMC4JAHR
VERSION_MIS-M: Version month VERSION_MNUMC2AM_MONAT
VERSION_TIS-M: Version day VERSION_TNUMC2AM_TAG
VERSION_NRIS-M: Version number VERSION_NRCHAR5ALPHAVERSION_NR

Key field Non-key field



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

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

SELECT SINGLE *
FROM JST_PLO_CONS
INTO CORRESPONDING FIELDS OF WA_JST_PLO_CONS
WHERE...

How to access SAP table JST_PLO_CONS

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