ASL_DE_PARAM SAP (Additional Parameters for EC Sales List - Germany) Structure details

Dictionary Type: Structure
Description: Additional Parameters for EC Sales List - Germany




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




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

ASL_DE_PARAM 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 "Additional Parameters for EC Sales List - Germany" 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_ASL_DE_PARAM TYPE ASL_DE_PARAM.

The ASL_DE_PARAM table consists of various fields, each holding specific information or linking keys about Additional Parameters for EC Sales List - Germany data available in SAP. These include UNAME (EC Sales List: Company's Name), UART (EC Sales List: Type of Company), USTRAS (EC Sales List: Company's Street), UHAUSN (EC Sales List: Company's House 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: Cannot Be Enhanced


SAP ASL_DE_PARAM 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
ZLNREC Sales List: Subscriber Number ASL_DE_ZLNRCHAR8CHAR8
UNAMEEC Sales List: Company's Name ASL_DE_UNAMECHAR35TEXT35
UARTEC Sales List: Type of Company ASL_DE_UARTCHAR35TEXT35
USTRASEC Sales List: Company's Street ASL_DE_USTRASCHAR35TEXT35
UHAUSNEC Sales List: Company's House Number ASL_DE_UHAUSNCHAR5TEXT5
UPSTLZEC Sales List: Company's Postal Code ASL_DE_UPSTLZCHAR5CHAR5
UORTEC Sales List: Company's City ASL_DE_UORTCHAR30TEXT30
UTLFNREC Sales List: Company's Telephone ASL_DE_UTLFNRCHAR20CHAR20
UEMAILEC Sales List: Company's E-Mail Address ASL_DE_UEMAILCHAR45TEXT45
CORREC Sales List: Corrected Return ASL_DE_CORRCHAR1XFELD
HNAMEEC Sales List: Consultant's Name ASL_DE_HNAMECHAR35TEXT35
HARTEC Sales List: Type of Consultant ASL_DE_HARTCHAR35TEXT35
HSTRASEC Sales List: Consultant's Street ASL_DE_HSTRASCHAR35TEXT35
HHAUSNEC Sales List: Consultant's House Number ASL_DE_HHAUSNCHAR5TEXT5
HPSTLZEC Sales List: Consultant's Postal Code ASL_DE_HPSTLZCHAR5CHAR5
HORTEC Sales List: Consultant's City ASL_DE_HORTCHAR30TEXT30
HTLFNREC Sales List: Consultant's Telephone Number ASL_DE_HTLFNRCHAR20CHAR20
HEMAILEC Sales List: Consultant's E-Mail Address ASL_DE_HEMAILCHAR45TEXT45

Key field Non-key field



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

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

How to access SAP table ASL_DE_PARAM

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