TNDR2 SAP (IS-H: Screens Used to Create & Change RF Customer in R/2) Pooled Table details

Dictionary Type: Pooled Table
Description: IS-H: Screens Used to Create & Change RF Customer in R/2




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




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

TNDR2 is a standard SAP Pooled Table which is used to store IS-H: Screens Used to Create & Change RF Customer in R/2 data and is available within R/3 SAP systems depending on the version and release level.

The TNDR2 table consists of various fields, each holding specific information or linking keys about IS-H: Screens Used to Create & Change RF Customer in R/2 data available in SAP. These include TCODE (IS-H: Transaction Code RF Customer R/2), DYNNR (Dynpro Number Transaction RF Customer R/2).. 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: Not classified


SAP TNDR2 pooled 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
KTOKDIS-H: Account group RF customer SAP R/2 ISH_KTOKDCHAR4ISH_KTOKD
TCODEIS-H: Transaction Code RF Customer R/2 ISH_TCODE2CHAR4ISH_TCODE
DYNNRDynpro Number Transaction RF Customer R/2 ISH_DYNNR2NUMC3ISH_DYNNR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNDR2
INTO CORRESPONDING FIELDS OF WA_TNDR2
WHERE...

How to access SAP table TNDR2

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