TXW_FI_NGL_POS SAP (New GL Document item) Structure details

Dictionary Type: Structure
Description: New GL Document item




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




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

TXW_FI_NGL_POS 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 "New GL Document item" 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_TXW_FI_NGL_POS TYPE TXW_FI_NGL_POS.

The TXW_FI_NGL_POS table consists of various fields, each holding specific information or linking keys about New GL Document item data available in SAP. These include BUKRS (Company Code), RYEAR (Fiscal year), POPER (Posting period), DOCNR (Accounting Document Number).. 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 TXW_FI_NGL_POS 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
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
POPERPosting period POPERNUMC3POPERPOPR
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
KOARTAccount Type KOARTCHAR1KOART
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VBUNDTrading Partner TXW_VBUNDCHAR6Assigned to domainALPHARCOMP
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WRBTRAmount in document currency (TC) TXW_WRBTRCHAR16CHAR16
DMBTRAmount in Local Currency TXW_DMBTRCHAR16CHAR16
DMBE2Amount in second local currency (LC2) TXW_DMBE2CHAR16CHAR16
DMBE3Amount in third local currency (LC3) TXW_DMBE3CHAR16CHAR16
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGETotal quantity TXW_QUANTCHAR16CHAR16
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BEWARConsolidation Transaction Type BEWARCHAR3Assigned to domainRMVCT
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BSTATDocument Status BSTAT_DCHAR1BSTAT
LEDGERLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE

Key field Non-key field



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

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

How to access SAP table TXW_FI_NGL_POS

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