PTRV_COUNT SAP (Number of function calls in posting run management) Table details

Dictionary Type: Table
Description: Number of function calls in posting run management




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




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

PTRV_COUNT is a standard SAP Table which is used to store Number of function calls in posting run management data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_COUNT table consists of various fields, each holding specific information or linking keys about Number of function calls in posting run management data available in SAP. These include MONAT (Fiscal Period), BANL (Natural Number), BANZ (Natural Number), BPRU (Natural Number).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PTRV_COUNT 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BANLNatural Number INT4INT410INT4
BANZNatural Number INT4INT410INT4
BPRUNatural Number INT4INT410INT4
BVERNatural Number INT4INT410INT4
BLOENatural Number INT4INT410INT4
BBUCNatural Number INT4INT410INT4
BHISNatural Number INT4INT410INT4
BMESNatural Number INT4INT410INT4
BAUFNatural Number INT4INT410INT4
BAWKNatural Number INT4INT410INT4
DETANatural Number INT4INT410INT4
BERSNatural Number INT4INT410INT4
BTAXNatural Number INT4INT410INT4
BOBLNatural Number INT4INT410INT4
BRWBNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTRV_COUNT
INTO CORRESPONDING FIELDS OF WA_PTRV_COUNT
WHERE...

How to access SAP table PTRV_COUNT

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