ISAUTO_XLO_XTAB6 SAP (XLO: Structure for Stock in Transit) Structure details

Dictionary Type: Structure
Description: XLO: Structure for Stock in Transit




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




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

ISAUTO_XLO_XTAB6 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 "XLO: Structure for Stock in Transit" 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_ISAUTO_XLO_XTAB6 TYPE ISAUTO_XLO_XTAB6.

The ISAUTO_XLO_XTAB6 table consists of various fields, each holding specific information or linking keys about XLO: Structure for Stock in Transit data available in SAP. These include MATNR (Material Number), MENGE (Quantity), MEINS (Base Unit of Measure), DMBTR (Amount in Local Currency).. 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: Cannot Be Enhanced


SAP ISAUTO_XLO_XTAB6 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
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
BWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
BSTMGQuantity MENGE_DQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
BSAKZControl indicator for purchasing document type BSAKZCHAR1BSAKZ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
XLOKZCross-System Transit XLOKZCHAR1XLOKZ
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
XLOTWOverview Value of Stock in Transit XLOTWCURR13(2) WERT13N
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



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

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

How to access SAP table ISAUTO_XLO_XTAB6

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