BSEGZ SAP (Financial Acctg Doc.Segment: Extras and Temp. Storage Fields) Structure details

Dictionary Type: Structure
Description: Financial Acctg Doc.Segment: Extras and Temp. Storage Fields




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




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

BSEGZ 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 "Financial Acctg Doc.Segment: Extras and Temp. Storage Fields" 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_BSEGZ TYPE BSEGZ.

The BSEGZ table consists of various fields, each holding specific information or linking keys about Financial Acctg Doc.Segment: Extras and Temp. Storage Fields data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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 BSEGZ 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
HKMATMaterial-related origin HKMATCHAR1HKMAT
GKONTOffsetting Account Number GKONTCHAR10ALPHAGKONTGKONT
GKOAROffsetting Account Type GKOARCHAR1KOART
GSBER_GPBusiness area reported to the partner GSBER_GPCHAR4Assigned to domainGSBER
KZBEWMovement Indicator KZBEWCHAR1KZBEW
WMETHIndicator: account managed in external system WMETHCHAR2WMETH
XMFRWIndicator: Update quantity in RW XMFRWCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
HOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
RECID_MANIndicator: Recovery Indicator Set Manually. JV_RECID_MCHAR1XFELD
XAKONIndicator: CO account assignment field filled automatically XAKONCHAR1CHAR1
LAND1_ACNTCustomer/Vendor Country LAND1_ACNTCHAR3Assigned to domainLAND1
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
CACCTG/L offsetting acct number CACCTCHAR10Assigned to domainALPHASAKNRACC
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
SDSTRThird-Party Order Processing SDSTRCHAR1XFELD
AUTYPOrder category AUFTYPNUMC2AUFTYP
ERLKZUsed earmarked funds set to 'Complete' REFSETERLKCHAR1CHAR1_X
CO_KAKSTAccount Assignment Type: Cost Center CO_KAKSTNUMC1CO_KONTKZ
CO_KAAUFAccount assignment type: Order CO_KAAUFNUMC1CO_KONTKZ
CO_KAPROProject account assignment type CO_KAPRONUMC1CO_KONTKZ
CO_KAKTRAccount Assignment Type: Cost Object CO_KAKTRNUMC1CO_KONTKZ
CO_KANPLAccount Assignment Type: Network CO_KANPLNUMC1CO_KONTKZ
CO_KAIMOAccount Assignment Type: Real Estate Object CO_KAIMONUMC1CO_KONTKZ
CO_KAKDAAccount Assignment Type: Sales Order CO_KAKDANUMC1CO_KONTKZ
CO_KAERGBusiness segment account assignment type CO_KAERGNUMC1CO_KONTKZ
CO_KAABSAccount assignment type: reconciliation object CO_KAABSNUMC1CO_KONTKZ
CO_KAPRZAccount Assignment Type: Business Process CO_KAPRZNUMC1CO_KONTKZ
CO_KASATAccount Assignment Type Not Used CO_KASATNUMC1CO_KONTKZ
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
.INCLU--AP 0
LOGVOLogical Transaction LOGVOCHAR6LOGVO
.INCLU--AP 0
SPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20Assigned to domainGM_SPONSORED_PROGGM_SPONSORED_PROG
SPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20Assigned to domainGM_SPONSORED_CLASSGM_SPONSORED_CLASS
.INCLU--AP 0
PRODPER JVA_PROD_MONTHACCP6BUPER
.INCLU--AP 0
TCOBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
DATEOFSERVICEDate of Service VVBEACTDATEDATS8DATUM
NOTAXCORRDo Not Consider Item in Input Tax Correction VVREITNOTAXCORRCHAR1BOOLE
DIFFOPTRATEReal estate option rate POPTSATZDEC9(6) POPTSATZ
HASDIFFOPTRATEUse Different Option Rate VVREITUSEDIFFOPTRATECHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table BSEGZ

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