U_27932 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_27932 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_27932 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include DOCNUM (Document number), DOCLIN (Document Line Number), ITTYP (Line Type of Posting Document), BUKRS (Company Code).. 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_27932 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
CLIENTClient MANDTCLNT3MANDT
DOCNUMDocument number HRPP_DOCNUMNUMC10NUMC10
DOCLINDocument Line Number HRPP_DOCLINNUMC10NUMC10
ITTYPLine Type of Posting Document HRPP_ITTYPCHAR1CHAR1
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
SGTXTItem Text SGTXTCHAR50TEXT50
KTOSLTransaction Key KTOSLCHAR3CHAR3
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10ALPHALIFNRLIFKRED_C
MWSKZTax on sales/purchases code MWSKZCHAR2MWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15TXJCDTXJ
ABPERSettlement period ABPER_RFACCP6BUPER
ZUONRAssignment Number DZUONRCHAR18ZUONR
GSBERBusiness Area GSBERCHAR4GSBERGSB
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
KSTRGCost Object KSTRGCHAR12KSTRGKTR
POSNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8KONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12ALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KDAUFSales Order Number KDAUFCHAR10ALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
FISTLFunds Center FISTLCHAR16FISTLFIS
FIPOSCommitment Item FIPOSCHAR14FIPOSFIP
GEBERFund BP_GEBERCHAR10BP_GEBERFIC
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
UZAWEPayment Method Supplement UZAWECHAR2UZAWE
SUBSTFlag: Object substituted HRPP_SUBSTCHAR1CHAR1
MENGEHR payroll: Number PRANZDEC15(2) PRANZHL
MEINSBase Unit of Measure MEINSUNIT3CUNITMEINS
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
WAERSCurrency Key WAERSCUKY5WAERSFWS
WRBTRHR Payroll: Amount MAXBTCURR15(2) PRBETRG
FWBASHR Payroll: Amount MAXBTCURR15(2) PRBETRG
LTLSTActivity Type LSTARCHAR6LSTARLARLART_EMPTY
FIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
AWTYP_PREPrevious document: Reference procedure AWTYP_PRECHAR5AWTYP
AWKEY_PREPrevious document: Object key (AWREF_REV and AWORG_REV) AWKEY_PRECHAR20AWKEY
AWPOS_PREPrevious document: Reference line item AWPOS_PRECHAR10AWPOS
RCOMPCompany ID of trading partner RASSCCHAR6ALPHARCOMPPGS
KSCHLCondition Type KSCHLCHAR4KSCHLVKS
MSATZTax rate MSATZ_F05LDEC7(3) PRZ43V
KSTATCondition is used for statistics KSTATCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_27932
INTO CORRESPONDING FIELDS OF WA_U_27932
WHERE...

How to access SAP table U_27932

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