FAGL_S_OPEN_ITEMS SAP (Fields from Open Item Tables BSIS, BSIK, and BSID) Structure details

Dictionary Type: Structure
Description: Fields from Open Item Tables BSIS, BSIK, and BSID




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




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

FAGL_S_OPEN_ITEMS 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 "Fields from Open Item Tables BSIS, BSIK, and BSID" 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_FAGL_S_OPEN_ITEMS TYPE FAGL_S_OPEN_ITEMS.

The FAGL_S_OPEN_ITEMS table consists of various fields, each holding specific information or linking keys about Fields from Open Item Tables BSIS, BSIK, and BSID data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), BELNR (Accounting Document Number), 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 FAGL_S_OPEN_ITEMS 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
GLVORBusiness Transaction GLVORCHAR4CHAR4
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
AUFNROrder Number AUFNR_NEUCHAR12Assigned to domainALPHAAUFNRANR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BEWARTransaction Type RMVCTCHAR3Assigned to domainRMVCT
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
REBZTFollow-On Document Type REBZTCHAR1REBZT
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI

Key field Non-key field



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

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

How to access SAP table FAGL_S_OPEN_ITEMS

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