JYTADRCODE SAP (IS-M: Address Data with Coding and Postal Units) Structure details

Dictionary Type: Structure
Description: IS-M: Address Data with Coding and Postal Units




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




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

JYTADRCODE 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 "IS-M: Address Data with Coding and Postal Units" 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_JYTADRCODE TYPE JYTADRCODE.

The JYTADRCODE table consists of various fields, each holding specific information or linking keys about IS-M: Address Data with Coding and Postal Units data available in SAP. These include PSTLZ (IS-M: Postal Code), PSTLZ_ADDON (IS-M: Extension to 5-Character ZIP Code), ORT01 (IS-M: City), ORT02 (IS-M: City District).. 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)


SAP JYTADRCODE 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
PSTLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
PSTLZ_ADDONIS-M: Extension to 5-Character ZIP Code PSTLZ_ADDONCHAR4CHAR4
ORT01IS-M: City ORT01_ISPCHAR35TEXT35
ORT02IS-M: City District ORT02_ISPCHAR35TEXT35
PSTL2IS-M: Postal Code for PO Box PLZPFCHAR10PSTLZ
PSTL2_ADDONIS-M: Extension to 5-Character ZIP Code (PO Box) PSTL2_ADDONCHAR4CHAR4
PSTL3IS-M: Company Postal Code PSTL3CHAR10PSTLZ
PSTL3_ADDONIS-M: Extension to 5-Character ZIP Code (Company) PSTL3_ADDONCHAR4CHAR4
PFACHIS-M: Post Office Box PFACH_ISPCHAR10ALPHAPFACH_ISP
ORTPFIS-M: City for PO Box ORTPFCHAR35TEXT35
STRASStreet Name STRAS_ISPCHAR35TEXT35
HAUSNIS-M: House Number HSNMR1CHAR10HAUSNUMMER
HSNMR2IS-M: House Number Affix HSNMR2CHAR8CHAR8
ADRZUS2Classification Using a Further Address Affix ADRZUS2CHAR6ADRZUS
STOCKFloor STOCKCHAR6STOCK
LAND1Country Key LAND1CHAR3T005LAND1LND
PREDIRECTIONALDirectional for Street Name DIRECTIONALCHAR10TJS41DIRECTIONAL
POSTDIRECTIONALDirectional for Street Name DIRECTIONALCHAR10TJS41DIRECTIONAL
ADDRSECABBREVIS-M: Secondary Address Text ADDRSECABBREVCHAR4TJS43ADDRSECABBREV
ADDRSECNUMBERIS-M: Secondary Address Number ADDRSECNUMBERCHAR8ALPHAADDRSECNUMBER
STREET2IS-M: Second street line STREET2_ISMCHAR35TEXT35
ALIASNAMEIS-M: Alias Text (Street Name + Suffix) ALIASNAMECHAR50TEXT50
ISPADRBSNDIS-M/SD: Note for Home Delivery to Ship-to Party ISPADRBSNDCHAR50TEXT50
UVADR_STIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
UVADR_PFIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
UVADR_GKIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
POSTEINORTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
POSTEINSTRIS-M: Street Number STRASSENNRCHAR10Assigned to domainALPHASTRASSENNRJSS
PEINORTPFIS-M: Postal Unit of City for PO Box ALORT2CHAR8Assigned to domainALPHAALORT
ERSTADRIS-M: Address Proposal for Alternatives ERSTADRCHAR1ERSTADR
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
GUELTIGABValid-From Date GUELTIGVONDATS8DATUMJSA
GUELTIGBISValid-To Date GUELTIGBISDATS8DATUMJSB
ALIASLFDNRIS-M: Sequence Number for Alias Table (Key) ALIASLFDNRNUMC10NUMC10
ALIASPREDIRECTNDirectional for Street Name DIRECTIONALCHAR10Assigned to domainDIRECTIONAL
ALIASPOSTDIRECTNDirectional for Street Name DIRECTIONALCHAR10Assigned to domainDIRECTIONAL
ALIASDELADDRLOWIS-M: Primary House Number (Lower Limit) ADDRPRIMLOWCHAR10HAUSNUMMER
ALIASDELADDRHIGHIS-M: Primary House Number (Upper Limit) ADDRPRIMHIGHCHAR10HAUSNUMMER
ALIASDELODDEVENIS-M: Indicator - Even/Odd/All ODDEVENCODECHAR1ODDEVENCODE
SUCHFELDALIASSearch field for accessing postal structures w/o matchcode SUCHFELDCHAR40CHAR40
HH_REFIS-M: Business Partner Number of Household GPNR_HHCHAR10Assigned to domainALPHABU_PARTNER
HH_EXCLUDEIS-M: Indicator: Exclude Household Assignment HH_EXCLUDECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table JYTADRCODE

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