/MRSS/D_RES_ZIPA SAP (Postal Code Areas of Resource) Table details

Dictionary Type: Table
Description: Postal Code Areas of Resource




ABAP Code to SELECT data from /MRSS/D_RES_ZIPA
Related tables to /MRSS/D_RES_ZIPA
Access table /MRSS/D_RES_ZIPA




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

/MRSS/D_RES_ZIPA is a standard SAP Table which is used to store Postal Code Areas of Resource data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/D_RES_ZIPA table consists of various fields, each holding specific information or linking keys about Postal Code Areas of Resource data available in SAP. These include RESOURCE_GUID (GUID), ZIP_AREA (Postal Code Area), VALID_FROM (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), VALID_TO (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 or numeric)


SAP /MRSS/D_RES_ZIPA 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 MANDTCLNT3Assigned to domainMANDT
RESOURCE_GUIDGUID /MRSS/T_GUIDRAW16SYSUUID
ZIP_AREAPostal Code Area /MRSS/T_ZIP_AREACHAR10CHAR10
VALID_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
VALID_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
RANKAssgmnt of Postal Code Area: Ranking (Primary, Secondary...) /MRSS/T_ZIP_AREA_RANKCHAR1/MRSS/_ZIP_AREA_RANK

Key field Non-key field



How do I retrieve data from SAP table /MRSS/D_RES_ZIPA using ABAP code

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

SELECT SINGLE *
FROM /MRSS/D_RES_ZIPA
INTO CORRESPONDING FIELDS OF WA_/MRSS/D_RES_ZIPA
WHERE...

How to access SAP table /MRSS/D_RES_ZIPA

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