/SAPF15/ALV_F15_SALDO SAP () Structure details

Dictionary Type: Structure
Description:




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




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

/SAPF15/ALV_F15_SALDO 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 "" 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_/SAPF15/ALV_F15_SALDO TYPE /SAPF15/ALV_F15_SALDO.

The /SAPF15/ALV_F15_SALDO table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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: Cannot Be Enhanced


SAP /SAPF15/ALV_F15_SALDO 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
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
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_BEWIRT_GRP /SAPF15/BEWIRTSCHAFTER_GRUPPECHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
XBLNR_FIReference Document Number XBLNRCHAR16XBLNR
PSOFNIS-PS: File number PSOFNCHAR30CHAR30
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SGTXTItem Text SGTXTCHAR50TEXT50
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
F15_VSLTYPE /SAPF15/VSLTYPECHAR1/SAPF15/VSLTYPE
F15_VSL_VERRECH /SAPF15/VSLVERRECHNUNGCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPF15/ALV_F15_SALDO using ABAP code?

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

How to access SAP table /SAPF15/ALV_F15_SALDO

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