TNAPR SAP (Processing programs for output) Table details

Dictionary Type: Table
Description: Processing programs for output




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




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

TNAPR is a standard SAP Table which is used to store Processing programs for output data and is available within R/3 SAP systems depending on the version and release level.

The TNAPR table consists of various fields, each holding specific information or linking keys about Processing programs for output data available in SAP. These include KSCHL (Output Type), NACHA (Message transmission medium), KAPPL (Application), PGNAM (Program name).. 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 or numeric)


SAP TNAPR 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
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_FNAMECHAR30CHAR30
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 table TNAPR using ABAP code

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

SELECT SINGLE *
FROM TNAPR
INTO CORRESPONDING FIELDS OF WA_TNAPR
WHERE...

How to access SAP table TNAPR

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