ASLM_ADOBE SAP (PDF Form for EC Sales List) Structure details

Dictionary Type: Structure
Description: PDF Form for EC Sales List




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




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

ASLM_ADOBE 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 "PDF Form for 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_ASLM_ADOBE TYPE ASLM_ADOBE.

The ASLM_ADOBE table consists of various fields, each holding specific information or linking keys about PDF Form for EC Sales List data available in SAP. These include STCEG_NUMBER (Number of VAT Registration Number), WAERS (Currency Key), QUART (Quarter), AJAHR (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ASLM_ADOBE 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
STCEG_COUNTRYCountry in VAT Registration Number STCEG_COUNTRYCHAR3Assigned to domainLAND1
STCEG_NUMBERNumber of VAT Registration Number STCEG_NUMBERCHAR18
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
QUARTQuarter QUARTNUMC1NUM1
AJAHRYear AJAHRNUMC4GJAHRGJAHR
DATE1First day of period DATUM_FDATS8DATUM
DATE2Last day of the period DATUM_LDATS8DATUM
NUMMRSequential Number NUMMRNUMC5NUMC05
STCEGVAT Registration Number STCEGCHAR20STCEG
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
DMSHVLocal Currency Amount (Places before the Decimal Point) ASLMBCHAR21CHAR21
LVINDSubcontracting Indicator LVINDCHAR1CHAR1
DREIETriangular Deal Indicator DREIECHAR1CHAR1
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
NAME1Name NAME1CHAR30TEXT30
STRASHouse number and street STRAS_GPCHAR35TEXT35
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
ZULV1Parameter value PAVALCHAR48TEXT48
ZULV2Parameter value PAVALCHAR48TEXT48
ZULV3Parameter value PAVALCHAR48TEXT48
NOPAGNumber of Pages NOPAGNUMC10NUMC10
NOCUSNumber of Customers in the List NOCUSNUMC10NUMC10
TOTALAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
TOTAVLocal Currency Amount (Places before the Decimal Point) ASLMBCHAR21CHAR21
BEINDIndicator in the EC Sales List BEINDCHAR1CHAR01
GBNUMGB: Consecutive Number per Page (1 to 15) GBNUMNUMC5NUMC05
GBSHBGB: Loc.Curr.Amt (Rounded Up/Down, Neg.Amts in Parentheses) GBSHBCHAR21CHAR21
GBINDGB: Indicator in the EC Sales List GBINDCHAR1CHAR1
GBPAGGB: Number of Pages GBPAGNUMC10NUMC10
GBCUSGB: Number of Customers on Current Page (1 to 15) GBCUSNUMC2NUMC02
PEURODE: Amount Specifications in Euro PEUROCHAR1PEURO
CORDEIndicator: Corrected Return ASLMCORDECHAR1CHAR1
MONATEC Sales List: Reporting Period ASLMMONANUMC2NUMC2
PERTYPEC Sales List: Period Type ASLMPERTYPCHAR1CHAR1
XEGSRVIndicator: Service in EU Area VAT 2010 XEGSRVCHAR1XEGSRV
DEINDDE: Indicator in EC Sales List DEINDCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table ASLM_ADOBE

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