IRTP_US_PLAN_DB SAP (Database structure of a retirement plan & indicators) Structure details

Dictionary Type: Structure
Description: Database structure of a retirement plan & indicators




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




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

IRTP_US_PLAN_DB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Database structure of a retirement plan & indicators" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IRTP_US_PLAN_DB TYPE IRTP_US_PLAN_DB.

The IRTP_US_PLAN_DB table consists of various fields, each holding specific information or linking keys about Database structure of a retirement plan & indicators data available in SAP. These include CLIENT (Client), BKKRS (Bank Area), PLAN_NUMBER (Plan number of a retirement plan), TYPE_CODE (Type code for a retirement plan).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IRTP_US_PLAN_DB structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PLAN_NUMBERPlan number of a retirement plan RTP_US_NUMBCHAR15ALPHARTP_US_NUMBRTPN
TYPE_CODEType code for a retirement plan RTP_US_TYPECHAR2TRTP_US_PLANTYPERTP_US_TYPE
NATURENature of a retirement plan RTP_US_NATURECHAR2RTP_US_NATURE
PLAN_NAMEPlan name of the retirement plan RTP_US_NAMECHAR30RTP_US_NAME
CHNG_RESYes/No Indication responsible person may change accountholde RTP_US_XIND_RESPCHAR1RTP_US_XIND
RES_TRANSYes/No Indication responsible person remains responsible RTP_US_XIND_TRANSCHAR1RTP_US_XIND
DATE_MARDate of maturity for the accountholder of a Coverdell ESA RTP_US_MATDATDATS8RTP_US_DATE
OP_DATOpening date RTP_US_OPDATDATS8RTP_US_DATERTPDAT
CLS_DATClosing date of the retirement plan RTP_US_CLSDATDATS8RTP_US_DATE
STATUSStatus of the retirement plan RTP_US_STATUSCHAR1RTP_US_STATUS
AUGRPAuthorization Group BU_AUGRPCHAR4TB037BU_AUGRP
CURRENCYCurrency of the retirement plan RTP_US_CURRENCYCUKY5TCURCWAERS
SEARCH1Search item 1 RTP_US_SEAR1CHAR20RTP_US_SEARCH
SEARCH2Search item 2 RTP_US_SEAR2CHAR20RTP_US_SEARCH
CHNG_USERLast changed by RTP_US_CHUSRCHAR12RTP_US_USER
CHNG_DATEDate last changed RTP_US_CHDATDATS8RTP_US_DATE
CHNG_TIMETime last changed RTP_US_CHTIMTIMS6RTP_US_TIME
CR_USERCreated by RTP_US_CRUSRCHAR12RTP_US_USER
CR_DATEDate created RTP_US_CRDATDATS8RTP_US_DATE
CR_TIMETime created RTP_US_CRTIMTIMS6RTP_US_TIME
ACT_DBDatabase activity RTP_US_ACT_DBCHAR1RTP_US_ACT_DB
NRRANGENRNumber range number NRNRCHAR2CHAR2
IND_EXTInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure IRTP_US_PLAN_DB using ABAP code?

As IRTP_US_PLAN_DB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IRTP_US_PLAN_DB as there is no data to select.

How to access SAP table IRTP_US_PLAN_DB

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