T7JPBP_ASNPERD SAP (Benefit Point Assginement Period) Table details

Dictionary Type: Table
Description: Benefit Point Assginement Period




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




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

T7JPBP_ASNPERD is a standard SAP Table which is used to store Benefit Point Assginement Period data and is available within R/3 SAP systems depending on the version and release level.

The T7JPBP_ASNPERD table consists of various fields, each holding specific information or linking keys about Benefit Point Assginement Period data available in SAP. These include ASN_PER_PARM (Assginment Period Parameter), ASN_YEAR (Benefit Point Assignment Year), ASN_PER_NUM (Calculation Period Number), ASN_PER_BEGDA (Calculation Period Start Date).. 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)


SAP T7JPBP_ASNPERD 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
ASN_PER_PARMAssginment Period Parameter PJP_BP_ASN_PER_PARMCHAR2T7JPBP_ASNPERPPJP_BP_ASN_PER_PARM
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7JPBP_ASNPERD
INTO CORRESPONDING FIELDS OF WA_T7JPBP_ASNPERD
WHERE...

How to access SAP table T7JPBP_ASNPERD

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