T7JPCP_PENSION SAP (Corporate Pension Plan) Table details

Dictionary Type: Table
Description: Corporate Pension Plan




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




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

T7JPCP_PENSION is a standard SAP Table which is used to store Corporate Pension Plan data and is available within R/3 SAP systems depending on the version and release level.

The T7JPCP_PENSION table consists of various fields, each holding specific information or linking keys about Corporate Pension Plan data available in SAP. These include RET_BEN_PLN (Retirement Benefits Plan), ENDDA (End Date), BEGDA (Start Date), RET_BEN_PLN_TYP (Retirement Benefits Plan Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T7JPCP_PENSIONT


SAP T7JPCP_PENSION 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
CLIENTClient MANDTCLNT3T000MANDT
RET_BEN_PLNRetirement Benefits Plan PJP_CP_RET_BEN_PLNCHAR4PJP_CP_RET_BEN_PLN
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
RET_BEN_PLN_TYPRetirement Benefits Plan Type PJP_CP_RET_BEN_PLN_TYPCHAR4T7JPCP_BENPNTYPJP_CP_RET_BEN_PLN_TYP
ACTIVE_FLGActive Status PJP_CP_ACTIVE_FLGCHAR1CHAR1_X
NEW_PART_FLGNew Participation PJP_CP_NEW_PART_FLGCHAR1CHAR1_X
CTRB_ER_FLGEmployer Contribution Status PJP_CP_CTRB_ER_FLGCHAR1CHAR1_X
CTRB_EE_FLGEmployee Contribution Status PJP_CP_CTRB_EE_FLGCHAR1CHAR1_X
START_MONStart Month of Fiscal Year PJP_CP_START_MONCHAR2ALMONTH
AUTH_REG_CODERegion Code of Authorization Number PJP_CP_AUTH_REG_CODECHAR4CHAR4
AUTH_NUMAuthorization Number PJP_CP_AUTH_NUMNUMC10NUMC10
SUB_PLAN_FLGSub-Plan PJP_CP_SUB_PLAN_FLGCHAR1CHAR1_X
CB_INDCash Balance PJP_CP_CB_INDCHAR1PJP_CP_CB_IND
FUND_NAMEFund Name PJP_CP_FUND_NAMECHAR50TEXT50
FUND_NUMFund Number PJP_CP_FUND_NUMNUMC10NUMC10
FUND_ADDR1Line of Address in Kanji PJP_CP_ADRLJCHAR30TEXT30
FUND_ADDR2Line of Address in Kanji PJP_CP_ADRLJCHAR30TEXT30
FUND_ADDR3Line of Address in Kanji PJP_CP_ADRLJCHAR30TEXT30
POST_CODEPostal Code PSTLZ_HRCHAR10PSTLZ
TEL_NUMTelephone Number TELNRCHAR14TELNR
CHG_RSNChange Reason PJP_CP_CHG_RSNCHAR4T7JPCP_CHGRSNPJP_CP_CHG_RSN
SEN_CALC_PROCCalculation process for employment period calculation PSEN_PROCECHAR4T525PPSEN_PROCEHRSEN00PROCE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7JPCP_PENSION
INTO CORRESPONDING FIELDS OF WA_T7JPCP_PENSION
WHERE...

How to access SAP table T7JPCP_PENSION

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