GLE_MCA_STR_BSEG_ALV SAP (BSEG ALV display) Structure details

Dictionary Type: Structure
Description: BSEG ALV display




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




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

GLE_MCA_STR_BSEG_ALV 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 "BSEG ALV display" 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_GLE_MCA_STR_BSEG_ALV TYPE GLE_MCA_STR_BSEG_ALV.

The GLE_MCA_STR_BSEG_ALV table consists of various fields, each holding specific information or linking keys about BSEG ALV display data available in SAP. These include BELNR (Accounting Document Number), STYPE (Batch Input Interface Record Type), TBNAM (Table Name), NEWBS (Posting Key for the Next Line Item).. 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 GLE_MCA_STR_BSEG_ALV 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
DOC_NONatural Number INT4INT410INT4
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TBNAMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
NEWBSPosting Key for the Next Line Item NEWBSCHAR2Assigned to domainBSCHL
NEWUMSpecial G/L Indicator for the Next Line Item NEWUMCHAR1Assigned to domainUMSKZ
NEWBKCompany Code for the Next Line Item NEWBKCHAR4Assigned to domainBUKRS
WRBTRAmount in document currency (batch input field) WRBTR_BICHAR16CHAR16
DMBTRAmount in local currency (batch input field) DMBTR_BICHAR16CHAR16
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
DMBE2Amount in Second Local Currency DMBE2_BICHAR16CHAR16
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
DMBE3Amount in Third Local Currency DMBE3_BICHAR16CHAR16
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
NEWKOAccount or Matchcode for the Next Line Item NEWKOCHAR17ALPHAKTO17
NEWBWAsset Transaction Type BWASLCHAR3Assigned to domainBWASLBWA
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
XSKRLIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNROrder Number AUFNR_NEUCHAR12Assigned to domainALPHAAUFNRANR
BEWARConsolidation transaction type BEWAR_TMPCHAR3CHAR3
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SGTXTItem Text SGTXTCHAR50TEXT50
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
VALUTDate (batch input) DATUM_BICHAR8CHAR8
ZUONRAssignment Number DZUONRCHAR18ZUONR
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS

Key field Non-key field



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

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

How to access SAP table GLE_MCA_STR_BSEG_ALV

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