BISEG SAP (Batch Input Structure: Read Phys. Inventory Data - General) Structure details

Dictionary Type: Structure
Description: Batch Input Structure: Read Phys. Inventory Data - General




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




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

BISEG 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 "Batch Input Structure: Read Phys. Inventory Data - General" 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_BISEG TYPE BISEG.

The BISEG table consists of various fields, each holding specific information or linking keys about Batch Input Structure: Read Phys. Inventory Data - General data available in SAP. These include TCODE (Transaction Code), SOBKZ (Special Stock Indicator), SPERR (Posting block due to physical inventory), WERKS (Plant).. 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 BISEG 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
MAPPESession name MAPPECHAR12MAPPE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SPERRPosting block due to physical inventory ISPERCHAR1XFELD
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
XBLNIReference Number for Physical Inventory XBLNI1CHAR16XBLNR1
ZLDATDate of last count DZLDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
GIDATPlanned date of inventory count GIDATDATS8DATUM
GJAHRFiscal Year (Batch Input Field) GJAHR_BICHAR4CHAR4
IBLNRPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
ZEILILine number (batch input field) DZEILI_BICHAR3CHAR3
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
NBLNRNumber of recount document NBLNRCHAR10ALPHABELNR
XNULLZero count XNULLCHAR1XFELD
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity (Batch Input Field) MENGE_BICHAR17CHAR17
BSTARStock type BSTARCHAR1Assigned to domainBSTAR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ABWEIVariance (batch input field) ABWEI_BICHAR3CHAR3
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EXVKWExternally entered sales value in local currency (BI field) EXVKW_BICHAR16CHAR16
KUNNRAccount Number of Customer EKUNNCHAR10Assigned to domainALPHAKUNNRKUN
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales Document Line Item (Batch Input Field) POSNR_VABICHAR6CHAR6
PS_PSP_PNRProject account assignment: batch input field PS_PSP_BICHAR24CHAR24
GRUNDReason for Inventory Difference (Batch Input Field) GRDIF_BICHAR4CHAR4
.INCLU--AP 0
MATNR_EXTExternal Long Material Number MATNR_EXTCHAR40MATNLMATNR_EXT

Key field Non-key field



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

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

How to access SAP table BISEG

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