PTRM_IMG_PREDEFADR_STY SAP (IMG Predefined Address Structure) Structure details

Dictionary Type: Structure
Description: IMG Predefined Address Structure




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




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

PTRM_IMG_PREDEFADR_STY 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 "IMG Predefined Address Structure" 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_PTRM_IMG_PREDEFADR_STY TYPE PTRM_IMG_PREDEFADR_STY.

The PTRM_IMG_PREDEFADR_STY table consists of various fields, each holding specific information or linking keys about IMG Predefined Address Structure data available in SAP. These include MANDT (Client), ADRKEY (Key of Table TA23ADR (Sequence Number)), CATEGORY (Custom Categories for Predefined Addresses), ADDRESS_NAME (Name of Predefined Address).. 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 or numeric)


SAP PTRM_IMG_PREDEFADR_STY 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
MANDTClient MANDTCLNT3T000MANDT
ADRKEYKey of Table TA23ADR (Sequence Number) PTRV_ADRKEYNUMC8NUMC8
CATEGORYCustom Categories for Predefined Addresses PTRV_CATEGORY_IDCHAR10TA23ADRCATCATEGORY_ID
ADDRESS_NAMEName of Predefined Address PTRV_ADDRESS_NAMECHAR30TEXT30
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
IATA_FLIGHTIATA Location for Airport IATA_LOCATION_AIRPORTCHAR3TA21LFTPD_IATA_LOCATION
IATA_GROUNDIATA Location for Hotel IATA_LOCATION_HOTELCHAR3TA21LFTPD_IATA_LOCATION
TRAIN_STATIONInternational Unique Train Station Number TRAIN_BFNRINT410TA22RSSINT4
CATEGORY_NAMEName of Address Category PTRV_CATEGORY_NAMECHAR30TEXT30
REGION_NAMEDescription BEZEI20CHAR20TEXT20
COUNTRY_NAMECountry Name (Max. 50 Characters) LANDX50CHAR50TEXT50
TRIMMED_ADRKEYKey of Table TA23ADR (Sequence Number) PTRV_ADRKEYNUMC8NUMC8

Key field Non-key field



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

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

How to access SAP table PTRM_IMG_PREDEFADR_STY

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