U_27935 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_27935 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_27935 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), SEQNO (Number of a substitution line), GSBER (Business Area).. 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_27935 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
SEQNONumber of a substitution line HRPP_SEQNONUMC10NUMC10
GSBERBusiness Area GSBERCHAR4GSBERGSB
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
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
AUARTExpenditure type AUSARTCHAR4AUSART
COSUBIndicator: Cost accounting assignment COSUBCHAR1BOOLE
GEDELIndicator: Funds deleted GEDELCHAR1BOOLE
AUSUBIndicator: Financing replaced AUSUBCHAR1BOOLE
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
FCDELIndicator: Fund commitment deleted FCDELCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_27935
INTO CORRESPONDING FIELDS OF WA_U_27935
WHERE...

How to access SAP table U_27935

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