RIS_PROG_TADIR SAP (RIS: Mapping Table Programs --> TADIR Objects) Table details

Dictionary Type: Table
Description: RIS: Mapping Table Programs --> TADIR Objects




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




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

RIS_PROG_TADIR is a standard SAP Table which is used to store RIS: Mapping Table Programs --> TADIR Objects data and is available within R/3 SAP systems depending on the version and release level.

The RIS_PROG_TADIR table consists of various fields, each holding specific information or linking keys about RIS: Mapping Table Programs --> TADIR Objects data available in SAP. These include OBJECT_TYPE (Object Type), OBJECT_NAME (Object Name in Object Directory), FUNC_NAME (Name of Function Module), METHOD_NAME (Full Component 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RIS_PROG_TADIR 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
PROGRAM_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
OBJECT_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJECT_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
FUNC_NAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
METHOD_NAMEFull Component Name SEOCPDNAMECHAR61CHAR61

Key field Non-key field



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

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

SELECT SINGLE *
FROM RIS_PROG_TADIR
INTO CORRESPONDING FIELDS OF WA_RIS_PROG_TADIR
WHERE...

How to access SAP table RIS_PROG_TADIR

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