TDPR_ATTR_TRSP SAP (Log Imported Transports for Attributes) Table details

Dictionary Type: Table
Description: Log Imported Transports for Attributes




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




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

TDPR_ATTR_TRSP is a standard SAP Table which is used to store Log Imported Transports for Attributes data and is available within R/3 SAP systems depending on the version and release level.

The TDPR_ATTR_TRSP table consists of various fields, each holding specific information or linking keys about Log Imported Transports for Attributes data available in SAP. These include OBJNAME (Table Name), TRNS_DATE (System Date), TRNS_TIME (TIME Data Element for SYST), TARCLIENT (Target client for the request).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TDPR_ATTR_TRSP 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
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
OBJNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TRNS_DATESystem Date SYDATUMDATS8SYDATS
TRNS_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
TARCLIENTTarget client for the request TRTARCLICHAR3CHAR3
XIS_UPGRADEFlag ( 'X' or ' ' ) TRPARFLAGCHAR1AS4FLAG
OBJFUNCObject function OBJFUNCCHAR1OBJFUNC

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDPR_ATTR_TRSP
INTO CORRESPONDING FIELDS OF WA_TDPR_ATTR_TRSP
WHERE...

How to access SAP table TDPR_ATTR_TRSP

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