PAPBSDENV_POIN SAP (Input for Posting Run) Table details

Dictionary Type: Table
Description: Input for Posting Run




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




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

PAPBSDENV_POIN is a standard SAP Table which is used to store Input for Posting Run data and is available within R/3 SAP systems depending on the version and release level.

The PAPBSDENV_POIN table consists of various fields, each holding specific information or linking keys about Input for Posting Run data available in SAP. These include BUDAT (Default posting date), SEQNR (Sequence Number Postings), BETRG (HR Payroll: Amount), WAERS (Currency Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PAPBSDENV_POIN 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
BUDATDefault posting date HRPP_IDATEDATS8DATUM
SEQNRSequence Number Postings PDE_PBSNV_SEQNRNUMC10NUM10
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
BERECH_ARTCalculation Type Retroactive Pension Insurance PDE_PBSNV_BERECH_ARTCHAR2Assigned to domainPDE_PBSNV_BERECH_ART
ERGARTResults Type Retro. Pension Insur./Treaty Sharing Pens.Costs PDE_PBSNV_ERGARTCHAR2PDE_PBSNV_ERGART
AEDTMChanged on AEDTMDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
FI_FLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RUNIDNumber of Posting Run P_EVNUMNUMC10PEVSTNUMC10
BUKRS_FICompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BERECH_ART_VLTSVCalculation Type of Severance Pay Process PDE_PBS_VLTSV_BERECH_ARTCHAR2Assigned to domainPDE_PBS_VLTSV_BERECH_ART

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAPBSDENV_POIN
INTO CORRESPONDING FIELDS OF WA_PAPBSDENV_POIN
WHERE...

How to access SAP table PAPBSDENV_POIN

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