MEREP_DELTABO SAP (Delta BO Queue Received from the Backend) Table details

Dictionary Type: Table
Description: Delta BO Queue Received from the Backend




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




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

MEREP_DELTABO is a standard SAP Table which is used to store Delta BO Queue Received from the Backend data and is available within R/3 SAP systems depending on the version and release level.

The MEREP_DELTABO table consists of various fields, each holding specific information or linking keys about Delta BO Queue Received from the Backend data available in SAP. These include SYNCBO (SyncBO ID), R3KEY (R/3 Key Short), UPDACT (Update Action), UPDTS (Timestamp for Last Update).. 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: Can be enhanced (character-type)


SAP MEREP_DELTABO 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 MANDTCLNT3Assigned to domainMANDT
SYNCBOSyncBO ID MEREP_SCENARIOCHAR10Assigned to domainMEREP_SCENARIOMEREP_SCENARIO
R3KEYR/3 Key Short MEREP_R3KEYSCHAR100TEXT100
UPDACTUpdate Action MEREP_UPDACTCHAR1MEREP_ACTION
UPDTSTimestamp for Last Update MEREP_UPDTSNUMC21MEREP_STMPL
STATUSStatus MEREP_STATUSCHAR1MEREP_STATUS
IDOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
IDOCTPBasic type EDI_IDOCTPCHAR30Assigned to domainEDI_IDOCTPIDC
SNDPORSender port (SAP System, EDI subsystem) EDI_SNDPORCHAR10EDI_PORT
SNDPRTPartner type of sender EDI_SNDPRTCHAR2EDI_PARTYP
SNDPRNPartner Number of Sender EDI_SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM MEREP_DELTABO
INTO CORRESPONDING FIELDS OF WA_MEREP_DELTABO
WHERE...

How to access SAP table MEREP_DELTABO

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