DTINP SAP (Technical Customizing of Data Source Selection DTIN) Table details

Dictionary Type: Table
Description: Technical Customizing of Data Source Selection DTIN




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




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

DTINP is a standard SAP Table which is used to store Technical Customizing of Data Source Selection DTIN data and is available within R/3 SAP systems depending on the version and release level.

The DTINP table consists of various fields, each holding specific information or linking keys about Technical Customizing of Data Source Selection DTIN data available in SAP. These include XEXPERT (Checkbox: Display Selection Screen for Data Source Selection), XRADIO (Checkbox for Type of Choice), XUSEDB (Checkbox for Choice of Database as Data Input), XCHUSEDB (Checkbox: Changeability of 'Database as Data Input').. 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: Not classified


SAP DTINP 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
READ_PRGRead Program READ_PRGCHAR40Assigned to domainPROGRAMM
XEXPERTCheckbox: Display Selection Screen for Data Source Selection XSHOWSCREENCHAR1XFELD
XRADIOCheckbox for Type of Choice XRADIOCHAR1XFELD
XUSEDBCheckbox for Choice of Database as Data Input XUSEDBCHAR1XFELD
XCHUSEDBCheckbox: Changeability of 'Database as Data Input' XCHUSEDBCHAR1XFELD
XDSUSEDBCheckbox: Display Flag 'Database as Data Input' XDSUSEDBCHAR1XFELD
XUSEARCheckbox for Choice of Data Input from the Archive XUSEARCHAR1XFELD
XUSARALLCheckbox for Choice of all Archives XUSARALLCHAR1XFELD
XCHUSEARCheckbox: Changeability of 'Archive as Data Input' XCHUSEARCHAR1XFELD
XDSUSEARCheckbox: Display Flag 'Archive as Data Input' XDSUSEARCHAR1XFELD
XCHAROBJCheckbox: Changeability of Archiving Object XCHAROBJCHAR1XFELD
XDSAROBJCheckbox: Display the Archiving Object Used XDSAROBJCHAR1XFELD
XEMUCNVIndicator: Curr.Conversion when Docs are Read from Archive XEUROCONVCHAR1XFELD
XCHEMUCNVCheckbox:Changeability of 'Currency Conversion when Reading' XCHEMUCNVCHAR1XFELD
XDSEMUCNVCheckbox: Display Flag 'Convert during Reading' XDSEMUCNVCHAR1XFELD
OBJECTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
XARFILESCheckbox: Selectable Individual Files in an ArchivSess XARFILESCHAR1XFELD
ARUSETYPType of Usage when Using Archive Data Source ARUSETYPCHAR16CHAR0016

Key field Non-key field



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

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

SELECT SINGLE *
FROM DTINP
INTO CORRESPONDING FIELDS OF WA_DTINP
WHERE...

How to access SAP table DTINP

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