TRPAR_INT SAP (Results of Transport Type Check) Structure details

Dictionary Type: Structure
Description: Results of Transport Type Check




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




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

TRPAR_INT 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 "Results of Transport Type Check" 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_TRPAR_INT TYPE TRPAR_INT.

The TRPAR_INT table consists of various fields, each holding specific information or linking keys about Results of Transport Type Check data available in SAP. These include NAMETOLONG (Object name too long), PGMID (Program ID in Requests and Tasks), OBJECT (Object Type), OBJ_NAME (Object Name in Object Directory).. 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: Not classified


SAP TRPAR_INT 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
CHECKED Result of check0
NAMETOLONG Object name too long0
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
COMPLETE Object only compl. transp.0
CATEGORYRequest or task category TRCATEGCHAR4TRCATEG
CLI_DEP Object client-specific0
TABLE_TYPTable category TABCLASSCHAR8TABCLASS
TAB_CONTFGDelivery class CONTFLAGCHAR1CONTFLAG
NO_OBJ_NAM No object name passed0
TXT_SYN_ER Syntax error in R3TR TEXT0
LANGTYP Language-specific0
LANGTYPA Language dependence value0
LOGO_OBJ TLOGO object0
TOO_LONG Name too long (Rel. 4.0)0

Key field Non-key field



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

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

How to access SAP table TRPAR_INT

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