E3TPLOC01 SAP (Internal structure for description of location) Structure details

Dictionary Type: Structure
Description: Internal structure for description of location




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




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

E3TPLOC01 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 "Internal structure for description of location" 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_E3TPLOC01 TYPE E3TPLOC01.

The E3TPLOC01 table consists of various fields, each holding specific information or linking keys about Internal structure for description of location data available in SAP. These include LOCID (General location number), LOCCLS (Location category of generalized location), LOCNAM (Text, 40 Characters Long), LOCTPR (Goods receiving hours ID (default value)).. 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: Not classified


SAP E3TPLOC01 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
LSQNUMSequence number of itinerary location in transportation EDI_VTLSQNCHAR6CHAR06
LOCIDGeneral location number EDI_VTLCIDCHAR10CHAR10
LOCCLSLocation category of generalized location EDI_VTTRMTCHAR2EDI_VTTRMT
LOCNAMText, 40 Characters Long TEXT40CHAR40TEXT40
LOCTPRGoods receiving hours ID (default value) WANIDCHAR3Assigned to domainWANID
FACCALCustomer's factory calendar KNKALCHAR2Assigned to domainWFCID
TITLEText (15 characters) TEXT15CHAR15TEXT15
NAME1Name 1 of a partner NAME1_VPCHAR35NAME
NAME2Name 2 of a partner NAME2_VPCHAR35NAME
NAME3Name 3 of a partner NAME3_VPCHAR35NAME
NAME4Name 4 of a partner NAME4_VPCHAR35NAME
ZIPCODPostal Code PSTLZCHAR10PSTLZ
CITY1Text (length 35) TEXT35CHAR35TEXT35
CITY2Text (length 35) TEXT35CHAR35TEXT35
ZIPPOPostal Code PSTLZCHAR10PSTLZ
POBOXPO Box PFACHCHAR10PFACH
STRT1Text (length 35) TEXT35CHAR35TEXT35
STRT2Text (length 35) TEXT35CHAR35TEXT35
HSNUMCharacter field of length 6 CHAR6CHAR6CHAR6
FLOORFloor STOCKCHAR6STOCK
CNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
CNYTXTCountry Name LANDXCHAR15TEXT15
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
STATXTText (20 Characters) TEXT20CHAR20TEXT20
COUNTYCounty Code COUNCCHAR3Assigned to domainCOUNC
CNTCT1Employee's last name NAMECHAR35NAME
CNTCT2Employee's last name NAMECHAR35NAME
PHONEText (30 Characters) TEXT30CHAR30TEXT30
PHNSPDCharacter Field Length = 10 CHAR10CHAR10CHAR10
FAXFax Number TELFXCHAR31TEXT31
PZONETransportation zone of the ship-to party PZONECHAR10Assigned to domainZONE
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
LATITDLatitude coordinates EDI_VTLATICHAR12CHAR12
LONGTDLongitude coordinates EDI_VTLONGCHAR12CHAR12
COORDSCoordinates system EDI_VTCOSYCHAR4CHAR04
APPREQBinary decision value EDI_VTYNCHAR1EDI_VTYN

Key field Non-key field



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

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

How to access SAP table E3TPLOC01

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