PJP_CP_APRCAL_DETAIL SAP (Layout structure for report HJPUCP_APRCAL) Structure details

Dictionary Type: Structure
Description: Layout structure for report HJPUCP_APRCAL




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




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

PJP_CP_APRCAL_DETAIL 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 "Layout structure for report HJPUCP_APRCAL" 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_PJP_CP_APRCAL_DETAIL TYPE PJP_CP_APRCAL_DETAIL.

The PJP_CP_APRCAL_DETAIL table consists of various fields, each holding specific information or linking keys about Layout structure for report HJPUCP_APRCAL data available in SAP. These include NAME (Name of employee), RET_BEN_PLN (Retirement Benefits Plan), PLN_NAME (Retirement Benefits Plan Name), SUB_PLN (Corporate Pension Sub-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: Can be enhanced (character-type or numeric)


SAP PJP_CP_APRCAL_DETAIL 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
NAMEName of employee PJP_EMNAMCHAR40TEXT40
RET_BEN_PLNRetirement Benefits Plan PJP_CP_RET_BEN_PLNCHAR4Assigned to domainPJP_CP_RET_BEN_PLN
PLN_NAMERetirement Benefits Plan Name PJP_CP_RET_BEN_PLN_NAMECHAR50TEXT50
SUB_PLNCorporate Pension Sub-plan PJP_CP_SUB_PLNCHAR4Assigned to domainPJP_CP_SUB_PLN
SUB_PLN_NAMESub-plan Name PJP_CP_SUB_PLN_NAMECHAR50TEXT50
ER_PREMEmployer Premium Amount PJP_CP_ER_PREM_AMTCURR13(2) WERTV7
STD_PREM_AMT_ERStandard Premium Amount (Employer) PJP_CP_STD_PREM_AMT_ERCURR13(2) WERTV7
STD_PREM_AMT_EEStandard Premium Amount (Employee) PJP_CP_STD_PREM_AMT_EECURR13(2) WERTV7
SPC_PREM_AMT_ERSpecial Premium Amount (Employer) PJP_CP_SPC_PREM_AMT_ERCURR13(2) WERTV7
SPC_PREM_AMT_EESpecial Premium Amount (Employee) PJP_CP_SPC_PREM_AMT_EECURR13(2) WERTV7
ADM_PREM_AMT_ERAdministrative Premium Amount (Employer) PJP_CP_ADM_PREM_AMT_ERCURR13(2) WERTV7
ADM_PREM_AMT_EEAdministrative Premium Amount (Employee) PJP_CP_ADM_PREM_AMT_EECURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

As PJP_CP_APRCAL_DETAIL 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 PJP_CP_APRCAL_DETAIL as there is no data to select.

How to access SAP table PJP_CP_APRCAL_DETAIL

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