ISI_BOR_POINTS SAP (Structure for Points (Knotes)) Structure details

Dictionary Type: Structure
Description: Structure for Points (Knotes)




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




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

ISI_BOR_POINTS 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 "Structure for Points (Knotes)" 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_ISI_BOR_POINTS TYPE ISI_BOR_POINTS.

The ISI_BOR_POINTS table consists of various fields, each holding specific information or linking keys about Structure for Points (Knotes) 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: Can be enhanced (character-type or numeric)


SAP ISI_BOR_POINTS 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
TIMEZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
BEZEIDescription BEZEI30CHAR30TEXT30
ROUTERoute ROUTECHAR6Assigned to domainROUTE
EBENERow Index of Internal Tables SYTABIXINT410SYST_LONG
EBENE_TMPRow Index of Internal Tables SYTABIXINT410SYST_LONG
ANFRFItinerary for regular route ANFRFNUMC3ANFRF
FLG_FIRSTCheckbox XFELDCHAR1XFELD
FLG_LASTCheckbox XFELDCHAR1XFELD
KZ_IN_OUTCheckbox XFELDCHAR1XFELD
IN_OUT_NRRow Index of Internal Tables SYTABIXINT410SYST_LONG
TRACKABLETrackability IST_TRACKABLECHAR1IST_TRACKABLE
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

How to access SAP table ISI_BOR_POINTS

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