B0SG SAP (Navigation Selection for Logical Databases) Structure details

Dictionary Type: Structure
Description: Navigation Selection for Logical Databases




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




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

B0SG 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 "Navigation Selection for Logical Databases" 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_B0SG TYPE B0SG.

The B0SG table consists of various fields, each holding specific information or linking keys about Navigation Selection for Logical Databases data available in SAP. These include XLDDS (Indicator: Customer Master Data Selection Required?), XLDKS (Indicator: Select Creditor Master Data Record?), XLDSS (Indicator: Select G/L Account Master Data?), XBSED (Indicator: Select table BSED ?).. 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)


SAP B0SG 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
XLDBRIndicator: Document Selection Required? XLDBRCHAR1XFELD
XLDDSIndicator: Customer Master Data Selection Required? XLDDSCHAR1XFELD
XLDKSIndicator: Select Creditor Master Data Record? XLDKSCHAR1XFELD
XLDSSIndicator: Select G/L Account Master Data? XLDSSCHAR1XFELD
XBSEDIndicator: Select table BSED ? XBSEDCHAR1XFELD
XBSECIndicator: Select table BSEC ? XBSECCHAR1XFELD
XSTANSelect Normal Documents ? XSTANCHAR1XFELD
XSTAMSelect Sample Documents ? XSTAMCHAR1XFELD
XSTADIndicator: Select recurring entry documents ? XSTADCHAR1XFELD
XSTASIndicator: Select statistical documents ? XSTASCHAR1XFELD
XSTAVIndicator: Select parked documents? XSTAVCHAR1XFELD
XASGLIndicator: Only Read A Tables (KNA1, LFA1) ? XASGLCHAR1XFELD
XBNKLIndicator: Read Bank Data in Logical Data base ? XBNKLCHAR1XFELD
XSTDLIndicator: Read Control Data in Logical Database ? XSTDLCHAR1XFELD
XMNDLIndicator: Read Dunning Data in Logical Database ? XMNDLCHAR1XFELD
XARBLIndicator: Was the Document Read from the Archive? XARBLCHAR1XFELD
XKKDLIndicator: Read Credit Control Data in Logical Data Base ? XKKDLCHAR1XFELD
XNOPLIndicator: Only Read Open Items? XNOPLCHAR1XFELD
XSTAAIndicator: Select clearing documents? XSTAACHAR1XFELD
XSTABIndicator: Select Canceled Clearing Documents? XSTABCHAR1XFELD
XADDRIndicator: Read Extended Address for A Segment? XADDRCHAR1XFELD
XCURRIndicator: Suppress Currency Translation? XCURRCHAR1XFELD
XDOCCIndicator: Documents in General Ledger View FAGL_DOC_CONDENSECHAR1BOOLE
XNBALDatabase Messages Not Issued as ALV XNBALCHAR1XFELD
XADOCIndicator: Read Documents from All Ledgers FAGL_ALL_DOCUMENTSCHAR1BOOLE
XLDGRPIndicator: Ledger Group is selected XLDGRPCHAR1XFELD
XSTAJIndicator: Select Year-End Closing Documents? XSTAJCHAR1CHAR1
XHDBAActivate Conventional Program Logic XHDBACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table B0SG

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