/ISDFPS/QMTPORT SAP (Coordination Data in the Maintenance Notification) Table details

Dictionary Type: Table
Description: Coordination Data in the Maintenance Notification




ABAP Code to SELECT data from /ISDFPS/QMTPORT
Related tables to /ISDFPS/QMTPORT
Access table /ISDFPS/QMTPORT




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

/ISDFPS/QMTPORT is a standard SAP Table which is used to store Coordination Data in the Maintenance Notification data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/QMTPORT table consists of various fields, each holding specific information or linking keys about Coordination Data in the Maintenance Notification data available in SAP. These include QMNUM (Notification No), IO_EINHEIT (Installation Point: Unit), IO_ANSPAR (Installation Point: Contact Person), IO_PLZORT (Installation Point: Postal Code, City).. 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: Cannot Be Enhanced


SAP /ISDFPS/QMTPORT 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
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
IO_EINHEITInstallation Point: Unit /ISDFPS/IO_EINHEITCHAR40
IO_ANSPARInstallation Point: Contact Person /ISDFPS/IO_ANSPARCHAR40
IO_PLZORTInstallation Point: Postal Code, City /ISDFPS/IO_PLZORTCHAR40
IO_STRNRInstallation Point: Street, Number /ISDFPS/IO_STRNRCHAR40
IO_STAATInstallation Point: Country, State /ISDFPS/IO_STAATCHAR40
IO_SONSTGInstallation Point: Other Data /ISDFPS/IO_SONSTGCHAR40
IO_TELNRInstallation Point: Telephone Number /ISDFPS/IO_TELNRCHAR40
IO_EMAILInstallation Point: E-mail, Workflow /ISDFPS/IO_EMAILCHAR40
IO_ALTGeo location height GEOALTDEC9(3) GEOALT
IO_WOKOORGeo location latitude GEOLATDEC15(12) GEOLONLAT
IO_SNKOORGeo location longitude GEOLONDEC15(12) GEOLONLAT
IO_BESANFInstallation Point, Detailed Information /ISDFPS/IO_BESANFNUMC8PON
IO_KOSYSTEMInstallation Point: Coordinate System /ISDFPS/IO_KOSYSTEMCHAR3
TA_EINHEITTransportation Collection Point: Unit /ISDFPS/TA_EINHEITCHAR40
TA_ANSPARTransportation Collection Point: Contact Person /ISDFPS/TA_ANSPARCHAR40
TA_PLZORTTransportation Collection Point: Postal Code, City /ISDFPS/TA_PLZORTCHAR40
TA_STRNRTransportation Collection Point: Street, Number /ISDFPS/TA_STRNRCHAR40
TA_STAATTransportation Collection Point: Country, State /ISDFPS/TA_STAATCHAR40
TA_SONSTGTransportation Collection Point: Other Data /ISDFPS/TA_SONSTGCHAR40
TA_TELNRTransportation Collection Point: Telephone Number /ISDFPS/TA_TELNRCHAR40
TA_EMAILTransportation Collection Point: E-mail, Workflow /ISDFPS/TA_EMAILCHAR40
TA_ALTGeo location height GEOALTDEC9(3) GEOALT
TA_WOKOORGeo location latitude GEOLATDEC15(12) GEOLONLAT
TA_SNKOORGeo location longitude GEOLONDEC15(12) GEOLONLAT
TA_BESANFTransportation Collection Point: Detailed Information /ISDFPS/TA_BESANFNUMC8
TA_KOSYSTEMTransportation Collection Point: Coordinate System /ISDFPS/TA_KOSYSTEMCHAR3
TZ_EINHEITTransportation Destination Point: Unit /ISDFPS/TZ_EINHEITCHAR40
TZ_ANSPARTransportation Destination Point: Contact Person /ISDFPS/TZ_ANSPARCHAR40
TZ_PLZORTTransportation Destination Point: Postal Code, City /ISDFPS/TZ_PLZORTCHAR40
TZ_STRNRTransportation Destination Point: Street, Number /ISDFPS/TZ_STRNRCHAR40
TZ_STAATTransportation Destination Point: Country, State /ISDFPS/TZ_STAATCHAR40
TZ_SONSTGTransportation Destination Point: Other Data /ISDFPS/TZ_SONSTGCHAR40
TZ_TELNRTransportation Destination Point: Telephone Number /ISDFPS/TZ_TELNRCHAR40
TZ_EMAILTransportation Destination Point: E-mail, Workflow /ISDFPS/TZ_EMAILCHAR40
TZ_ALTGeo location height GEOALTDEC9(3) GEOALT
TZ_WOKOORGeo location latitude GEOLATDEC15(12) GEOLONLAT
TZ_SNKOORGeo location longitude GEOLONDEC15(12) GEOLONLAT
TZ_BESANFTransportation Destination Point: Detailed Information /ISDFPS/TZ_BESANFNUMC8
TZ_KOSYSTEMTransportation Destination Point: Coordinate System /ISDFPS/TZ_KOSYSTEMCHAR3

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/QMTPORT using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/QMTPORT
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/QMTPORT
WHERE...

How to access SAP table /ISDFPS/QMTPORT

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