U_12181 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

U_12181 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The U_12181 table consists of various fields, each holding specific information or linking keys about Generated Table for View 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: Not classified


SAP U_12181 table view 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
KOARTAccount Type KOARTCHAR1KOART
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
ZUMSKTarget Special G/L Indicator DZUMSKCHAR1T074UUMSKZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PARGBTrading partner's business area PARGBCHAR4TGSBGSBERGSB
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
KZBTROriginal Reduction Amount in Local Currency KZBTR_FICURR13(2) WERT7
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
ALTKTGroup account number BILKT_SKA1CHAR10ALPHASAKNR
FDLEVPlanning level FDLEVCHAR2T036FDLEVFFE
FDGRPPlanning Group FDGRPCHAR10T035ALPHAFDGRPFFG
FKONTFinancial Budget Item FIPLSNUMC3FIPLS
XUMSWIndicator: Sales-related item ? XUMSWCHAR1XFELD
XHRESIndicator: Resident G/L account? XHRESCHAR1XFELD
XKRESIndicator: Can Line Items Be Displayed by Account? XKRESCHAR1XFELD
XOPVWIndicator: Open item management? XOPVWCHAR1XFELD
XCPDDIndicator: Address and bank data set individually XCPDDCHAR1XFELD
SAKNRG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
HZUONAssignment Number for Special G/L Accounts HZUONCHAR18ZUONR

Key field Non-key field



How do I retrieve data from SAP table U_12181 using ABAP code

The following ABAP code Example will allow you to do a basic selection on U_12181 to SELECT all data from the table
DATA: WA_U_12181 TYPE U_12181.

SELECT SINGLE *
FROM U_12181
INTO CORRESPONDING FIELDS OF WA_U_12181
WHERE...

How to access SAP table U_12181

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