PTRV_RPRPOSTD SAP (Log of Posting Program RPRPOSTD) Table details

Dictionary Type: Table
Description: Log of Posting Program RPRPOSTD




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




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

PTRV_RPRPOSTD is a standard SAP Table which is used to store Log of Posting Program RPRPOSTD data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_RPRPOSTD table consists of various fields, each holding specific information or linking keys about Log of Posting Program RPRPOSTD data available in SAP. These include RUNID (Number of Posting Run), AWREF (Reference Document Number), AWORG (Reference Organizational Units), BRLIN (3-Byte field).. 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: Not classified


SAP PTRV_RPRPOSTD 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 MANDTCLNT3Assigned to domainMANDT
RUNIDNumber of Posting Run P_EVNUMNUMC10NUMC10
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
BRLIN3-Byte field CHAR3CHAR3CHAR3
TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
NUMBER_XMessage Number SYMSGNONUMC3SYMSGNO
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
LOG_NOApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
LOG_MSG_NOApplication log: Internal message serial number BALMNRNUMC6Assigned to domainBALMNR
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
PARAMETER_XParameter Name BAPI_PARAMCHAR32SWC_ELEM
ROW_XLines in parameter BAPI_LINEINT410INT4
FIELDField in parameter BAPI_FLDCHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTRV_RPRPOSTD
INTO CORRESPONDING FIELDS OF WA_PTRV_RPRPOSTD
WHERE...

How to access SAP table PTRV_RPRPOSTD

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