/SAPF15/ZAHLSTLS SAP () Table details

Dictionary Type: Table
Description:




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




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

/SAPF15/ZAHLSTLS 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/ZAHLSTLS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), F15_ZAHLSTELLE (), Z01_STATUS ().. 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: Not classified


SAP /SAPF15/ZAHLSTLS 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
F15_ZAHLSTELLE /SAPF15/ZAHLSTELLENUMC4/SAPF15/ZAHLSTL/SAPF15/ZAHLSTELLE
Z01_STATUS /SAPF15/STATUSCHAR1/SAPF15/STATUS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
A_BUDATPosting Date in the Document BUDATDATS8DATUM
A_SOLL /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
E_BUDATPosting Date in the Document BUDATDATS8DATUM
E_SOLL /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
B_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
E_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
W_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
K_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
A_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME
V_SUMME /SAPF15/Z01_SUMMEDEC13(2) /SAPF15/Z01_SUMME

Key field Non-key field



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

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

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

How to access SAP table /SAPF15/ZAHLSTLS

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