TRBAT3 SAP (Communication Table for R3trans Parallelization) Table details

Dictionary Type: Table
Description: Communication Table for R3trans Parallelization




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




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

TRBAT3 is a standard SAP Table which is used to store Communication Table for R3trans Parallelization data and is available within R/3 SAP systems depending on the version and release level.

The TRBAT3 table consists of various fields, each holding specific information or linking keys about Communication Table for R3trans Parallelization data available in SAP. These include TRKORR (Request/Task), AS4POS_FRM (Dictionary: Line item), AS4POS_TO (Dictionary: Line item), STATUS (State of transport request processing).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRBAT3 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
FUNCTIONPossible functions for batch ABAP transport procedure TRBATFUNCCHAR1TRBATFUNC
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
AS4POS_FRMDictionary: Line item DDPOSITIONNUMC6DDPOSITION
AS4POS_TODictionary: Line item DDPOSITIONNUMC6DDPOSITION
STATUSState of transport request processing TRSTATECHAR1TRSTATE
RETCODEReturn code TRRETCODECHAR4TRRETCODE
TIMESTMPTime of change TRTMSTCHAR14TRTMST
LOGNAMEChar255 CHAR255CHAR255CHAR255
PIDProcess ID PROCIDCHAR11CHAR11
CLIDEPDTGeneral Flag FLAGCHAR1FLAG
CLIINDEPDTGeneral Flag FLAGCHAR1FLAG
MODIFIEDNatural Number INT4INT410INT4
HOSTNAMEServer to delete data for HOSTNAMECHAR32HOST_ID
ERROR_CNTNatural Number INT4INT410INT4
WARN_CNTNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRBAT3
INTO CORRESPONDING FIELDS OF WA_TRBAT3
WHERE...

How to access SAP table TRBAT3

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