DOC_LINE_ALV SAP (FI-GL Transfer Postings (ALV): Line Layout) Structure details

Dictionary Type: Structure
Description: FI-GL Transfer Postings (ALV): Line Layout




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




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

DOC_LINE_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 "FI-GL Transfer Postings (ALV): Line Layout" 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_DOC_LINE_ALV TYPE DOC_LINE_ALV.

The DOC_LINE_ALV table consists of various fields, each holding specific information or linking keys about FI-GL Transfer Postings (ALV): Line Layout data available in SAP. These include MANDT (Client), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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 DOC_LINE_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
SELKEYLoop Index SYINDEXINT410SYST_LONG
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
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
KOARTAccount Type KOARTCHAR1KOART
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
WRBTRAmount in document currency WRBTRCURR13(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
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
.INCLU--AP 0
FKBER_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table DOC_LINE_ALV

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