TVKN_ALL SAP (Transportation connection point and additional information) Structure details

Dictionary Type: Structure
Description: Transportation connection point and additional information




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




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

TVKN_ALL 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 "Transportation connection point and additional information" 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_TVKN_ALL TYPE TVKN_ALL.

The TVKN_ALL table consists of various fields, each holding specific information or linking keys about Transportation connection point and additional information data available in SAP. These include MANDT (Client), KNOTE (Transportation Connection Points), ADRNR (Address), GRENZ (Border crossing?).. 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 TVKN_ALL 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
KNOTETransportation Connection Points KNOTECHAR10Assigned to domainKNOTN
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
GRENZBorder crossing? GRENZCHAR1XFELD
UMSCHLoad transfer point UMPKTCHAR1XFELD
FLUGHAirport FLUGHCHAR1XFELD
SEEHFIndicator: Sea harbor SEEHFCHAR1XFELD
BINHFIndicator: Inland port BINHFCHAR1XFELD
BAHNHTrain station ID BAHNHCHAR1XFELD
BAHNRTrainStnNumber BAHNRCHAR10ALPHABAHNR
STBNHIndicator: General cargo train station STBNHCHAR1XFELD
EXBNHExpress train station EXBNHCHAR1XFELD
PABNHTrain station used for freight transport PABNHCHAR1XFELD
LABNHLoading train station LABNHCHAR1XFELD
BAHNGRail carrier BAHNGCHAR10LFA1ALPHALIFNRF4_CARRIERS
STREKLLeg class for rail STREKLCHAR7CHAR7
ZOLLSCustoms Office: Office of Exit/Entry for Foreign Trade DZOLLSCHAR6T615ZOLLS
SPFBKFactory calendar key FABKLCHAR2TFACDWFCID
AUFZTDLength of waiting time in calendar days AUFZTDDEC11TSTRGTSTRDURAG
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KUNABLUnloading Point ABLADCHAR25KNVATEXT25
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LSTELLoading Point LSTELCHAR2TVLALSTEL
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
TORDoor for Warehouse Number LGTORCHAR3T30BLGTOR
BAHNG_TXTName of rail carrier BAHNG_TXTCHAR35NAME

Key field Non-key field



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

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

How to access SAP table TVKN_ALL

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