TNAPRCOMP SAP (Depiction of Output in Component Hierarchy) Structure details

Dictionary Type: Structure
Description: Depiction of Output in Component Hierarchy




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




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

TNAPRCOMP 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 "Depiction of Output in Component Hierarchy" 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_TNAPRCOMP TYPE TNAPRCOMP.

The TNAPRCOMP table consists of various fields, each holding specific information or linking keys about Depiction of Output in Component Hierarchy data available in SAP. These include OBJSTATUS (SD Monitor: Status of the object), MANDT (Client), KSCHL (Output Type), NACHA (Message transmission medium).. 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 TNAPRCOMP 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
FCTR_IDApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
OBJSTATUSSD Monitor: Status of the object OBJSTATUSCHAR1CHAR1
MANDTClient MANDTCLNT3T000MANDT
KSCHLOutput Type NA_KSCHLCHAR4T685BKSCHLNACCSH_NA_KSCHL
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
PGNAMProgram name NA_PGNAMCHAR40TRDIRPROGNAME
RONAMName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAMForm Name TDFORMCHAR16TDFORM
PGNAM2Program name NA_PGNAMCHAR40TRDIRPROGNAME
RONAM2Name of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAM2Form Name TDFORMCHAR16TDFORM
PGNAM3Program name NA_PGNAMCHAR40TRDIRPROGNAME
RONAM3Name of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAM3Form Name TDFORMCHAR16TDFORM
PGNAM4Program name NA_PGNAMCHAR40TRDIRPROGNAME
RONAM4Name of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAM4Form Name TDFORMCHAR16TDFORM
PGNAM5Program name NA_PGNAMCHAR40TRDIRPROGNAME
RONAM5Name of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAM5Form Name TDFORMCHAR16TDFORM
FUNCNAMEWFMC: Function module for print formatting NA_LABELCHAR30TFDIRFUNCNAME
SFORMPDF/Smart Form: Form Name NA_FNAMECHAR30Assigned to domainCHAR30
FORMTYPEForm Type NA_FORMTYPECHAR1NA_FORMTYPE
SFORM2PDF/Smart Form: Form Name NA_FNAMECHAR30CHAR30
FORMTYPE2Form Type NA_FORMTYPECHAR1NA_FORMTYPE
SFORM3PDF/Smart Form: Form Name NA_FNAMECHAR30CHAR30
FORMTYPE3Form Type NA_FORMTYPECHAR1NA_FORMTYPE
SFORM4PDF/Smart Form: Form Name NA_FNAMECHAR30CHAR30
FORMTYPE4Form Type NA_FORMTYPECHAR1NA_FORMTYPE
SFORM5PDF/Smart Form: Form Name NA_FNAMECHAR30CHAR30
FORMTYPE5Form Type NA_FORMTYPECHAR1NA_FORMTYPE

Key field Non-key field



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

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

How to access SAP table TNAPRCOMP

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