ADS2KIPUPL_DTEL SAP (SPEC2000 IP Upload: Data Elements) Table details

Dictionary Type: Table
Description: SPEC2000 IP Upload: Data Elements




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




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

ADS2KIPUPL_DTEL is a standard SAP Table which is used to store SPEC2000 IP Upload: Data Elements data and is available within R/3 SAP systems depending on the version and release level.

The ADS2KIPUPL_DTEL table consists of various fields, each holding specific information or linking keys about SPEC2000 IP Upload: Data Elements data available in SAP. These include DOMNAME (Domain name), BYPASS_FUNCTION (SPEC 2000 IP Upload: Bypass Technical Check Function Module), BUFFER_RESULTS (Buffer Results for Technical Checks).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ADS2KIPUPL_DTEL 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
TEISPEC 2000 Text Element Identifier ADSPC_S2K_TEICHAR10SPCDTELCHAR10
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
BYPASS_FUNCTIONSPEC 2000 IP Upload: Bypass Technical Check Function Module ADS2KIPUPL_BYPASS_FUNCTIONCHAR1BOOLE
BUFFER_RESULTSBuffer Results for Technical Checks ADS2KIPUPL_BUFFER_RESULTSCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADS2KIPUPL_DTEL
INTO CORRESPONDING FIELDS OF WA_ADS2KIPUPL_DTEL
WHERE...

How to access SAP table ADS2KIPUPL_DTEL

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