ASLD15_ALV SAP (ALV-List for the EC Sales List) Structure details

Dictionary Type: Structure
Description: ALV-List for the EC Sales List




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




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

ASLD15_ALV 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 "ALV-List for the EC Sales List" 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_ASLD15_ALV TYPE ASLD15_ALV.

The ASLD15_ALV table consists of various fields, each holding specific information or linking keys about ALV-List for the EC Sales List data available in SAP. These include AJAHR (Year), DATE1 (First day of period), DATE2 (Last day of the period), STCEG (VAT Registration Number).. 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 ASLD15_ALV 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
QUARTQuarter QUARTNUMC1NUM1
AJAHRYear AJAHRNUMC4GJAHRGJAHR
DATE1First day of period DATUM_FDATS8DATUM
DATE2Last day of the period DATUM_LDATS8DATUM
STCEGVAT Registration Number STCEGCHAR20STCEG
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
DMSHVLocal Currency Amount (Places before the Decimal Point) ASLMBCHAR21CHAR21
LWBASTax Base in Country Currency LWBAS_BSETCURR15(2) WERTV8
XEGDRIndicator: Triangular deal within the EU ? XEGDRCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_NAME1Name of Company Code or Company BUTXTCHAR25TEXT25
COMPANY_STREETHouse number and street STRAS_GPCHAR35TEXT35
COMPANY_PSTLZPostal Code PSTLZCHAR10PSTLZ
COMPANY_ORT01City ORT01CHAR25TEXT25
COMPANY_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COMPANY_STCEGVAT Registration Number STCEGCHAR20STCEG
BP_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BP_NAME1Name NAME1CHAR30TEXT30
BP_NAME2Name 2 NAME2CHAR30TEXT30
BP_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
BP_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
BP_POSTCODE1City postal code AD_PSTCD1CHAR10CHAR10
BP_POSTCODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
BP_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
BP_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
BP_PO_BOXPO Box AD_POBXCHAR10CHAR10
NO_OF_TRANSACTIONEC sales list: Number of Transactions ID_NUM_TRANSINT410
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUDATPosting Date in the Document BUDATDATS8DATUM
MLDWAERReporting Currency MLDWAERCUKY5Assigned to domainWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
BKTXTDocument Header Text BKTXTCHAR25TEXT25
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KOARTAccount Type KOARTCHAR1KOART
NO_PAGESES sales list: Number of Pages ID_NUM_PAGENUMC10
INTERNAL_INVOICEInternal Invoice used for EC-List CZ_INTERAL_INVOICECHAR1
TRANSACTION_TYPETransaction Type used for EC-List CZ_TRANS_TYPECHAR1
RECORD_TYPERecord Type used for EC-List HU_RECORD_TYPECHAR10
ZULV1Parameter value PAVALCHAR48TEXT48
ZULV2Parameter value PAVALCHAR48TEXT48
ZULV3Parameter value PAVALCHAR48TEXT48
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWARTTax Type MWARTCHAR1MWART
BLDATDocument Date in Document BLDATDATS8DATUM
EGMLDReporting Country for Delivery of Goods within the EU EGMLD_BSEZCHAR3Assigned to domainLAND1
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
AUGDTClearing Date AUGDTDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
NO_OF_DOCUMENTNumber of Tax-Relevant Documents NO_OF_DOCUMENTINT410
TRIDEALTriangular Deal Description TRIDEALCHAR25TEXT25
VATDATETax Reporting Date VATDATEDATS8DATUM
WAERSCountry currency WAERS_005CUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table ASLD15_ALV

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