TN23R SAP (IS-H: Rule Table for BDT Format) Table details

Dictionary Type: Table
Description: IS-H: Rule Table for BDT Format




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




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

TN23R is a standard SAP Table which is used to store IS-H: Rule Table for BDT Format data and is available within R/3 SAP systems depending on the version and release level.

The TN23R table consists of various fields, each holding specific information or linking keys about IS-H: Rule Table for BDT Format data available in SAP. These include VERSN (IS-H: BDT version (internal)), REGEL (Rule Number BDT Format), RKAT (IS-H: Rule category BDT format), FORM (IS-H: FORM Routine for BDT Rule Check).. 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)


SAP TN23R 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
VERSNIS-H: BDT version (internal) ISH_VERSNCHAR3TN23SISH_VERSN
REGELRule Number BDT Format ISH_BDTREGNUMC3NUM3
RKATIS-H: Rule category BDT format ISH_BDTKATCHAR1ISH_BDTKAT
FORMIS-H: FORM Routine for BDT Rule Check ISH_BDTFORCHAR30FORM
PROGRIS-H: Program Containing Check Routine for BDT Rule ISH_BDTPRGCHAR40MODULPOOL
RTXTIS-H: Explanation for the BDT rule ISH_BDTTXTCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN23R
INTO CORRESPONDING FIELDS OF WA_TN23R
WHERE...

How to access SAP table TN23R

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