/SAPF15/F15 SAP () Table details

Dictionary Type: Table
Description:




ABAP Code to SELECT data from /SAPF15/F15
Related tables to /SAPF15/F15
Access table /SAPF15/F15




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

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

The /SAPF15/F15 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include RELID (Region in IMPORT/EXPORT Data Table), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPF15/F15 table 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
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
USNAMName of Person who Created the Object ERNAMCHAR12USNAM
F15_BEWIRTSCHAFT /SAPF15/BEWIRTSCHAFTERCHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER/SAPF15/BEWIRT
F15_STATUS /SAPF15/STATUSCHAR1/SAPF15/STATUS
F15_DATENTRAEGER /SAPF15/DATENTRAEGERCHAR8CHAR8
ERSDACreated On ERSDADATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
F15_BELNR /SAPF15/BELNRCHAR8CHAR8
F15_HHST /SAPF15/HAUSHALTSSTELLECHAR10CHAR10
F15_OBJ /SAPF15/OBJEKTNUMMERCHAR10CHAR10
F15_VSL /SAPF15/VSLCHAR5Assigned to domain/SAPF15/VSL/SAPF15/TVSL
F15_ZUV /SAPF15/ZUVCHAR1XFELD
F15_BETRAGAmount in Local Currency DMBTRCURR13(2) WERT7
F15_ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
XBLNR /SAPF15/KASSENZEICHENCHAR12CHAR12
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
F15_STATUS_ELKO /SAPF15/STATUS_ELKOCHAR1/SAPF15/STATUS_ELKO
HKR_BETRAGAmount in Local Currency DMBTRCURR13(2) WERT7
HKR_STATUS /SAPF15/HKR_STATUSCHAR1/SAPF15/HKR_STATUS
F15_STATUS_Z01 /SAPF15/STATUS_ZAHLSTELLECHAR1/SAPF15/STATUS_ZAHLSTELLE
REGRPGroup Indicator for Tax Line Items TXGRPNUMC3NUM03
REZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
F15_AKTIONS_KZ /SAPF15/ACTION_KZCHAR2/SAPF15/ACTION_KZ
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
F15_DMBTRPAmount in Local Currency DMBTRCURR13(2) WERT7
F15_WRBTRPAmount in document currency WRBTRCURR13(2) WERT7
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
F15_DMBTRSAmount in Local Currency DMBTRCURR13(2) WERT7
F15_WRBTRSAmount in document currency WRBTRCURR13(2) WERT7
F_ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
F_ERDATDate on Which Record Was Created ERDATDATS8DATUM
F_ERZETEntry time ERZETTIMS6UZEIT

Key field Non-key field



How do I retrieve data from SAP table /SAPF15/F15 using ABAP code

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

SELECT SINGLE *
FROM /SAPF15/F15
INTO CORRESPONDING FIELDS OF WA_/SAPF15/F15
WHERE...

How to access SAP table /SAPF15/F15

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