BSEGX SAP (Doc.Segment for Fin.Acctg - FI/CO Document Name Differences) Structure details

Dictionary Type: Structure
Description: Doc.Segment for Fin.Acctg - FI/CO Document Name Differences




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




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

BSEGX 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 "Doc.Segment for Fin.Acctg - FI/CO Document Name Differences" 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_BSEGX TYPE BSEGX.

The BSEGX table consists of various fields, each holding specific information or linking keys about Doc.Segment for Fin.Acctg - FI/CO Document Name Differences data available in SAP. These include WRBTR (Amount in document currency), DMBE2 (Amount in Second Local Currency), DMBE3 (Amount in Third Local Currency), HWBAS (Tax Base 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: Can be enhanced (character-type or numeric)


SAP BSEGX 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
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
FWBASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
TXBH2Tax Base/Original Tax Base in Second Local Currency TXBH2CURR13(2) WERT7
TXBH3Tax Base/Original Tax Base in Third Local Currency TXBH3CURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
SKNTOCash discount amount in local currency SKNTOCURR13(2) WERT7
SKNT2Cash Discount Amount in Second Local Currency SKNT2CURR13(2) WERT7
SKNT3Cash Discount Amount in Third Local Currency SKNT3CURR13(2) WERT7
VBEL2Sales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSN2Sales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ETEN2Delivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
BEWARTransaction Type RMVCTCHAR3Assigned to domainRMVCT
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
WMETHIndicator: account managed in external system WMETHCHAR2WMETH
MWST2Tax Amount in Second Local Currency MWST2CURR13(2) WERT7
MWST3Tax Amount in Third Local Currency MWST3CURR13(2) WERT7
QSZNRCertificate Number of the Withholding Tax Exemption QSZNRCHAR10CHAR10
FKBER_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
SCTAXTax portion FI-CA local currency SCTAXCURR13(2) WERT7
TXBHWOriginal Tax Base Amount in Local Currency TXBHWCURR13(2) WERT7
.INCLU--AP 0
RE_BUKRSCash Ledger: Company Code for Expense/Revenue FAGL_RE_BUKRSCHAR4Assigned to domainBUKRS
RE_ACCOUNTCash Ledger: Expense or Revenue Account FAGL_RE_ACCOUNTCHAR10Assigned to domainALPHASAKNR

Key field Non-key field



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

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

How to access SAP table BSEGX

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