SMI_BORDER_HIST SAP (SMI Limit History) Table details

Dictionary Type: Table
Description: SMI Limit History




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




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

SMI_BORDER_HIST is a standard SAP Table which is used to store SMI Limit History data and is available within R/3 SAP systems depending on the version and release level.

The SMI_BORDER_HIST table consists of various fields, each holding specific information or linking keys about SMI Limit History data available in SAP. These include CUSTOMER_ID (Customer Numbers), MATNR (Material Number), KNREF (Customer description of partner (plant, storage location)), CREATED (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: Can be enhanced (character-type or numeric)


SAP SMI_BORDER_HIST 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
CUSTOMER_IDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KNREFCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MINSTOCKMinimum Stock Level SMI_MINSTOCKQUAN15(3) MENG15
MINSTOCK_UOMMinimum Stock Level Unit of Measure SMI_MINSTOCK_UOMUNIT3Assigned to domainCUNITMEINS
MAXSTOCKMaximum Stock Level SMI_MAXSTOCKQUAN15(3) MENG15
MAXSTOCK_UOMMaximum Stock Level Unit of Measure SMI_MAXSTOCK_UOMUNIT3Assigned to domainCUNITMEINS
ROUNDQUANRounding Quantity SMI_ROUNDQUANQUAN15(3) MENG15
ROUNDQUAN_UOMRounding Quantity Unit of Measure SMI_ROUNDQUAN_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table SMI_BORDER_HIST using ABAP code

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

SELECT SINGLE *
FROM SMI_BORDER_HIST
INTO CORRESPONDING FIELDS OF WA_SMI_BORDER_HIST
WHERE...

How to access SAP table SMI_BORDER_HIST

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