TN2GL_RP_STD SAP (pathways Standard Customizing for Logs) Table details

Dictionary Type: Table
Description: pathways Standard Customizing for Logs




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




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

TN2GL_RP_STD is a standard SAP Table which is used to store pathways Standard Customizing for Logs data and is available within R/3 SAP systems depending on the version and release level.

The TN2GL_RP_STD table consists of various fields, each holding specific information or linking keys about pathways Standard Customizing for Logs data available in SAP. These include RP_ID (pathways Log Key), RP_TYPE (pathways Type of Log), RP_CLASS (pathways Class Name for Log), RP_POS (pathways Sequence).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TN2GL_RP_STDT


SAP TN2GL_RP_STD 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
RP_IDpathways Log Key N2GL_RP_RECORD_IDCHAR30CHAR30
RP_TYPEpathways Type of Log N2GL_RP_TYPECHAR4N2GL_RP_TYPE
RP_CLASSpathways Class Name for Log N2GL_RP_CLASSCHAR30SEOCLSNAME
RP_POSpathways Sequence N2GL_RP_POSINT410
USE_IN_GApathways Log Available in Application Pathway Assignment N2GL_RP_USE_IN_GACHAR1XFELD
USE_IN_GUpathways Log Available in Application Pathway Processing N2GL_RP_USE_IN_GUCHAR1XFELD
USE_IN_NWP1pathways Log Available in Clinical Work Station N2GL_RP_USE_IN_NWP1CHAR1XFELD
USE_IN_PATORGpathways Available in Application Patient Organizer N2GL_RP_USE_IN_PATORGCHAR1XFELD
USE_IN_OTHERpathways Log Available in Other Applications N2GL_RP_USE_IN_OTHERCHAR1XFELD
DEFAULT_GApathways Log Preset in Application Pathway Assignment N2GL_RP_DEFAULT_GACHAR1XFELD
DEFAULT_GUpathways Log Preset in Application Pathway Processing N2GL_RP_DEFAULT_GUCHAR1XFELD
DEFAULT_NWP1pathways Log Preset in Clinical Work Station N2GL_RP_DEFAULT_NWP1CHAR1XFELD
DEFAULT_PATORGpathways Log Preset in Patient Organizer N2GL_RP_DEFAULT_PATORGCHAR1XFELD
DEFAULT_OTHERpathways Log Preset in Other Applications N2GL_RP_DEFAULT_OTHERCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2GL_RP_STD
INTO CORRESPONDING FIELDS OF WA_TN2GL_RP_STD
WHERE...

How to access SAP table TN2GL_RP_STD

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