XBSEG SAP (Line structure for external data exchange (RFC and file)) Structure details

Dictionary Type: Structure
Description: Line structure for external data exchange (RFC and file)




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




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

XBSEG 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 "Line structure for external data exchange (RFC and file)" 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_XBSEG TYPE XBSEG.

The XBSEG table consists of various fields, each holding specific information or linking keys about Line structure for external data exchange (RFC and file) data available in SAP. These include IDBBSEG (Packed field), STYPE (Batch Input Interface Record Type), BELNR (Accounting Document Number), BSCHL (Posting Key).. 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 XBSEG 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
IDBBKPFPacked field DEC15DEC15DEC15
IDBBSEGPacked field DEC15DEC15DEC15
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
DMBTRAmount in local currency (batch input field) DMBTR_BICHAR16CHAR16
WRBTRAmount in document currency (batch input field) WRBTR_BICHAR16CHAR16
MWSTSTax Amount in Local Currency (Batch Input Field) MWSTS_BICHAR16CHAR16
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VALUTDate (batch input) DATUM_BICHAR8CHAR8
ZUONRAssignment Number DZUONRCHAR18ZUONR
ABPERSettlement Period (Batch Input Field) ABPER_RFBICHAR7CHAR7
PERNRPersonnel Number (Batch Input Field) PERNR_BICHAR8CHAR8
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
FDGRPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
FDWBTAmount in document currency (batch input field) WRBTR_BICHAR16CHAR16
FDTAGDate (batch input) DATUM_BICHAR8CHAR8
FKONTFinancial Budget Item FIPLSNUMC3FIPLS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

How to access SAP table XBSEG

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