ADDRC_DELI_SERV SAP (Address Service Types) Table details

Dictionary Type: Table
Description: Address Service Types




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




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

ADDRC_DELI_SERV is a standard SAP Table which is used to store Address Service Types data and is available within R/3 SAP systems depending on the version and release level.

The ADDRC_DELI_SERV table consists of various fields, each holding specific information or linking keys about Address Service Types data available in SAP. These include DELI_SERV_TYPE (Type of Delivery Service), DELI_SERV_TEXT (Delivery Service Text).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = ADDRC_DELI_SERVT


SAP ADDRC_DELI_SERV table 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
CLIENTClient ID SYMANDTCLNT3T000MANDT
DELI_SERV_TYPEType of Delivery Service AD_DELIVERY_SERVICE_TYPECHAR4AD_DELIVERY_SERVICE_TYPE
DELI_SERV_TEXTDelivery Service Text AD_DELIVERY_SERVICE_TEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table ADDRC_DELI_SERV using ABAP code

The following ABAP code Example will allow you to do a basic selection on ADDRC_DELI_SERV to SELECT all data from the table
DATA: WA_ADDRC_DELI_SERV TYPE ADDRC_DELI_SERV.

SELECT SINGLE *
FROM ADDRC_DELI_SERV
INTO CORRESPONDING FIELDS OF WA_ADDRC_DELI_SERV
WHERE...

How to access SAP table ADDRC_DELI_SERV

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