SRE01 SAP (Fields Which can be Copied from Reference Documents) Structure details

Dictionary Type: Structure
Description: Fields Which can be Copied from Reference Documents




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




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

SRE01 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 "Fields Which can be Copied from Reference Documents" 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_SRE01 TYPE SRE01.

The SRE01 table consists of various fields, each holding specific information or linking keys about Fields Which can be Copied from Reference Documents data available in SAP. These include LOTKZ (Lot Number for Documents), KTEXT (Doc.header text), FIPOS (Commitment Item), FISTL (Funds Center).. 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 SRE01 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
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
LOTKZLot Number for Documents LOTKZCHAR10ALPHALOTKZLOT
KTEXTDoc.header text KBLKTEXTCHAR50TEXT50
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PTEXTItem Text SGTXTCHAR50TEXT50
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FDATKCosts due on KBLFDATKDATS8DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LNRZAAccount Number of the Alternative Payee LNRZACHAR10Assigned to domainALPHALIFNR
CARRYOVDo not carry forward open documents in the fiscal year chge CARRYOVCHAR1XFELD
AMOUNTItem amount FMBETRAGCURR15(2) WERTV8
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
REFPRECOMReferenced funds precommitment REFPRECOMCHAR10Assigned to domainALPHAKBLNR
REFRESERVReferenced funds reservation REFRESERVCHAR10Assigned to domainALPHAKBLNR
ACCHANGFM account assignment can be changed in follow-on document FM_ACCHANGCHAR1XFELD
ABGWAERSReduction in local currency only FMABGWAERSCHAR1XFELD
UEBTOTolerance limit for overrun FMUEBTODEC4(1) PRZ31
CONSUMEKZUsage may exceed reserved amount without limit FMCONSUMECHAR1XFELD
PRMENGEQuantity and price input FM_PRMENGECHAR1CHAR1
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
IMKEYReal Estate Object FMR_IMKEYCHAR8IMKEYIMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT

Key field Non-key field



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

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

How to access SAP table SRE01

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