/SAPF15/ALV_SAP SAP () Structure details

Dictionary Type: Structure
Description:




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




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

/SAPF15/ALV_SAP 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_SAP TYPE /SAPF15/ALV_SAP.

The /SAPF15/ALV_SAP 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), GJAHR (Fiscal Year), F15_DATENTRAEGER ().. 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 /SAPF15/ALV_SAP 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
F15_DATENTRAEGER /SAPF15/DATENTRAEGERCHAR8CHAR8
F15_BEWIRTSCHAFT /SAPF15/BEWIRTSCHAFTERCHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER/SAPF15/BEWIRT
F15_HAUSHALTSSTELLE /SAPF15/HAUSHALTSSTELLECHAR10CHAR10
F15_OBJEKTNUMMER /SAPF15/OBJEKTNUMMERCHAR10CHAR10
F15_KASSENZEICHEN /SAPF15/KASSENZEICHENCHAR12CHAR12
F15_VSL /SAPF15/VSLCHAR5Assigned to domain/SAPF15/VSL/SAPF15/TVSL
F15_ZUV /SAPF15/ZUVCHAR1XFELD
F15_VERRECHNUNG /SAPF15/VSLVERRECHNUNGCHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTSItem Text SGTXTCHAR50TEXT50
ZUONRSAssignment Number DZUONRCHAR18ZUONR
NAME1Name NAME1CHAR30TEXT30
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ORT01City ORT01CHAR25TEXT25
ZSCHLPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZBFIXFixed Payment Terms DZBFIXCHAR1ZBFIX
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
KBLNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
LOTKZLot Number for Documents LOTKZCHAR10ALPHALOTKZLOT
KOARTAccount Type KOARTCHAR1KOART
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
USNAMName of Person who Created the Object ERNAMCHAR12USNAM
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
CHECKBOXSingle-Character Indicator CHAR1CHAR1CHAR1
FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
COLOR3-Byte field CHAR3CHAR3CHAR3
ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table /SAPF15/ALV_SAP

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