T77PRNL_FILL SAP (Pension Return: Fill Table APG) Table details

Dictionary Type: Table
Description: Pension Return: Fill Table APG




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




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

T77PRNL_FILL is a standard SAP Table which is used to store Pension Return: Fill Table APG data and is available within R/3 SAP systems depending on the version and release level.

The T77PRNL_FILL table consists of various fields, each holding specific information or linking keys about Pension Return: Fill Table APG data available in SAP. These include PRFLD (Field of the Pension Return Payroll Table PRAP), PPRIO (Priority of Rule), PSEQN (Sequence Number of Line in Rule), ENDDA (End 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 or numeric)


SAP T77PRNL_FILL 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
MANDTClient MANDTCLNT3T000MANDT
PRFLDField of the Pension Return Payroll Table PRAP P05_PRNL_PRFLDCHAR30P05_PRNL_PRFLD
PPRIOPriority of Rule P05_PRNL_PRIONUMC2NUMC2
PSEQNSequence Number of Line in Rule P05_PRNL_SEQNRNUMC3NUMC3
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PTABLETable Name P05_PRNL_TABNAMECHAR30Assigned to domainAS4TAB
PSUBTYSubtype of Table that has to be selected P05_PRNL_SUBTYCHAR4SUBTY
PFIELDField Name P05_PRNL_FIELDCHAR30Assigned to domainFDNAME
PCRITLogical Expression P05_PRNL_PCRITCHAR2P05_PRNL_PCRIT
PCRIT_VALUECriterium Value P05_PRNL_PCRIT_VALCHAR20TEXT20
PANDORAnd / Or P05_PRNL_PANDORCHAR3P05_PRNL_PANDOR
PVALIDValidity Period of the Infotypes to be Read P05_PRNL_VALIDITYCHAR1P05_PRNL_VALIDITY
PRETFLDReturn Field P05_PRNL_PRETFLDCHAR30Assigned to domainFDNAME
PRETVALReturn Value P05_PRNL_PRETVALCHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77PRNL_FILL
INTO CORRESPONDING FIELDS OF WA_T77PRNL_FILL
WHERE...

How to access SAP table T77PRNL_FILL

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