U_26265 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_26265 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_26265 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WBELN (Agency Business: Document Number), LFART (Agency business: Billing document type), LFTYP (Agency business: Billing category), KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)).. 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_26265 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
WBELNAgency Business: Document Number WBELN_AGCHAR10ALPHAWBELN
LFARTAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
WFDATAgency business: Posting date WFDATDATS8DATUM
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ERZETEntry time ERZETTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
WSTWAEAgency Business: Statistics Currency WSTWAECUKY5TCURCWAERS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
STCURExchange rate for statistics STCURDEC9(5) EXCRTKURRF
KUFIXIndicator: Fixing of exchange rate WKUFIXCHAR1XFELD
WKURS_DATTranslation Date WWERT_DDATS8DATUM
BRTWRAgenncy Business: Gross value in document currency BRTWR_LFCURR15(2) WERTV8
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
NETWRAgency Business: Net value in document currency NETWR_LFCURR15(2) WERTV8
FKSTOBilling document is cancelled FKSTOCHAR1XFELD
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
STAFOUpdate group for statistics update STAFOCHAR6TMCBALPHASTAFOMCF
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
VALTGAdditional value days WVALTGNUMC2TAGE2
VALDTFixed Value Date WVALDTDATS8DATUM
MWSBKTax amount in document currency MWSBPCURR13(2) WERTV7
NAVNKNon-deductible input tax NAVNWCURR13(2) WERT7
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
DIEKZService Indicator (Foreign Payment) DIEKZCHAR1DIEKZ
LANDLSupplying Country LANDLCHAR3T005LAND1
LZBKZState Central Bank Indicator LZBKZCHAR3T015LLZBKZ
KKBERCredit control area KKBERCHAR4T014KKBERKKB
LFGRUAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
VALTGDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
VALDTDFixed Value Date (Customer) WVALDDDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_26265
INTO CORRESPONDING FIELDS OF WA_U_26265
WHERE...

How to access SAP table U_26265

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