PTRV_DOC_MESS SAP (Transfer Travel -> FI/CO: CO Replacements of TRV Receipt) Table details

Dictionary Type: Table
Description: Transfer Travel -> FI/CO: CO Replacements of TRV Receipt




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




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

PTRV_DOC_MESS is a standard SAP Table which is used to store Transfer Travel -> FI/CO: CO Replacements of TRV Receipt data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_DOC_MESS table consists of various fields, each holding specific information or linking keys about Transfer Travel -> FI/CO: CO Replacements of TRV Receipt data available in SAP. These include AWREF (Reference Document Number), AWORG (Reference Organizational Units), AWLIN (10 digit number), 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_DOC_MESS 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
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
AWLIN10 digit number NUM10NUMC10NUM10
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_DOC_MESS using ABAP code

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

SELECT SINGLE *
FROM PTRV_DOC_MESS
INTO CORRESPONDING FIELDS OF WA_PTRV_DOC_MESS
WHERE...

How to access SAP table PTRV_DOC_MESS

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