PJP_BP_PNTASN_OUTPUT SAP (Detail Screen Structure for Report PNTASN) Structure details

Dictionary Type: Structure
Description: Detail Screen Structure for Report PNTASN




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




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

PJP_BP_PNTASN_OUTPUT 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 "Detail Screen Structure for Report PNTASN" 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_BP_PNTASN_OUTPUT TYPE PJP_BP_PNTASN_OUTPUT.

The PJP_BP_PNTASN_OUTPUT table consists of various fields, each holding specific information or linking keys about Detail Screen Structure for Report PNTASN data available in SAP. These include BUKRS (Company Code), BUTXT (Name of Company Code or Company), NAME (Formatted Name of Employee or Applicant), WERKS (Personnel Area).. 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_BP_PNTASN_OUTPUT 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
PBTXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PSTXTPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PGTXTName of Employee Group PGTXTCHAR20TEXT20
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
PATXTPayroll Area Text ABKTXCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PKTXTName of Employee Subgroup PKTXTCHAR20TEXT20
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ASN_YEARBenefit Point Assignment Year PJP_BP_ASN_YEARNUMC4NUM04
ASN_PER_NUMCalculation Period Number PJP_BP_ASN_PER_NUMNUMC2NUM02
ASN_PER_BEGDACalculation Period Start Date PJP_BP_ASN_PER_BEGDADATS8DATUM
ASN_PER_ENDDACalculation Period End Date PJP_BP_ASN_PER_ENDDADATS8DATUM
ASN_KEY_DTEAssignment Date PJP_BP_ASN_KEY_DTEDATS8DATUM
CAL_KEY_DTEKey Date for Calculation Period PJP_CP_CAL_KEY_DTEDATS8DATUM
PNT_IDRetirement Benefit Point PJP_BP_PNTCHAR4Assigned to domainPJP_BP_PNT
PNT_DESCRetirement Benefit Point Description PJP_BP_PNT_DESCCHAR30TEXT30
PNTVALRetirement Benefit Point Value PJP_BP_PNT_VALDEC13(3) PJP_BP_PNT_VAL
ADJ_PNTVALAdjustment Retirement Benefit Point Value PJP_BP_ADJ_PNT_VALDEC13(3) PJP_BP_ADJ_PNT_VAL
TOL_PNTVALTotal Retirement Benefit Point Value PJP_BP_TOT_PNT_VALDEC13(3) PJP_BP_ADJ_PNT_VAL
CURR_ASN_PNTCurrent Assign Point PJP_BP_CURR_ASN_PNTDEC13(3) PJP_BP_IT_PNT_VAL
ACC_ADJ_PNTAccumulated Adjusted Point PJP_BP_ACC_ADJ_PNTDEC13(3) PJP_BP_ADJ_PNT_VAL
ACC_PNTVALAccumulated Retirement Benefit Point Value PJP_BP_ACC_PNT_VALDEC13(3) PJP_BP_IT_PNT_VAL
CALC_STATUSCalculation Status PJP_CP_CALC_STATUSCHAR4CHAR4
BI_INCLDInclude in Batch Input Session PJP_CP_BI_INCLDCHAR4CHAR4
BI_STATUSBatch Input File Status PJP_CP_BI_STATUSCHAR7CHAR7

Key field Non-key field



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

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

How to access SAP table PJP_BP_PNTASN_OUTPUT

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