BSEG_LIGHT SAP (Partial quantity of the BSEG needed for document flow) Structure details

Dictionary Type: Structure
Description: Partial quantity of the BSEG needed for document flow




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




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

BSEG_LIGHT 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 "Partial quantity of the BSEG needed for document flow" 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_BSEG_LIGHT TYPE BSEG_LIGHT.

The BSEG_LIGHT table consists of various fields, each holding specific information or linking keys about Partial quantity of the BSEG needed for document flow data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document), WRBTR (Amount in document 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: Can be enhanced (character-type or numeric)


SAP BSEG_LIGHT 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
AUGDTClearing Date AUGDTDATS8DATUM
AUGCPClearing Entry Date AUGCPDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
EMPFBPayee/Payer EMPFBCHAR10ALPHAMAXKK
FILKD_TEXTName 1 NAME1_GPCHAR35NAME
EMPFB_TEXTName 1 NAME1_GPCHAR35NAME
LIFNR_TEXTName 1 NAME1_GPCHAR35NAME
KUNNR_TEXTName 1 NAME1_GPCHAR35NAME

Key field Non-key field



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

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

How to access SAP table BSEG_LIGHT

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