POC_D_EVTQ_PREBO SAP (Previous BO Processing Queue for an Event) Table details

Dictionary Type: Table
Description: Previous BO Processing Queue for an Event




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




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

POC_D_EVTQ_PREBO is a standard SAP Table which is used to store Previous BO Processing Queue for an Event data and is available within R/3 SAP systems depending on the version and release level.

The POC_D_EVTQ_PREBO table consists of various fields, each holding specific information or linking keys about Previous BO Processing Queue for an Event data available in SAP. These include BA_ID (Task Instance ID), PRE_BO_TYPE (Business Object Type), PRE_BO_ID (Business Object ID), PRE_ITEM_ID (Item ID).. 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 (Deep)


SAP POC_D_EVTQ_PREBO 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
BA_IDTask Instance ID POC_BA_IDCHAR32POC_D_EVTQPOC_BA_ID
PRE_BO_TYPEBusiness Object Type POC_BO_TYPECHAR5POC_I_BO_TYPEPOC_BO_TYPEPOC_BO_TYPE_P_ID
PRE_BO_IDBusiness Object ID POC_BO_IDCHAR70POC_BO_IDPOC_BO_P_ID
PRE_ITEM_IDItem ID POC_ITEM_IDCHAR10POC_ITEM_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM POC_D_EVTQ_PREBO
INTO CORRESPONDING FIELDS OF WA_POC_D_EVTQ_PREBO
WHERE...

How to access SAP table POC_D_EVTQ_PREBO

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